OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 17-Jan-2004 20:58:56
Branch: HEAD Handle: 2004011719585303
Modified files:
openpkg-re/vcheck vc.siege
openpkg-src/siege siege.patch siege.spec
openpkg-web news.txt
Log:
upgrading package: siege 2.58 -> 2.59
Summary:
Revision Changes Path
1.10 +1 -1 openpkg-re/vcheck/vc.siege
1.3 +10 -10 openpkg-src/siege/siege.patch
1.38 +2 -2 openpkg-src/siege/siege.spec
1.8119 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.siege
============================================================================
$ cvs diff -u -r1.9 -r1.10 vc.siege
--- openpkg-re/vcheck/vc.siege 16 Dec 2003 19:44:56 -0000 1.9
+++ openpkg-re/vcheck/vc.siege 17 Jan 2004 19:58:53 -0000 1.10
@@ -2,7 +2,7 @@
}
prog siege = {
- version = 2.58
+ version = 2.59
url = ftp://ftp.joedog.org/pub/siege/
regex = siege-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/siege/siege.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 siege.patch
--- openpkg-src/siege/siege.patch 27 Nov 2003 09:04:13 -0000 1.2
+++ openpkg-src/siege/siege.patch 17 Jan 2004 19:58:56 -0000 1.3
@@ -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 @@
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);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/siege/siege.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 siege.spec
--- openpkg-src/siege/siege.spec 16 Dec 2003 19:44:58 -0000 1.37
+++ openpkg-src/siege/siege.spec 17 Jan 2004 19:58:56 -0000 1.38
@@ -32,8 +32,8 @@
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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8118 -r1.8119 news.txt
--- openpkg-web/news.txt 17 Jan 2004 19:52:52 -0000 1.8118
+++ openpkg-web/news.txt 17 Jan 2004 19:58:54 -0000 1.8119
@@ -1,3 +1,4 @@
+17-Jan-2004: Upgraded package: P<siege-2.59-20040117>
17-Jan-2004: Upgraded package: P<uvscan-4.24+4315-20040117>
17-Jan-2004: Upgraded package: P<xmlcatmgr-2.0a2-20040117>
17-Jan-2004: Upgraded package: P<gpp-2.14-20040117>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]