pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 12 09:10:06 UTC 2021

Modified Files:
        pkgsrc/databases/lmdb: Makefile distinfo
        pkgsrc/databases/openldap: Makefile.version distinfo
        pkgsrc/databases/openldap-doc: distinfo
        pkgsrc/databases/openldap-server: Makefile
Removed Files:
        pkgsrc/databases/lmdb/patches: patch-configure

Log Message:
openldap: updated to 2.5.8

OpenLDAP 2.5.8 Release (2021/10/11)
        Fixed libldap ldap_int_tls_connect: isdigit() requires unsigned char
        Fixed libldap memory leak in ldap_get_option LDAP_OPT_X_TLS_PEERCERT
        Fixed slapd to allow normalized values for namingContexts in cn=monitor
        Fixed slapd to normalize the suffix in rootDSE
        Fixed slapd slapadd to avoid destroying configDB prematurely
        Fixed slapd to not spam logs with lastbind information
        Fixed slapd slaptest migration to correctly set olcTSLVerifyClient
        Fixed slapd-mdb multival delete handling
        Fixed slapd-sql ldap_entry_objectclass table for mariadb/mysql
        Fixed slapd-wt multiple issues
        Fixed slapd-wt to close cache db correctly
        Fixed slapo-ppolicy to restore OpenLDAP 2.4 compatibilty
        Fixed slapo-syncprov to free uuid list when finished replaying sessionlog
        Build
                Fixed libldap result.c compilation on musl systems
                Fixed slapd duplicate definition of peerbv
                Fixed test suite with memberof modular builds
        Contrib
                Added man page for ppm contrib module
                Fix crash when pwdCheckModuleArg is not defined for ppm
        Documentation
                Fixed guide download link for heimdal
                Fixed guide documentation for TLSECName
                Fixed guide documentation missing tags
                Fixed guide loadbalancer typo
                Fixed guide synprov-nopresent redundant text
                Fixed guide various typos and fix config alignment
                Removed ppolicy.schema from servers/slapd/schema/README
                Fixed slapd.conf(5)/slapd-config(5) to document default for database monitoring
                Fixed slapd-meta(5)/slapd-asyncmeta(5) verbiage for try-propagate
                Fixed slapo-syncprov(5) to note entryCSN indexing is highly recommended


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/lmdb/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/lmdb/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/lmdb/patches/patch-configure
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/openldap/Makefile.version
cvs rdiff -u -r1.126 -r1.127 pkgsrc/databases/openldap/distinfo
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/openldap-doc/distinfo
cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/openldap-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/lmdb/Makefile
diff -u pkgsrc/databases/lmdb/Makefile:1.20 pkgsrc/databases/lmdb/Makefile:1.21
--- pkgsrc/databases/lmdb/Makefile:1.20 Mon Jun 14 09:04:23 2021
+++ pkgsrc/databases/lmdb/Makefile      Tue Oct 12 09:10:06 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/06/14 09:04:23 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/10/12 09:10:06 adam Exp $
 
 .include "../../databases/openldap/Makefile.version"
 
@@ -22,6 +22,7 @@ INSTALLATION_DIRS+=   include
 INSTALLATION_DIRS+=    lib
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
+CHECK_PORTABILITY_SKIP=        configure
 TEST_TARGET=           test
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/databases/lmdb/distinfo
diff -u pkgsrc/databases/lmdb/distinfo:1.22 pkgsrc/databases/lmdb/distinfo:1.23
--- pkgsrc/databases/lmdb/distinfo:1.22 Thu Oct  7 13:35:14 2021
+++ pkgsrc/databases/lmdb/distinfo      Tue Oct 12 09:10:06 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.22 2021/10/07 13:35:14 nia Exp $
+$NetBSD: distinfo,v 1.23 2021/10/12 09:10:06 adam Exp $
 
-RMD160 (openldap-2.5.7.tgz) = 06be7fba0ce57c3a8ee260da244d2dc8935ea0f5
-SHA512 (openldap-2.5.7.tgz) = c849b9f9515cf458acbaef0dc21b8a53ab7b27e4288af6f69433f909f2939878c94cd641d24abc88d4351725b80829d342d446933fa5cba52cde4b9f095dcea0
-Size (openldap-2.5.7.tgz) = 6426051 bytes
-SHA1 (patch-configure) = 2f07a1c517c2989c2ff932e251c71a86af5f28be
+RMD160 (openldap-2.5.8.tgz) = 0ec9ef327a090f1140b06e6bd6b3d19b8b3556ee
+SHA512 (openldap-2.5.8.tgz) = ba0c7f64e0447a72feac0014107490cd50d617cdd90d06655fc5c64d65216692c7a93e0380c910ea2292a7594c58bd09ae85fa0adf3eaa474d2e2e4ab66e95c5
+Size (openldap-2.5.8.tgz) = 6437833 bytes
 SHA1 (patch-libraries_liblmdb_Makefile) = 4dd8ed43169e5615b416e7e0696dd3b16e784282

