diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-07 15:48:29 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-07 15:48:29 +0000 |
commit | 8256ec02d8447a2c066ea5f2628274219ea32c8d (patch) | |
tree | b2c59754912f7dfcb4fc5a5726248cce9f4ec980 /databases/openldap-doc | |
parent | e9692b8e371e95c7a890a4ebe0a33a51c4e36114 (diff) | |
download | pkgsrc-8256ec02d8447a2c066ea5f2628274219ea32c8d.tar.gz |
Upgrade the openldap packages to 2.3.24, the new "stable" release.
Changes since 2.3.23:
* Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567)
* Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552)
* Re-fixed slapd-ldap improper free bug in exop (ITS#4550)
* Fixed slapd-ldif assert bug (ITS#4568)
* Fixed slapo-syncprov crash under glued database (ITS#4562)
Note that since the clients and libraries didn't change, openldap-server still
depends on openldap-client>=2.3.23 (to ease updates of client applications).
Diffstat (limited to 'databases/openldap-doc')
-rw-r--r-- | databases/openldap-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-doc/Makefile b/databases/openldap-doc/Makefile index 4c8021cc112..2b640c77151 100644 --- a/databases/openldap-doc/Makefile +++ b/databases/openldap-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/31 18:18:38 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/07 15:48:29 ghen Exp $ -DISTNAME= openldap-2.3.23 +DISTNAME= openldap-2.3.24 PKGNAME= ${DISTNAME:S/-/-doc-/} CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ |