head 1.7; access; symbols OPENPKG_E1_MP_HEAD:1.4 OPENPKG_E1_MP:1.4 OPENPKG_E1_MP_2_STABLE:1.4 OPENPKG_E1_FP:1.4 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.4 OPENPKG_2_STABLE_20060622:1.4 OPENPKG_2_STABLE:1.4.0.2 OPENPKG_2_STABLE_BP:1.4 OPENPKG_2_5_RELEASE:1.3 OPENPKG_2_5_SOLID:1.3.0.12 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.3 OPENPKG_2_4_SOLID:1.3.0.10 OPENPKG_2_4_SOLID_BP:1.3 OPENPKG_CW_FP:1.3 OPENPKG_2_3_RELEASE:1.3 OPENPKG_2_3_SOLID:1.3.0.8 OPENPKG_2_3_SOLID_BP:1.3 OPENPKG_2_2_RELEASE:1.3 OPENPKG_2_2_SOLID:1.3.0.6 OPENPKG_2_2_SOLID_BP:1.3 OPENPKG_2_1_RELEASE:1.3 OPENPKG_2_1_SOLID:1.3.0.4 OPENPKG_2_1_SOLID_BP:1.3 OPENPKG_2_0_RELEASE:1.3 OPENPKG_2_0_SOLID:1.3.0.2 OPENPKG_2_0_SOLID_BP:1.3 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.6 OPENPKG_1_3_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.4 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_BP:1.1; locks; strict; comment @# @; 1.7 date 2009.05.13.10.08.49; author rse; state Exp; branches; next 1.6; commitid aH2px8OjiuIWeHNt; 1.6 date 2008.04.15.19.05.44; author rse; state Exp; branches; next 1.5; commitid 4Wi5RkSVoxelQeZs; 1.5 date 2007.05.17.15.36.58; author rse; state Exp; branches; next 1.4; commitid nJp0lUmlp8Xlqiis; 1.4 date 2006.05.16.07.07.24; author rse; state Exp; branches; next 1.3; commitid bmZeRPwPl1kWmdxr; 1.3 date 2004.01.17.19.58.56; author rse; state Exp; branches; next 1.2; 1.2 date 2003.11.27.09.04.13; author rse; state Exp; branches; next 1.1; 1.1 date 2003.01.11.15.11.27; author rse; state Exp; branches; next ; desc @@ 1.7 log @upgrading package: siege 2.67 -> 2.69 @ text @Index: configure --- configure.orig 2009-05-08 19:59:04 +0200 +++ configure 2009-05-13 11:24:53 +0200 @@@@ -9378,7 +9378,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 @@@@ -9708,7 +9710,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 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 @@@@ -60,7 +60,7 @@@@ * hash table. */ HASH -new_hash( ssize_t size ) +new_hash( int size ) { HASH this; @@@@ -76,7 +76,7 @@@@ } void -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 @@@@ -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); char *hash_get(HASH this, char *key); char **hash_get_keys(HASH this); @ 1.6 log @upgrading package: siege 2.66 -> 2.67 @ text @d2 3 a4 3 --- configure.orig 2008-04-11 19:24:35 +0200 +++ configure 2008-04-15 21:03:04 +0200 @@@@ -8766,7 +8766,9 @@@@ a11 1 #line $LINENO "configure" d13 2 a14 1 @@@@ -9040,7 +9042,9 @@@@ a21 31 #line $LINENO "configure" /* confdefs.h. */ @@@@ -12437,7 +12441,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 #line $LINENO "configure" /* confdefs.h. */ @@@@ -18040,7 +18046,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 #line $LINENO "configure" /* confdefs.h. */ @@@@ -18314,7 +18322,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 #line $LINENO "configure" d23 1 d25 2 a26 2 --- src/hash.c.orig 2007-03-21 16:12:58 +0100 +++ src/hash.c 2008-04-15 21:02:14 +0200 d47 1 a47 1 +++ src/hash.h 2008-04-15 21:02:14 +0200 @ 1.5 log @upgrading package: siege 2.65 -> 2.66 @ text @d2 3 a4 3 --- configure.orig 2007-03-29 20:07:30 +0200 +++ configure 2007-05-17 17:33:47 +0200 @@@@ -9203,7 +9203,9 @@@@ d12 1 d14 1 a14 2 _ACEOF @@@@ -9533,7 +9535,9 @@@@ d22 1 d24 1 a24 2 _ACEOF @@@@ -12984,7 +12988,9 @@@@ d32 1 d34 1 a34 2 _ACEOF @@@@ -13314,7 +13320,9 @@@@ d42 1 d44 1 a44 2 _ACEOF @@@@ -18719,7 +18727,9 @@@@ d52 1 a53 23 _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 \ d55 2 a56 2 --- src/hash.c.orig 2007-03-20 14:28:56 +0100 +++ src/hash.c 2007-05-17 17:30:49 +0200 d77 1 a77 1 +++ src/hash.h 2007-05-17 17:30:49 +0200 @ 1.4 log @bandage too simple OpenSSL checks (which just work under Linux) @ text @d1 75 d77 2 a78 2 --- src/hash.c.orig 2003-07-09 22:22:38.000000000 +0200 +++ src/hash.c 2004-01-17 20:54:33.000000000 +0100 d98 2 a99 2 --- src/hash.h.orig 2004-01-03 16:57:02.000000000 +0100 +++ src/hash.h 2004-01-17 20:55:10.000000000 +0100 a108 23 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 @ 1.3 log @upgrading package: siege 2.58 -> 2.59 @ text @d34 23 @ 1.2 log @upgrading package: siege 2.56 -> 2.57 @ text @d2 2 a3 2 --- src/hash.c.orig 2003-07-17 14:57:17.000000000 +0200 +++ src/hash.c 2003-11-27 10:02:14.000000000 +0100 d23 3 a25 3 --- 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 @@@@ d29 5 a33 5 -HASH new_hash(ssize_t size); +HASH new_hash(int size); void hash_add(HASH this, char *key, char *value); @ 1.1 log @openssl/e_os.h is no longer existing in OpenSSL 0.9.7 and not required here anyway @ text @d1 33 a33 10 --- src/ssl.h.orig Wed Jun 26 17:44:58 2002 +++ src/ssl.h Sat Jan 11 16:09:42 2003 @@@@ -30,7 +30,6 @@@@ #include #ifdef HAVE_SSL -# include # include # include # include @