OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-May-2007 17:36:59
Branch: HEAD Handle: 2007051716365800
Modified files:
openpkg-src/siege siege.patch siege.spec
Log:
upgrading package: siege 2.65 -> 2.66
Summary:
Revision Changes Path
1.5 +79 -27 openpkg-src/siege/siege.patch
1.55 +2 -2 openpkg-src/siege/siege.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/siege/siege.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 siege.patch
--- openpkg-src/siege/siege.patch 16 May 2006 07:07:24 -0000 1.4
+++ openpkg-src/siege/siege.patch 17 May 2007 15:36:58 -0000 1.5
@@ -1,6 +1,81 @@
+Index: configure
+--- configure.orig 2007-03-29 20:07:30 +0200
++++ configure 2007-05-17 17:33:47 +0200
+@@ -9203,7 +9203,9 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LIBS="-ldl $LIBS"
++fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -9533,7 +9535,9 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LIBS="-ldl $LIBS"
++fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -12984,7 +12988,9 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LIBS="-ldl $LIBS"
++fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -13314,7 +13320,9 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LIBS="-ldl $LIBS"
++fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -18719,7 +18727,9 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LIBS="-ldl $LIBS"
++fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -19049,7 +19059,9 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LIBS="-ldl $LIBS"
++fi
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -20809,7 +20821,11 @@
+
+ echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6;
++if test "${ac_cv_lib_dl_dlopen+set}" = set; then
+ LDL=-ldl
++else
++ LDL=
++fi
+ LIBS=$olibs
+ fi
+ rm -f conftest.err conftest.$ac_objext \
Index: src/hash.c
---- src/hash.c.orig 2003-07-09 22:22:38.000000000 +0200
-+++ src/hash.c 2004-01-17 20:54:33.000000000 +0100
+--- src/hash.c.orig 2007-03-20 14:28:56 +0100
++++ src/hash.c 2007-05-17 17:30:49 +0200
@@ -60,7 +60,7 @@
* hash table.
*/
@@ -20,8 +95,8 @@
this->size = 2;
this->entries = 0;
Index: src/hash.h
---- src/hash.h.orig 2004-01-03 16:57:02.000000000 +0100
-+++ src/hash.h 2004-01-17 20:55:10.000000000 +0100
+--- src/hash.h.orig 2006-04-17 20:37:34 +0200
++++ src/hash.h 2007-05-17 17:30:49 +0200
@@ -29,7 +29,7 @@
typedef struct HASH_T *HASH;
@@ -31,26 +106,3 @@
void hash_add(HASH this, char *key, char *value);
char *hash_get(HASH this, char *key);
char **hash_get_keys(HASH this);
-Index: configure
---- configure.orig 2005-10-11 19:31:39 +0200
-+++ configure 2006-05-16 09:04:36 +0200
-@@ -21075,7 +21075,9 @@
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "yes" >/dev/null 2>&1; then
-
-+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
- SSL_LIBS="-ldl $SSL_LIBS"
-+fi
- echo "$as_me:$LINENO: result: >= 0.9.8 (appropriate flag set)"
>&5
- echo "${ECHO_T}>= 0.9.8 (appropriate flag set)" >&6
-
-@@ -21124,7 +21126,9 @@
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "yes" >/dev/null 2>&1; then
-
-+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
- SSL_LIBS="-ldl $SSL_LIBS"
-+fi
- echo "$as_me:$LINENO: result: >= 0.9.8 (appropriate flag set)" >&5
- echo "${ECHO_T}>= 0.9.8 (appropriate flag set)" >&6
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/siege/siege.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 siege.spec
--- openpkg-src/siege/siege.spec 18 Apr 2007 07:47:34 -0000 1.54
+++ openpkg-src/siege/siege.spec 17 May 2007 15:36:58 -0000 1.55
@@ -32,8 +32,8 @@
Class: PLUS
Group: Benchmark
License: GPL
-Version: 2.65
-Release: 20070418
+Version: 2.66
+Release: 20070517
# list of sources
Source0: ftp://ftp.joedog.org/pub/siege/siege-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]