summaryrefslogtreecommitdiff
path: root/databases/openldap/patches
diff options
context:
space:
mode:
authorghen <ghen>2009-04-27 07:15:43 +0000
committerghen <ghen>2009-04-27 07:15:43 +0000
commit176d4c6e078b6f39526f37d99275c3b92cd89d41 (patch)
treef3294ce0dc4c2bf4cfe014a5f991fb1327681ff1 /databases/openldap/patches
parentcf6f680ac7ec7b2f12ba8578be2abd2c59c47993 (diff)
downloadpkgsrc-176d4c6e078b6f39526f37d99275c3b92cd89d41.tar.gz
Update OpenLDAP packages to 2.4.16, the new stable release.
patch-db (for openldap-cloak module) has been included upstream. OpenLDAP 2.4.16 Release (2009/04/05) Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992) Fixed libldap GnuTLS with CA chains (ITS#5991) Fixed libldap GnuTLS TLSVerifyCilent try (ITS#5981) Fixed libldap segfault in checking cert/DN (ITS#5976) Fixed libldap peer cert double free (ITS#5849) Fixed libldap referral chasing (ITS#5980) Fixed slapd backglue with empty DBs (ITS#5986) Fixed slapd ctxcsn race condition (ITS#6001) Fixed slapd debug message (ITS#6027) Fixed slapd redundant module loading (ITS#6030) Fixed slapd schema_init freed value (ITS#6036) Fixed slapd syncrepl newCookie sync messages (ITS#5972) Fixed slapd syncrepl hang during shutdown (ITS#6011) Fixed slapd syncrepl too many MMR messages (ITS#6020) Fixed slapd syncrepl skipped entries with MMR (ITS#5988) Fixed slapd-bdb/hdb cachesize handling (ITS#5860) Fixed slapd-bdb/hdb with slapcat with empty dn (ITS#6006) Fixed slapd-bdb/hdb with NULL transactions (ITS#6012) Fixed slapd-ldap incorrect referral handling (ITS#6003,ITS#5916) Fixed slapd-ldap/meta with broken AD results (ITS#5977) Fixed slapd-ldap/meta with invalid attrs again (ITS#5959) Fixed slapo-accesslog interaction with ppolicy (ITS#5979) Fixed slapo-dynlist conversion to cn=config (ITS#6002) Fixed slapo-syncprov newCookie sync messages (ITS#5972) Fixed slapd-syncprov too many MMR messages (ITS#6020) Fixed slapo-syncprov replica lockout (ITS#5985) Fixed slapo-syncprov modtarget tracking (ITS#5999) Fixed slapo-syncprov multiple CSN propagation (ITS#5973) Fixed slapo-syncprov race condition (ITS#6045) Fixed slapo-syncprov sending cookies without CSN (ITS#6024) Fixed slapo-syncprov skipped entries with MMR (ITS#5988) Fixed tools passphrase free (ITS#6014) Build Environment Cleaned up alloc/free functions for Windows (ITS#6005) Fixed running of autosave files in testsuite (ITS#6026) Documentation admin24 clarified MMR URI requirements (ITS#5942,ITS#5987) Added ldapexop(1) manual page (ITS#5982) slapd-ldap/meta(5) added missing TLS options (ITS#5989)
Diffstat (limited to 'databases/openldap/patches')
-rw-r--r--databases/openldap/patches/patch-db16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/openldap/patches/patch-db b/databases/openldap/patches/patch-db
deleted file mode 100644
index 6949a588c28..00000000000
--- a/databases/openldap/patches/patch-db
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-db,v 1.3 2009/03/14 19:40:19 manu Exp $
---- contrib/slapd-modules/cloak/cloak.c.orig 2009-03-14 16:30:13.000000000 +0000
-+++ contrib/slapd-modules/cloak/cloak.c 2009-03-14 16:28:02.000000000 +0000
-@@ -268,10 +268,10 @@
- return SLAP_CB_CONTINUE;
-
- sc = op->o_tmpcalloc( 1, sizeof( *sc ), op->o_tmpmemctx );
- sc->sc_response = cloak_search_cb;
-- sc->sc_cleanup = NULL;
-- sc->sc_next = NULL;
-+ sc->sc_cleanup = slap_freeself_cb;
-+ sc->sc_next = op->o_callback;
- sc->sc_private = ci;
- op->o_callback = sc;
-
- return SLAP_CB_CONTINUE;