From fb332938d23e31ab756e6bef3f373d7c841c7424 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 18 Sep 2002 20:37:05 +0000 Subject: From stable branch 2002-09-14 David Shaw * configure.ac: Try linking LDAP without -lresolv first, just in case the platform has libresolv, but doesn't actually need it to use LDAP. 2002-09-12 David Shaw * NEWS: Note that the old IDEA plugin won't work with post-1.1.90 gpg. --- ChangeLog | 11 +++++++++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c2d75409f..000f1665d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-09-14 David Shaw + + * configure.ac: Try linking LDAP without -lresolv first, just in + case the platform has libresolv, but doesn't actually need it to + use LDAP. + +2002-09-12 David Shaw + + * NEWS: Note that the old IDEA plugin won't work with post-1.1.90 + gpg. + 2002-09-12 David Shaw * configure.ac: Remove --enable-external-hkp as this is always on diff --git a/NEWS b/NEWS index d0f374e6d..f5c207ac3 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,10 @@ Noteworthy changes in version 1.1.91 (2002-08-04) option is in general not useful anymore. The only exception is to specify the deprecated idea cipher. + * The IDEA plugin has changed. Previous versions of the IDEA + plugin will no longer work with GnuPG. However, the current + version of the plugin will work with earlier GnuPG versions. + * When using --batch with one of the --delete-key commands, the key must be specified by fingerprint. See the man page for details. diff --git a/configure.ac b/configure.ac index 506bae511..bdb785452 100644 --- a/configure.ac +++ b/configure.ac @@ -359,7 +359,7 @@ AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt, # is for Mozilla LDAP. if test "$try_ldap" = yes ; then - for LDAPLIBS in "-lldap -llber -lresolv" "-lldap -llber" "-lldapssl41"; do + for LDAPLIBS in "-lldap -llber" "-lldap -llber -lresolv" "-lldapssl41"; do _ldap_save_libs=$LIBS LIBS="$LDAPLIBS $NETLIBS $LIBS" -- cgit v1.2.3