pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Update OpenLDAP packages to 2.3.27, the new ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/012f6d740fcf
branches:  trunk
changeset: 517914:012f6d740fcf
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Aug 25 07:02:28 2006 +0000

description:
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=config 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

diffstat:

 databases/openldap-doc/Makefile    |  4 ++--
 databases/openldap-server/Makefile |  3 +--
 databases/openldap/Makefile        |  4 ++--
 databases/openldap/Makefile.common |  4 ++--
 databases/openldap/distinfo        |  8 ++++----
 5 files changed, 11 insertions(+), 12 deletions(-)

diffs (66 lines):

diff -r f6a2e06c1ec5 -r 012f6d740fcf databases/openldap-doc/Makefile
--- a/databases/openldap-doc/Makefile   Fri Aug 25 06:31:55 2006 +0000
+++ b/databases/openldap-doc/Makefile   Fri Aug 25 07:02:28 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2006/06/07 15:48:29 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/25 07:02:28 ghen 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 -r f6a2e06c1ec5 -r 012f6d740fcf databases/openldap-server/Makefile
--- a/databases/openldap-server/Makefile        Fri Aug 25 06:31:55 2006 +0000
+++ b/databases/openldap-server/Makefile        Fri Aug 25 07:02:28 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/07/04 06:42:52 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2006/08/25 07:02:28 ghen Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
-PKGREVISION=           1
 COMMENT=               Lightweight Directory Access Protocol server suite
 
 CONFLICTS+=            openldap<2.3.23nb1
diff -r f6a2e06c1ec5 -r 012f6d740fcf databases/openldap/Makefile
--- a/databases/openldap/Makefile       Fri Aug 25 06:31:55 2006 +0000
+++ b/databases/openldap/Makefile       Fri Aug 25 07:02:28 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.116 2006/06/07 15:48:29 ghen Exp $
+# $NetBSD: Makefile,v 1.117 2006/08/25 07:02:28 ghen Exp $
 
 DISTNAME=              openldap-${OPENLDAP_VERSION}
-OPENLDAP_VERSION=      2.3.24
+OPENLDAP_VERSION=      2.3.27
 CATEGORIES=            databases
 MASTER_SITES=          # empty
 DISTFILES=             # empty
diff -r f6a2e06c1ec5 -r 012f6d740fcf databases/openldap/Makefile.common
--- a/databases/openldap/Makefile.common        Fri Aug 25 06:31:55 2006 +0000
+++ b/databases/openldap/Makefile.common        Fri Aug 25 07:02:28 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.4 2006/06/08 15:30:03 ghen Exp $
+# $NetBSD: Makefile.common,v 1.5 2006/08/25 07:02:28 ghen 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 -r f6a2e06c1ec5 -r 012f6d740fcf databases/openldap/distinfo
--- a/databases/openldap/distinfo       Fri Aug 25 06:31:55 2006 +0000
+++ b/databases/openldap/distinfo       Fri Aug 25 07:02:28 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2006/08/06 09:14:46 taca Exp $
+$NetBSD: distinfo,v 1.50 2006/08/25 07:02:28 ghen 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



Home | Main Index | Thread Index | Old Index