diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-19 14:46:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-19 14:46:10 +0000 |
commit | 4b65f260550765dae4b90d761eaca1fb1684a476 (patch) | |
tree | c804fc23d1006d6ef7362374b30e9f9f014e4318 /databases/openldap | |
parent | af9a57c2cae36d7e3c1eaebe30286aa2fea59d8f (diff) | |
download | pkgsrc-4b65f260550765dae4b90d761eaca1fb1684a476.tar.gz |
Update to OpenLDAP 2.3.23.
OpenLDAP 2.3.23 Release
Fixed slapd-ldap improper free bug (ITS#4550)
OpenLDAP 2.3.22 Release
Fixed libldap referral input destroy issue (ITS#4533)
Fixed libldap ldap_sort_entries tail bug (ITS#4536)
Fixed libldap default connection concurrency issue (ITS#4541)
Fixed libldap_r thread debug missing break
Fixed libldap_r tpool cleanup
Fixed liblutil strtoul(3) usage (ITS#4503)
Fixed liblutil time resolution issue (ITS#4514)
Updated ldapdelete(1) to stdout bug (ITS#4453)
Updated ldapsearch(1) BASE output (ITS#4504)
Fixed slapd backglue issue (ITS#4529)
Fixed slapd cn=config (ITS#4512)
Fixed slapd cn=config ACL application fix
Fixed slapd cn=config olcLimits (ITS#4515)
Fixed slapd dynacl tgrant/tdeny initialization
Fixed slapd runqueue use of freed memory (ITS#4517)
Fixed slapd slap_send_ldap_result bug (ITS#4499)
Fixed slapd thread pool init issue (ITS#4513)
Added slapd syncrepl mandatory searchbase check
Fixed slapd-bdb/hdb pre/post-read freeing (ITS#4532)
Fixed slapd-bdb/hdb pre/post-read unavailable issue (ITS#4538)
Fixed slapd-bdb/hdb referral issue (ITS#4548)
Fixed slapd-hdb IDL sort issue (ITS#4531)
Fixed slapd-ldap proxyAuthz of bound identity/override (ITS#4497)
Fixed slapd-ldap/meta protocol version propagation (ITS#4488)
Fixed slapd-ldap fd cleanup (ITS#4474)
Fixed slapd-ldif deadlock (ITS#4500)
Fixed slapd-shell lutil_atoi issue (ITS#4495)
Fixed slapadd cn=config issue (ITS#4194)
Fixed slapo-accesslog log purging issue (ITS#4505)
Added slapo-accesslog reqOld feature
Fixed slapo-auditlog missing return codes
Fixed slapo-ppolicy BER tags issue (ITS#4528)
Fixed slapo-ppolicy rebind bug (ITS#4516)
Fixed slapo-refint delete prohibit issue (ITS#4442)
Fixed slapo-syncprov MODs cause DELs (ITS#4423)
Fixed slapo-syncprov/syncrepl sessionlog issue (ITS#4534)
Added slapo-syncprov extra logging
Fixed slapo-translucent modifications (ITS#4527)
Fixed slurpd potential overflow issue
Build Environment
Fixed OSF1 compilation problem (ITS#4537)
Fixed test020-proxycache disabled debug issue (ITS#4491)
Fixed test033-glue-syncrepl overlay detection (ITS#4544)
Documentation
Fixed slapd(8) logging header reference (ITS#4509)
Clarified slapd.conf(5) "disable bind_anon" feature
Diffstat (limited to 'databases/openldap')
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index dcc021a883a..eac2b18ce3b 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2006/05/15 19:01:23 ghen Exp $ +# $NetBSD: Makefile,v 1.113 2006/05/19 14:46:10 joerg Exp $ -DISTNAME= openldap-2.3.21 +DISTNAME= openldap-2.3.23 SVR4_PKGNAME= oldap CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index 37713f819e9..7be9119d35e 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2006/05/18 05:14:11 taca Exp $ +$NetBSD: distinfo,v 1.47 2006/05/19 14:46:10 joerg Exp $ -SHA1 (openldap-2.3.21.tgz) = 556975f22a5f32be3e127a2f6b896b03efbaf54a -RMD160 (openldap-2.3.21.tgz) = 8fb7bce91452e24a8bd5e23f6dd3d17a3b2711cf -Size (openldap-2.3.21.tgz) = 3750778 bytes +SHA1 (openldap-2.3.23.tgz) = 30739e29eed78a261232375a9e3f276887ad626f +RMD160 (openldap-2.3.23.tgz) = 29bfd36b986cdcd56982082d2d6cb630840053df +Size (openldap-2.3.23.tgz) = 3755995 bytes SHA1 (patch-ac) = 905b08c4dea8c61e044ccf66d6af22cc685a3ccc SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf SHA1 (patch-af) = 1ae9137e76e885e03d0f44727197a444893ec7c5 |