diff options
author | ghen <ghen@pkgsrc.org> | 2007-01-10 18:15:36 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-01-10 18:15:36 +0000 |
commit | 0580336b43fc3738c1b3a738816fc08383d63b53 (patch) | |
tree | 7b915ee978a44748c28df7c85cc8618b171efba0 /databases | |
parent | cc117c75973343b16508f0c7a8288aba03ce93b7 (diff) | |
download | pkgsrc-0580336b43fc3738c1b3a738816fc08383d63b53.tar.gz |
Update openldap packages to 2.3.32, the new stable release.
OpenLDAP 2.3.32 Release (2007/01/04)
Fixed slapd add redundant duplicate value check (ITS#4600)
Fixed slapd ACL set memleak (ITS#4780)
Fixed slapd syncrepl shutdown hang (ITS#4790)
Fixed slapd connection_get race condition on Windows (ITS#4793)
Fixed slapd values return filter control leak (ITS#4794)
Fixed slapd-sql Debug typo (ITS#4784)
Fixed slapo-rwm parameter handling (ITS#3971, 4458, 4638, 4689)
Documentation
Fixed reference to deprecated option in admin guide (ITS#4795)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap-doc/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile.common | 4 | ||||
-rw-r--r-- | databases/openldap/distinfo | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/databases/openldap-doc/Makefile b/databases/openldap-doc/Makefile index d2e2e5a2a6d..b3b316083d4 100644 --- a/databases/openldap-doc/Makefile +++ b/databases/openldap-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2007/01/02 11:29:16 ghen Exp $ +# $NetBSD: Makefile,v 1.6 2007/01/10 18:15:36 ghen Exp $ -DISTNAME= openldap-2.3.31 +DISTNAME= openldap-2.3.32 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 412f8e8e718..44252f4a8da 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.118 2007/01/02 11:29:15 ghen Exp $ +# $NetBSD: Makefile,v 1.119 2007/01/10 18:15:36 ghen Exp $ DISTNAME= openldap-${OPENLDAP_VERSION} -OPENLDAP_VERSION= 2.3.31 +OPENLDAP_VERSION= 2.3.32 CATEGORIES= databases MASTER_SITES= # empty DISTFILES= # empty diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common index 9f6b7923093..ef32fa3c040 100644 --- a/databases/openldap/Makefile.common +++ b/databases/openldap/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.7 2007/01/02 11:29:15 ghen Exp $ +# $NetBSD: Makefile.common,v 1.8 2007/01/10 18:15:36 ghen Exp $ # please stick to the "stable" releases as much as possible! -DISTNAME= openldap-2.3.31 +DISTNAME= openldap-2.3.32 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 84c8e67c43f..0ac6ce3b02d 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.52 2007/01/02 11:29:15 ghen Exp $ +$NetBSD: distinfo,v 1.53 2007/01/10 18:15:36 ghen Exp $ -SHA1 (openldap-2.3.31.tgz) = 4ee3cefdb82aaabb42fe25f791e8a0f48b046a16 -RMD160 (openldap-2.3.31.tgz) = 3a5bc3622d64c7af27901046144bc9e2952abf57 -Size (openldap-2.3.31.tgz) = 3766559 bytes +SHA1 (openldap-2.3.32.tgz) = ccf008c3d41206e2e29870b7786aaf00d7c2bc70 +RMD160 (openldap-2.3.32.tgz) = de0d076868cbef4e3b9eb393ef45683cf990d3d2 +Size (openldap-2.3.32.tgz) = 3763696 bytes SHA1 (patch-ac) = 905b08c4dea8c61e044ccf66d6af22cc685a3ccc SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf SHA1 (patch-af) = 1ae9137e76e885e03d0f44727197a444893ec7c5 |