head 1.7; access; symbols OPENPKG_E1_MP_HEAD:1.7 OPENPKG_E1_MP:1.7 OPENPKG_E1_MP_2_STABLE:1.7 OPENPKG_E1_FP:1.7 OPENPKG_2_STABLE_MP:1.7 OPENPKG_2_STABLE_20061018:1.7 OPENPKG_2_STABLE_20060622:1.7 OPENPKG_2_STABLE:1.7.0.6 OPENPKG_2_STABLE_BP:1.7 OPENPKG_2_5_RELEASE:1.7 OPENPKG_2_5_SOLID:1.7.0.4 OPENPKG_2_5_SOLID_BP:1.7 OPENPKG_2_4_RELEASE:1.7 OPENPKG_2_4_SOLID:1.7.0.2 OPENPKG_2_4_SOLID_BP:1.7 OPENPKG_CW_FP:1.6 OPENPKG_2_3_RELEASE:1.6 OPENPKG_2_3_SOLID:1.6.0.6 OPENPKG_2_3_SOLID_BP:1.6 OPENPKG_2_2_RELEASE:1.6 OPENPKG_2_2_SOLID:1.6.0.4 OPENPKG_2_2_SOLID_BP:1.6 OPENPKG_2_1_RELEASE:1.6 OPENPKG_2_1_SOLID:1.6.0.2 OPENPKG_2_1_SOLID_BP:1.6 OPENPKG_2_0_RELEASE:1.5 OPENPKG_2_0_SOLID:1.5.0.2 OPENPKG_2_0_SOLID_BP:1.5 OPENPKG_1_STABLE_MP:1.2; locks; strict; comment @# @; 1.7 date 2005.06.13.17.48.32; author rse; state Exp; branches; next 1.6; 1.6 date 2004.03.05.11.35.05; author ms; state Exp; branches; next 1.5; 1.5 date 2003.11.29.11.42.27; author rse; state Exp; branches; next 1.4; 1.4 date 2003.11.05.19.01.39; author rse; state Exp; branches; next 1.3; 1.3 date 2003.11.03.08.46.37; author rse; state Exp; branches; next 1.2; 1.2 date 2003.07.11.09.51.37; author mlelstv; state Exp; branches; next 1.1; 1.1 date 2003.02.02.10.12.05; author rse; state Exp; branches; next ; desc @@ 1.7 log @upgrading package: opencdk 0.5.5 -> 0.5.6 @ text @Index: src/keyserver.c --- src/keyserver.c.orig 2003-10-31 08:11:48.000000000 +0100 +++ src/keyserver.c 2003-11-03 09:45:20.000000000 +0100 @@@@ -24,6 +24,7 @@@@ #endif #include #ifdef HAVE_NETDB_H +# include # include # include # include @ 1.6 log @upgrading package: opencdk 0.5.3 -> 0.5.4 @ text @a11 12 Index: configure --- configure.orig 2003-10-31 09:07:40.000000000 +0100 +++ configure 2003-11-03 09:45:29.000000000 +0100 @@@@ -19623,7 +19623,7 @@@@ done -LIBOPENCDK_LIBS="$LIBS -L${libdir} -lopencdk $LIBGCRYPT_LIBS" +LIBOPENCDK_LIBS="-L${libdir} -lopencdk $LIBGCRYPT_LIBS $LIBS" LIBOPENCDK_CFLAGS="$LIBGCRYPT_CFLAGS -I${includedir}" @ 1.5 log @fix library linking order @ text @d15 1 a15 9 @@@@ -18837,7 +18837,6 @@@@ fi; if test x$libgcrypt_config_prefix != x ; then - libgcrypt_config_args="$libgcrypt_config_args --prefix=$libgcrypt_config_prefix" if test x${LIBGCRYPT_CONFIG+set} != xset ; then LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config fi @@@@ -19091,7 +19090,7 @@@@ @ 1.4 log @upgrading package: opencdk 0.5.2 -> 0.5.3 @ text @d23 9 @ 1.3 log @upgrading package: opencdk 0.5.1 -> 0.5.2 @ text @a11 12 Index: src/misc.c --- src/misc.c.orig 2003-10-31 08:10:15.000000000 +0100 +++ src/misc.c 2003-11-03 09:45:20.000000000 +0100 @@@@ -470,7 +470,7 @@@@ } -#ifdef __MINGW32__ +#if defined(__MINGW32__) || defined(NEED_VASPRINTF) /* * Like vsprintf but provides a pointer to malloc'd storage, which * must be freed by the caller (gcry_free). Taken from libiberty as @ 1.2 log @provide vasprintf code for solaris @ text @d1 3 a3 2 --- src/keyserver.c.orig Tue Jan 21 23:32:35 2003 +++ src/keyserver.c Sun Feb 2 11:07:54 2003 d12 3 a14 2 --- src/misc.c.dist 2003-07-11 11:19:24.000000000 +0200 +++ src/misc.c 2003-07-11 11:20:48.000000000 +0200 d24 11 @ 1.1 log @add patch to CVS @ text @d11 11 @