Index: pkgsrc/databases/openldap/Makefile.version
diff -u pkgsrc/databases/openldap/Makefile.version:1.31 pkgsrc/databases/openldap/Makefile.version:1.32
--- pkgsrc/databases/openldap/Makefile.version:1.31     Mon Aug 23 09:58:58 2021
+++ pkgsrc/databases/openldap/Makefile.version  Tue Oct 12 09:10:05 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.version,v 1.31 2021/08/23 09:58:58 adam Exp $
+# $NetBSD: Makefile.version,v 1.32 2021/10/12 09:10:05 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.5.7
+OPENLDAP_VERSION=      2.5.8
 
 DISTNAME=      openldap-${OPENLDAP_VERSION}
 MASTER_SITES=  ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/

Index: pkgsrc/databases/openldap/distinfo
diff -u pkgsrc/databases/openldap/distinfo:1.126 pkgsrc/databases/openldap/distinfo:1.127
--- pkgsrc/databases/openldap/distinfo:1.126    Thu Oct  7 13:35:17 2021
+++ pkgsrc/databases/openldap/distinfo  Tue Oct 12 09:10:05 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.126 2021/10/07 13:35:17 nia Exp $
+$NetBSD: distinfo,v 1.127 2021/10/12 09:10:05 adam Exp $
 
-RMD160 (openldap-2.5.7.tgz) = 06be7fba0ce57c3a8ee260da244d2dc8935ea0f5
-SHA512 (openldap-2.5.7.tgz) = c849b9f9515cf458acbaef0dc21b8a53ab7b27e4288af6f69433f909f2939878c94cd641d24abc88d4351725b80829d342d446933fa5cba52cde4b9f095dcea0
-Size (openldap-2.5.7.tgz) = 6426051 bytes
+RMD160 (openldap-2.5.8.tgz) = 0ec9ef327a090f1140b06e6bd6b3d19b8b3556ee
+SHA512 (openldap-2.5.8.tgz) = ba0c7f64e0447a72feac0014107490cd50d617cdd90d06655fc5c64d65216692c7a93e0380c910ea2292a7594c58bd09ae85fa0adf3eaa474d2e2e4ab66e95c5
+Size (openldap-2.5.8.tgz) = 6437833 bytes
 SHA1 (patch-configure) = d17685e195dbde0fd36ddd593da1c3877bf022d9
 SHA1 (patch-contrib_slapd-modules_cloak_Makefile) = f64c16aebd1b5f6ab069fc22b785f066f0b1c143
 SHA1 (patch-contrib_slapd-modules_nops_Makefile) = 96c072cde836ea96710ddf0dc96b7f9fe78d81d8

Index: pkgsrc/databases/openldap-doc/distinfo
diff -u pkgsrc/databases/openldap-doc/distinfo:1.33 pkgsrc/databases/openldap-doc/distinfo:1.34
--- pkgsrc/databases/openldap-doc/distinfo:1.33 Thu Oct  7 13:35:17 2021
+++ pkgsrc/databases/openldap-doc/distinfo      Tue Oct 12 09:10:05 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2021/10/07 13:35:17 nia Exp $
+$NetBSD: distinfo,v 1.34 2021/10/12 09:10:05 adam Exp $
 
-RMD160 (openldap-2.5.7.tgz) = 06be7fba0ce57c3a8ee260da244d2dc8935ea0f5
-SHA512 (openldap-2.5.7.tgz) = c849b9f9515cf458acbaef0dc21b8a53ab7b27e4288af6f69433f909f2939878c94cd641d24abc88d4351725b80829d342d446933fa5cba52cde4b9f095dcea0
-Size (openldap-2.5.7.tgz) = 6426051 bytes
+RMD160 (openldap-2.5.8.tgz) = 0ec9ef327a090f1140b06e6bd6b3d19b8b3556ee
+SHA512 (openldap-2.5.8.tgz) = ba0c7f64e0447a72feac0014107490cd50d617cdd90d06655fc5c64d65216692c7a93e0380c910ea2292a7594c58bd09ae85fa0adf3eaa474d2e2e4ab66e95c5
+Size (openldap-2.5.8.tgz) = 6437833 bytes

Index: pkgsrc/databases/openldap-server/Makefile
diff -u pkgsrc/databases/openldap-server/Makefile:1.60 pkgsrc/databases/openldap-server/Makefile:1.61
--- pkgsrc/databases/openldap-server/Makefile:1.60      Mon Aug 30 09:36:31 2021
+++ pkgsrc/databases/openldap-server/Makefile   Tue Oct 12 09:10:05 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2021/08/30 09:36:31 khorben Exp $
+# $NetBSD: Makefile,v 1.61 2021/10/12 09:10:05 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-server-/}
-PKGREVISION=   1
 COMMENT=       Lightweight Directory Access Protocol server suite
 
 CONFLICTS+=    openldap<2.3.23nb1



Home | Main Index | Thread Index | Old Index