diff options
author | ghen <ghen> | 2006-06-07 15:48:29 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-06-07 15:48:29 +0000 |
commit | 25c23afbce51a02ea64747e5a74374e945beb05e (patch) | |
tree | b2c59754912f7dfcb4fc5a5726248cce9f4ec980 /databases/openldap/Makefile | |
parent | 641fa36713b1b86e13d26e3cf390f3dca99ac4bb (diff) | |
download | pkgsrc-25c23afbce51a02ea64747e5a74374e945beb05e.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/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index d1ca69f3f01..ab3179d7175 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.115 2006/05/31 18:17:49 ghen Exp $ +# $NetBSD: Makefile,v 1.116 2006/06/07 15:48:29 ghen Exp $ DISTNAME= openldap-${OPENLDAP_VERSION} -OPENLDAP_VERSION= 2.3.23 -PKGREVISION= 1 +OPENLDAP_VERSION= 2.3.24 CATEGORIES= databases MASTER_SITES= # empty DISTFILES= # empty |