Browse Source

upgrading package: siege 2.58 -> 2.59

master
parent
commit
d75e68e7cd
  1. 20
      siege/siege.patch
  2. 4
      siege/siege.spec

20
siege/siege.patch

@ -1,6 +1,6 @@
Index: src/hash.c
--- src/hash.c.orig 2003-07-17 14:57:17.000000000 +0200
+++ src/hash.c 2003-11-27 10:02:14.000000000 +0100
--- src/hash.c.orig 2003-07-09 22:22:38.000000000 +0200
+++ src/hash.c 2004-01-17 20:54:33.000000000 +0100
@@ -60,7 +60,7 @@
* hash table.
*/
@ -20,14 +20,14 @@ Index: src/hash.c
this->size = 2;
this->entries = 0;
Index: src/hash.h
--- src/hash.h.orig 2003-07-17 14:57:21.000000000 +0200
+++ src/hash.h 2003-11-27 10:02:23.000000000 +0100
@@ -26,7 +26,7 @@
--- src/hash.h.orig 2004-01-03 16:57:02.000000000 +0100
+++ src/hash.h 2004-01-17 20:55:10.000000000 +0100
@@ -29,7 +29,7 @@
typedef struct HASH_T *HASH;
-HASH new_hash(ssize_t size);
+HASH new_hash(int size);
void hash_add(HASH this, char *key, char *value);
-HASH new_hash(ssize_t size);
+HASH new_hash(int size);
void hash_add(HASH this, char *key, char *value);
char *hash_get(HASH this, char *key);
char **hash_get_keys(HASH this);

4
siege/siege.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [PLUS]
Group: Benchmark
License: GPL
Version: 2.58
Release: 20031216
Version: 2.59
Release: 20040117
# list of sources
Source0: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz

Loading…
Cancel
Save