pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases openldap: updated to 2.4.49



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4021db52307
branches:  trunk
changeset: 411348:a4021db52307
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 10 15:13:06 2020 +0000

description:
openldap: updated to 2.4.49

OpenLDAP 2.4.49:
        Added slapd-monitor database entry count for slapd-mdb
        Fixed client tools to not add controls on cancel/abandon
        Fixed client tools SyncInfo message to be LDIF compliant
        Fixed libldap to correctly free sb
        Fixed libldap descriptor leak if ldaps fails
        Fixed libldap remove unnecessary global mutex for GnuTLS
        Fixed slapd syntax evaluation of preferredDeliveryMethod
        Fixed slapd to relax domainScope control check
        Fixed slapd to have cleaner error handling during connection setup
        Fixed slapd data check when processing cancel exop
        Fixed slapd attribute description processing
        Fixed slapd-ldap to set oldctrls correctly
        Fixed slapd-mdb to honor unchecked limit with alias deref
        Fixed slapd-mdb missing final commit with slapindex
        Fixed slapd-mdb drop attr mappings added in an aborted txn
        Fixed slapd-mdb nosync FLAG configuration handling
        Fixed slapd-monitor global operation counter reporting
        Fixed slapo-ppolicy when used with slapauth
        Fixed slapo-ppolicy to add a missed normalised copy of pwdChangedTime
        Fixed slapo-syncprov fix sessionlog init
        Fixed slapo-unique loop termination
        Build Environment
                Fix mkdep to honor TMPDIR if set
                Remove ICU library detection
                Update config.guess and config.sub to support newer architectures
                Disable ITS8521 regression test as it is no longer valid
        Documentation
                admin24 - Fix inconsistent whitespace in replication section
                slapd-config(5)/slapd.conf(5) - Fix missing bold tag for keyword
                slapd-ldap(5) - Document "tls none" option
                slapo-ppolicy(5) - Correctly document pwdGraceAuthnLimit

diffstat:

 databases/openldap-client/Makefile   |   3 +--
 databases/openldap-cloak/Makefile    |   3 +--
 databases/openldap-doc/distinfo      |  10 +++++-----
 databases/openldap-nops/Makefile     |   3 +--
 databases/openldap-server/Makefile   |   3 +--
 databases/openldap-smbk5pwd/Makefile |   5 ++---
 databases/openldap/Makefile          |   3 +--
 databases/openldap/Makefile.version  |   4 ++--
 databases/openldap/distinfo          |  10 +++++-----
 9 files changed, 19 insertions(+), 25 deletions(-)

diffs (127 lines):

diff -r 794d66d6769d -r a4021db52307 databases/openldap-client/Makefile
--- a/databases/openldap-client/Makefile        Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap-client/Makefile        Mon Feb 10 15:13:06 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/01/18 21:48:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2020/02/10 15:13:06 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
-PKGREVISION=   1
 COMMENT=       Lightweight Directory Access Protocol libraries and client programs
 
 CONFLICTS+=            openldap<2.3.23nb1
diff -r 794d66d6769d -r a4021db52307 databases/openldap-cloak/Makefile
--- a/databases/openldap-cloak/Makefile Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap-cloak/Makefile Mon Feb 10 15:13:06 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/01/18 21:48:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2020/02/10 15:13:06 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-cloak-/}
-PKGREVISION=   1
 COMMENT=       Hide specific attributes unless explicitely requested for OpenLDAP
 
 CONFLICTS+=    openldap<2.3.23nb1
diff -r 794d66d6769d -r a4021db52307 databases/openldap-doc/distinfo
--- a/databases/openldap-doc/distinfo   Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap-doc/distinfo   Mon Feb 10 15:13:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/08/03 06:46:52 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/02/10 15:13:06 adam Exp $
 
-SHA1 (openldap-2.4.48.tgz) = c1984e80f6db038b317bf931866adb38e5537dcd
-RMD160 (openldap-2.4.48.tgz) = c91aa87634856d84386d2d8498b647ea2b1b7521
-SHA512 (openldap-2.4.48.tgz) = cf694a415be0bd55cc7f606099da2ed461748efd276561944cd29d7f5a8252a9be799d8778fac2d4fa9f382731eb4ca48c6b85630cb58a3b8249843561ae8feb
-Size (openldap-2.4.48.tgz) = 5704883 bytes
+SHA1 (openldap-2.4.49.tgz) = f0caeca122e6f90e6ac5cc8ba36fe9cec13826da
+RMD160 (openldap-2.4.49.tgz) = c09ca490e1f815e2aea799b1edd340e904233ea0
+SHA512 (openldap-2.4.49.tgz) = 99d1943d126b06e62865e31e5825fcff2cb15415f7f85ae4962fa0e7425bc3b58db5b9639150d7b09e3642c80257724c745e47c25ab4fcb1bba0ba771011dd49
+Size (openldap-2.4.49.tgz) = 5704723 bytes
diff -r 794d66d6769d -r a4021db52307 databases/openldap-nops/Makefile
--- a/databases/openldap-nops/Makefile  Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap-nops/Makefile  Mon Feb 10 15:13:06 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/01/18 21:48:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2020/02/10 15:13:06 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-nops-/}
-PKGREVISION=   1
 COMMENT=       Remove null-ops for OpenLDAP
 
 CONFLICTS+=    openldap<2.3.23nb1
