From d6b4e48968eb7e8ee03d3df6b94db9e2a594bf65 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Thu, 3 Feb 2005 03:42:06 +0000 Subject: Update to OpenLDAP 2.2.23: - various fixes (see /usr/local/share/doc/openldap/CHANGES) [1] - fixed libldap fdset re-init for restart (ITS#3524) [3] - added ACI support [2] - added SLPv2 support PR: 76192 [1], 74906 [2] Submitted by: Alex Deiter [1], Rainer Duffner [2] Obtained from: OpenLDAP CVS [3] --- net/openldap23-server/files/patch-configure | 17 ++++------------ .../files/patch-libraries::libldap::os-ip.c | 23 ++++++++++++++++++++++ .../patch-servers::slapd::back-ldap::search.c | 11 +++++++++++ 3 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 net/openldap23-server/files/patch-libraries::libldap::os-ip.c create mode 100644 net/openldap23-server/files/patch-servers::slapd::back-ldap::search.c (limited to 'net/openldap23-server/files') diff --git a/net/openldap23-server/files/patch-configure b/net/openldap23-server/files/patch-configure index 7f32b0a770b9..d25ea3f8bc5d 100644 --- a/net/openldap23-server/files/patch-configure +++ b/net/openldap23-server/files/patch-configure @@ -1,29 +1,20 @@ --- configure.orig Tue Jul 27 18:33:12 2004 +++ configure Sat Aug 14 17:05:23 2004 -@@ -20145,7 +20145,7 @@ - - - if test $ol_cv_bdb_compat = yes ; then -- ol_enable_bdb=yes -+ ol_enable_bdb=${ol_enable_bdb-yes} - elif test $ol_enable_bdb = yes ; then - { echo "configure: error: BDB: BerkeleyDB version incompatible" 1>&2; exit 1; } - else -@@ -20997,7 +20997,7 @@ +@@ -20985,7 +20985,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-liodbc $LIBS" +LIBS="-liodbc $LIBS $LTHREAD_LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" -LIBS="-lodbc $LIBS" +LIBS="-lodbc $LIBS $LTHREAD_LIBS" cat > conftest.$ac_ext <ld, mdn.bv_val, LDAP_SCOPE_BASE, filter, +- gattr, 0, NULL, NULL, LDAP_NO_LIMIT, ++ at ? gattr : NULL, 0, NULL, NULL, LDAP_NO_LIMIT, + LDAP_NO_LIMIT, &result); + if ( rc != LDAP_SUCCESS ) { + if ( rc == LDAP_SERVER_DOWN && do_retry ) { -- cgit v1.2.3