Browse Source

upgrading package: siege 2.69 -> 2.70

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

20
siege/siege.patch

@ -1,6 +1,6 @@
Index: configure
--- configure.orig 2009-05-08 19:59:04 +0200
+++ configure 2009-05-13 11:24:53 +0200
--- configure.orig 2010-07-16 16:52:42.000000000 +0200
+++ configure 2010-08-09 13:45:27.000000000 +0200
@@ -9378,7 +9378,9 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
@ -22,14 +22,14 @@ Index: configure
/* confdefs.h. */
_ACEOF
Index: src/hash.c
--- src/hash.c.orig 2009-04-02 14:09:42 +0200
+++ src/hash.c 2009-05-13 11:24:53 +0200
--- src/hash.c.orig 2010-05-13 14:44:01.000000000 +0200
+++ src/hash.c 2010-08-09 16:19:51.000000000 +0200
@@ -60,7 +60,7 @@
* hash table.
*/
HASH
-new_hash( ssize_t size )
+new_hash( int size )
-new_hash(ssize_t size)
+new_hash(int size)
{
HASH this;
@ -37,14 +37,14 @@ Index: src/hash.c
}
void
-hash_reset(HASH this, ssize_t size )
+hash_reset(HASH this, int size )
-hash_reset(HASH this, ssize_t size)
+hash_reset(HASH this, int size)
{
this->size = 2;
this->entries = 0;
Index: src/hash.h
--- src/hash.h.orig 2006-04-17 20:37:34 +0200
+++ src/hash.h 2009-05-13 11:24:53 +0200
--- src/hash.h.orig 2006-04-17 20:37:34.000000000 +0200
+++ src/hash.h 2010-08-09 13:45:27.000000000 +0200
@@ -29,7 +29,7 @@
typedef struct HASH_T *HASH;

4
siege/siege.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Benchmark
License: GPL
Version: 2.69
Release: 20090513
Version: 2.70
Release: 20100809
# list of sources
Source0: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz

Loading…
Cancel
Save