summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2006-09-06 21:51:04 +0000
committersnj <snj@pkgsrc.org>2006-09-06 21:51:04 +0000
commite8acd20536844a50c2def3842b243e4c45103a1a (patch)
tree01696e20d249343e4e6fa76417bfbe55d6ca1d41
parentee175479b48408b5dedca89c42d8845c0863bbf5 (diff)
downloadpkgsrc-e8acd20536844a50c2def3842b243e4c45103a1a.tar.gz
Pullup ticket 1815 - requested by ghen
security update for openldap Revisions pulled up: - pkgsrc/databases/openldap/Makefile 1.117 - pkgsrc/databases/openldap/Makefile.common 1.5 - pkgsrc/databases/openldap/distinfo 1.50 - pkgsrc/databases/openldap-doc/Makefile 1.3 - pkgsrc/databases/openldap-server/Makefile 1.4 Module Name: pkgsrc Committed By: ghen Date: Fri Aug 25 07:02:28 UTC 2006 Modified Files: pkgsrc/databases/openldap: Makefile Makefile.common distinfo pkgsrc/databases/openldap-doc: Makefile pkgsrc/databases/openldap-server: Makefile Log Message: Update OpenLDAP packages to 2.3.27, the new "stable" release. Changes since 2.3.24: OpenLDAP 2.3.27 Release - Fixed libldap dangling pointer issue (previous fix was broken) (ITS#4405) OpenLDAP 2.3.26 Release - Fixed libldap dnssrv bug with "not present" positive statement (ITS#4610) - Fixed libldap dangling pointer issue (ITS#4405) - Fixed slapd incorrect rebuilding of replica URI (ITS#4633) - Fixed slapd DN X.509 normalization crash (ITS#4644) - Fixed slapd-monitor operations order via callbacks (ITS#4631) - Fixed slapd-sql undefined filter handling (ITS#4604) - Fixed slapo-accesslog purge task during shutdown - Fixed slapo-ppolicy handling of default policy (ITS#4634) - Fixed slapo-ppolicy logging verbosity when using default policy - Fixed slapo-syncprov incomplete sync on restart issues (ITS#4622) OpenLDAP 2.3.25 Release - Fixed liblber ber_bvreplace_x argument checks - Add libldap_r TLS concurrency workaround (ITS#4583) - Fixed liblutil password length bug - Add slapd glue/subordinate conflict check (ITS#4614) - Fixed slapd acl selfwrite bug (ITS#4587) - Fixed slapd bconfig "require" and "none" handling (ITS#4574) - Fixed slapd bconfig segfault when ldapadding new schema entries - Fixed slapd syncrepl no rootdn bug (ITS#4582) - Fixed slapd syncrepl contextCSN issue (ITS#4622) - Fixed slapd-bdb/hdb lock bug with virtual root (ITS#4572) - Fixed slapd-bdb/hdb modrdn new entry disappearing bug (ITS#4616) - Fixed slapd-bdb/hdb cache job issue - Fixed slapo-syncprov need new CSN with delete syncID sets (ITS#4534) - Fixed slapo-syncprov startup when lastmod is off (ITS#4613) - Fixed slapo-accesslog cn=3Dconfig purge bug (ITS#4595) - Fixes slapo-auditlog DB initialization - Fixed slapo-ppolicy password hashing bug (ITS#4575) - Fixed slapo-ppolicy password modify pwdMustChange reset bug (ITS#4576) - Fixed slapo-ppolicy control can be critical (ITS#4596) - Fixed slapo-retcode logical and bug - Fixed slapo-syncprov DEL propagation bug (ITS#4589) - Fixed slurpd ldaps:// default port bug (ITS#4580) - Build environment - Fix configure winsock.h detection for Cygwin (ITS#4621) - Fix configure GMP detection (ITS#4608) - Updated test006-acls to test selfwrite access (ITS#4587) - Documentation - Fixed ldapsearch(1) formatting (ITS#4619) - Updated slapd.conf(5) RFC references - Updated slapd.conf(5) lastmod discussion (ITS#4613) - Updated slapd.conf(5) "require" and "none" handling (ITS#4574) - Added slapd.conf(5) access control note to authz-regexp discussion - Updated slapo-syncprov(5) to clarify SyncProv and syncrepl diffs
-rw-r--r--databases/openldap-doc/Makefile4
-rw-r--r--databases/openldap-server/Makefile3
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/openldap/Makefile.common4
-rw-r--r--databases/openldap/distinfo8
5 files changed, 11 insertions, 12 deletions
diff --git a/databases/openldap-doc/Makefile b/databases/openldap-doc/Makefile
index 2b640c77151..6e7b28ba968 100644
--- a/databases/openldap-doc/Makefile
+++ b/databases/openldap-doc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2006/06/07 15:48:29 ghen Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2006/09/06 21:51:04 snj Exp $
-DISTNAME= openldap-2.3.24
+DISTNAME= openldap-2.3.27
PKGNAME= ${DISTNAME:S/-/-doc-/}
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
diff --git a/databases/openldap-server/Makefile b/databases/openldap-server/Makefile
index 4f6bca46484..ba6d3515008 100644
--- a/databases/openldap-server/Makefile
+++ b/databases/openldap-server/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2.2.1 2006/07/04 10:00:51 salo Exp $
+# $NetBSD: Makefile,v 1.2.2.2 2006/09/06 21:51:04 snj Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
-PKGREVISION= 1
COMMENT= Lightweight Directory Access Protocol server suite
CONFLICTS+= openldap<2.3.23nb1
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index ab3179d7175..3326e5f2c35 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.116 2006/06/07 15:48:29 ghen Exp $
+# $NetBSD: Makefile,v 1.116.2.1 2006/09/06 21:51:04 snj Exp $
DISTNAME= openldap-${OPENLDAP_VERSION}
-OPENLDAP_VERSION= 2.3.24
+OPENLDAP_VERSION= 2.3.27
CATEGORIES= databases
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common
index 56b0c62a7e0..2d300c672d7 100644
--- a/databases/openldap/Makefile.common
+++ b/databases/openldap/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.4 2006/06/08 15:30:03 ghen Exp $
+# $NetBSD: Makefile.common,v 1.4.2.1 2006/09/06 21:51:04 snj Exp $
# please stick to the "stable" releases as much as possible!
-DISTNAME= openldap-2.3.24
+DISTNAME= openldap-2.3.27
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 dd1868a9686..07520edc5a3 100644
--- a/databases/openldap/distinfo
+++ b/databases/openldap/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2006/06/07 15:48:29 ghen Exp $
+$NetBSD: distinfo,v 1.48.2.1 2006/09/06 21:51:04 snj Exp $
-SHA1 (openldap-2.3.24.tgz) = e00f7a017d9223708b77b0df3a612d236789b380
-RMD160 (openldap-2.3.24.tgz) = 8b4be685de2c2a7ace1debe97d5bda2354b57a06
-Size (openldap-2.3.24.tgz) = 3756405 bytes
+SHA1 (openldap-2.3.27.tgz) = c2b6ac3ec89d0f58d079592946d045dba45edafe
+RMD160 (openldap-2.3.27.tgz) = 8c25c39689daa515f14e88611490ae6d8df0911c
+Size (openldap-2.3.27.tgz) = 3757519 bytes
SHA1 (patch-ac) = 905b08c4dea8c61e044ccf66d6af22cc685a3ccc
SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf
SHA1 (patch-af) = 1ae9137e76e885e03d0f44727197a444893ec7c5