diff -r 794d66d6769d -r a4021db52307 databases/openldap-server/Makefile
--- a/databases/openldap-server/Makefile        Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap-server/Makefile        Mon Feb 10 15:13:06 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2020/01/18 21:48:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.56 2020/02/10 15:13:06 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-server-/}
-PKGREVISION=   1
 COMMENT=       Lightweight Directory Access Protocol server suite
 
 CONFLICTS+=    openldap<2.3.23nb1
diff -r 794d66d6769d -r a4021db52307 databases/openldap-smbk5pwd/Makefile
--- a/databases/openldap-smbk5pwd/Makefile      Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap-smbk5pwd/Makefile      Mon Feb 10 15:13:06 2020 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 21:48:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2020/02/10 15:13:06 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-smbk5pwd-/}
-PKGREVISION=   1
 COMMENT=       Samba and Kerberos password sync for OpenLDAP
 
 CONFLICTS+=    openldap<2.3.23nb1
 DEPENDS+=      openldap-server>=2.4.13nb1:../../databases/openldap-server
 
-USE_LIBTOOL=           yes
+USE_LIBTOOL=   yes
 
 BUILD_DIRS=            include contrib/slapd-modules/smbk5pwd
 INSTALLATION_DIRS+=    lib/openldap
diff -r 794d66d6769d -r a4021db52307 databases/openldap/Makefile
--- a/databases/openldap/Makefile       Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap/Makefile       Mon Feb 10 15:13:06 2020 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.151 2020/01/26 17:30:53 rillig Exp $
+# $NetBSD: Makefile,v 1.152 2020/02/10 15:13:06 adam Exp $
 
-PKGREVISION= 1
 .include "../../databases/openldap/Makefile.version"
 
 DISTNAME=      openldap-${OPENLDAP_VERSION}
diff -r 794d66d6769d -r a4021db52307 databases/openldap/Makefile.version
--- a/databases/openldap/Makefile.version       Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap/Makefile.version       Mon Feb 10 15:13:06 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.version,v 1.18 2020/01/26 17:30:53 rillig Exp $
+# $NetBSD: Makefile.version,v 1.19 2020/02/10 15:13:06 adam Exp $
 # used by databases/lmdb/Makefile
 # used by databases/openldap/Makefile
 # used by databases/openldap/Makefile.common
 # used by databases/openldap-docs/Makefile
 
-OPENLDAP_VERSION=      2.4.48
+OPENLDAP_VERSION=      2.4.49
 
 DISTNAME=      openldap-${OPENLDAP_VERSION}
 MASTER_SITES=  ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
diff -r 794d66d6769d -r a4021db52307 databases/openldap/distinfo
--- a/databases/openldap/distinfo       Mon Feb 10 14:30:29 2020 +0000
+++ b/databases/openldap/distinfo       Mon Feb 10 15:13:06 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.113 2019/08/03 06:46:52 adam Exp $
+$NetBSD: distinfo,v 1.114 2020/02/10 15:13:06 adam Exp $
 
-SHA1 (openldap-2.4.48.tgz) = c1984e80f6db038b317bf931866adb38e5537dcd
-RMD160 (openldap-2.4.48.tgz) = c91aa87634856d84386d2d8498b647ea2b1b7521
-SHA512 (openldap-2.4.48.tgz) = cf694a415be0bd55cc7f606099da2ed461748efd276561944cd29d7f5a8252a9be799d8778fac2d4fa9f382731eb4ca48c6b85630cb58a3b8249843561ae8feb
-Size (openldap-2.4.48.tgz) = 5704883 bytes
+SHA1 (openldap-2.4.49.tgz) = f0caeca122e6f90e6ac5cc8ba36fe9cec13826da
+RMD160 (openldap-2.4.49.tgz) = c09ca490e1f815e2aea799b1edd340e904233ea0
+SHA512 (openldap-2.4.49.tgz) = 99d1943d126b06e62865e31e5825fcff2cb15415f7f85ae4962fa0e7425bc3b58db5b9639150d7b09e3642c80257724c745e47c25ab4fcb1bba0ba771011dd49
+Size (openldap-2.4.49.tgz) = 5704723 bytes
 SHA1 (patch-ac) = 2995c518278b363bf9657e181c2340d3024d5980
 SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf
 SHA1 (patch-af) = 2e00b01bd813e73bdc1fb764a02e98d7755703de



Home | Main Index | Thread Index | Old Index