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 | 433e0511d1311e4f409c0c4403e07051c525630f (patch) | |
tree | b2c59754912f7dfcb4fc5a5726248cce9f4ec980 /databases | |
parent | 52895138d3a1f3b4d304107af4a189ee255d280c (diff) | |
download | pkgsrc-433e0511d1311e4f409c0c4403e07051c525630f.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')
-rw-r--r-- | databases/openldap-doc/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile | 5 | ||||
-rw-r--r-- | databases/openldap/Makefile.common | 5 | ||||
-rw-r--r-- | databases/openldap/distinfo | 8 |
4 files changed, 11 insertions, 11 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/ 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 diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common index 245c3b6ac71..d546281b88e 100644 --- a/databases/openldap/Makefile.common +++ b/databases/openldap/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2006/06/02 22:02:33 joerg Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/06/07 15:48:29 ghen Exp $ -DISTNAME= openldap-2.3.23 +# please stick to the "stable" releases as much as possible! +DISTNAME= openldap-2.3.24 CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ MASTER_SITES+= http://ftp.openldap.org/pub/OpenLDAP/openldap-release/ diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index 7be9119d35e..dd1868a9686 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2006/05/19 14:46:10 joerg Exp $ +$NetBSD: distinfo,v 1.48 2006/06/07 15:48:29 ghen Exp $ -SHA1 (openldap-2.3.23.tgz) = 30739e29eed78a261232375a9e3f276887ad626f -RMD160 (openldap-2.3.23.tgz) = 29bfd36b986cdcd56982082d2d6cb630840053df -Size (openldap-2.3.23.tgz) = 3755995 bytes +SHA1 (openldap-2.3.24.tgz) = e00f7a017d9223708b77b0df3a612d236789b380 +RMD160 (openldap-2.3.24.tgz) = 8b4be685de2c2a7ace1debe97d5bda2354b57a06 +Size (openldap-2.3.24.tgz) = 3756405 bytes SHA1 (patch-ac) = 905b08c4dea8c61e044ccf66d6af22cc685a3ccc SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf SHA1 (patch-af) = 1ae9137e76e885e03d0f44727197a444893ec7c5 |