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
This commit is contained in:
parent
43554b079a
commit
bf35aedcdd
3 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2013/11/22 20:45:07 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2014/01/28 20:18:09 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue