diff options
author | adam <adam@pkgsrc.org> | 2014-01-28 20:18:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-01-28 20:18:08 +0000 |
commit | a67ce0f6d1865ed678ee6cfe80c2b13a81402342 (patch) | |
tree | 2426b2ace9921fb455a45eb77ed14592101801bf /databases/openldap | |
parent | bbfcfc6f21f508b9ec4ad295a60ac0811dd2f7a6 (diff) | |
download | pkgsrc-a67ce0f6d1865ed678ee6cfe80c2b13a81402342.tar.gz |
Changes 2.4.39:
Fixed libldap MozNSS crash
Fixed libldap memory leak with SASL
Fixed libldap assert in parse_passwdpolicy_control
Fixed libldap shortcut NULL RDNs
Fixed libldap deref to use correct control
Fixed liblmdb keysizes with mdb_update_key
Fixed slapd cn=config olcDbConfig modification
Fixed slapd-bdb/hdb to bail out of search if config is paused
Fixed slapd-bdb/hdb indexing issue with derived attributes
Fixed slapd-mdb to bail out of search if config is paused
Fixed slapd-mdb indexing issue with derived attributes
Fixed slapd-perl to bail out of search if config is paused
Fixed slapd-sql to bail out of search if config is paused
Fixed slapo-constraint handling of softadd/softdel
Fixed slapo-syncprov assert with findbase
Build Environment
Test suite: Use $(MAKE) for tests
Documentation
admin24 fix TLSDHParamFile to be correct
Diffstat (limited to 'databases/openldap')
-rw-r--r-- | databases/openldap/Makefile.version | 4 | ||||
-rw-r--r-- | databases/openldap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/openldap/Makefile.version b/databases/openldap/Makefile.version index f86f0ef8255..e7691454ca7 100644 --- a/databases/openldap/Makefile.version +++ b/databases/openldap/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.7 2013/11/22 20:45:07 adam Exp $ +# $NetBSD: Makefile.version,v 1.8 2014/01/28 20:18:08 adam Exp $ # used by databases/openldap/Makefile # used by databases/openldap/Makefile.common # used by databases/openldap-docs/Makefile -OPENLDAP_VERSION= 2.4.38 +OPENLDAP_VERSION= 2.4.39 diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index 1eb7835ace4..47e822837fc 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.93 2013/11/22 20:45:07 adam Exp $ +$NetBSD: distinfo,v 1.94 2014/01/28 20:18:08 adam Exp $ -SHA1 (openldap-2.4.38.tgz) = b15132075661761dca822270cdbeddc3c49a6193 -RMD160 (openldap-2.4.38.tgz) = 7e60b881c1a5066da0feb2406a3136f5ed43190d -Size (openldap-2.4.38.tgz) = 5506085 bytes +SHA1 (openldap-2.4.39.tgz) = 2b8e8401214867c361f7212e7058f95118b5bd6c +RMD160 (openldap-2.4.39.tgz) = da68043bd38e9d58811599d43bfdbc8f6c9b6f58 +Size (openldap-2.4.39.tgz) = 5509060 bytes SHA1 (patch-ac) = 2995c518278b363bf9657e181c2340d3024d5980 SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf SHA1 (patch-af) = 2e00b01bd813e73bdc1fb764a02e98d7755703de |