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.6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e17fa4b29513
branches: trunk
changeset: 372150:e17fa4b29513
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jan 20 20:10:03 2022 +0000
description:
openldap: updated to 2.6.1
OpenLDAP 2.6.1 Release (2022/01/20)
Fixed libldap to init client socket port
Fixed libldap with referrals
Added slapd config keyword for logfile format
Fixed slapd to allow objectClass edits with no net change
Fixed slapd configtable population
Fixed slapd to only set loglevel in server mode
Fixed slapd logfile-rotate use of uninitialized variable
Fixed slapd passwd scheme handling with slapd.conf
Fixed slapd postread support for modrdn
Fixed slapd syncrepl recreation of deleted entries
Fixed slapd syncrepl replication with ODSEE
Fixed slapd syncrepl to properly replicate glue entries
Fixed slapd syncrepl to reject REFRESH for precise resync
Fixed slapd syncrepl to avoid busy loop during refresh
Fixed slapd syncrepl when X-ORDERED is specified
Fixed slapd syncrepl to better handle out of order delete ops
Fixed slapd syncrepl to correctly close connections when config is deleted
Fixed slapd-mdb to update indices correctly on replace ops
Fixed slapd-wt to set correct flags
Fixed slapo-accesslog to fix assertion due to deprecated code
Fixed slapo-accesslog to fix inconsistently normalized minCSN
Fixed slapo-accesslog delete handling of multi-valued config attrs
Fixed slapo-autogroup to maintain values in insertion order
Fixed slapo-constraint to maintain values in insertion order
Fixed slapo-dyngroup to maintain values in insertion order
Fixed slapo-dynlist compare operation for static groups
Fixed slapo-dynlist static group filter with multiple members
Fixed slapo-ppolicy when not built modularly
Fixed slapo-refint to maintain values in insertion order
Fixed slapo-retcode to honor requested insert position
Fixed slapo-sock cn=config support
Fixed slapo-syncprov memory leak
Fixed slapo-syncprov to generate a more accurate accesslog query
Fixed slapo-syncprov to allow empty DB to host persistent syncrepl connections
Fixed slapo-syncprov to consider all deletes for sycnInfo messages
Fixed slapo-translucent to warn on invalid config
Fixed slapo-unique to warn on invalid config
Fixed slapo-valsort to maintain values in insertion order
Build Environment
Fix test022 to preserve DELAY search output
Fix slapd-watcher to allow startup when servers are down
Contrib
Fixed slapo-lastbind to work with 2.6 lastbind-precision configuration
Documentation
Fixed slapd.conf(5)/slapd-config(5) documentation on lastbind-precision
Fixed slapo-accesslog(5) to clarify logoldattr usage
diffstat:
databases/lmdb/distinfo | 8 ++++----
databases/openldap-doc/distinfo | 8 ++++----
databases/openldap/Makefile.version | 4 ++--
databases/openldap/distinfo | 8 ++++----
4 files changed, 14 insertions(+), 14 deletions(-)
diffs (59 lines):
diff -r 130d3256459b -r e17fa4b29513 databases/lmdb/distinfo
--- a/databases/lmdb/distinfo Thu Jan 20 19:03:24 2022 +0000
+++ b/databases/lmdb/distinfo Thu Jan 20 20:10:03 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/12/01 12:13:53 adam Exp $
+$NetBSD: distinfo,v 1.26 2022/01/20 20:10:03 adam Exp $
-BLAKE2s (openldap-2.6.0.tgz) = c0c0dafc102d23d38ec094ca5c03ea85f4f990cc9d203d16f05d22be99f64d9c
-SHA512 (openldap-2.6.0.tgz) = c0bb15468cac326acab438939ef902e9fd07a17b1eb81f21ebe5ad121096ddd640040ec696bb8dac4eaa4a73a6916acba57c3558de08cc678157a3ccdead5a67
-Size (openldap-2.6.0.tgz) = 6433764 bytes
+BLAKE2s (openldap-2.6.1.tgz) = 2bf46b29bc49594d4c73e95c21690d92b0cc0b1ffe6d5498a4244ac695ba7cc5
+SHA512 (openldap-2.6.1.tgz) = bdb961225313bc2717aabac7ba1dfcaabba7c933ab1c28959315b5e88074af0575f082c329fdfc0adde61b6b0e56315305156cee7eb879bc8e48b47cb9f5cd58
+Size (openldap-2.6.1.tgz) = 6440418 bytes
SHA1 (patch-libraries_liblmdb_Makefile) = 4dd8ed43169e5615b416e7e0696dd3b16e784282
diff -r 130d3256459b -r e17fa4b29513 databases/openldap-doc/distinfo
--- a/databases/openldap-doc/distinfo Thu Jan 20 19:03:24 2022 +0000
+++ b/databases/openldap-doc/distinfo Thu Jan 20 20:10:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2021/12/01 12:13:54 adam Exp $
+$NetBSD: distinfo,v 1.37 2022/01/20 20:10:03 adam Exp $
-BLAKE2s (openldap-2.6.0.tgz) = c0c0dafc102d23d38ec094ca5c03ea85f4f990cc9d203d16f05d22be99f64d9c
-SHA512 (openldap-2.6.0.tgz) = c0bb15468cac326acab438939ef902e9fd07a17b1eb81f21ebe5ad121096ddd640040ec696bb8dac4eaa4a73a6916acba57c3558de08cc678157a3ccdead5a67
-Size (openldap-2.6.0.tgz) = 6433764 bytes
+BLAKE2s (openldap-2.6.1.tgz) = 2bf46b29bc49594d4c73e95c21690d92b0cc0b1ffe6d5498a4244ac695ba7cc5
+SHA512 (openldap-2.6.1.tgz) = bdb961225313bc2717aabac7ba1dfcaabba7c933ab1c28959315b5e88074af0575f082c329fdfc0adde61b6b0e56315305156cee7eb879bc8e48b47cb9f5cd58
+Size (openldap-2.6.1.tgz) = 6440418 bytes
diff -r 130d3256459b -r e17fa4b29513 databases/openldap/Makefile.version
--- a/databases/openldap/Makefile.version Thu Jan 20 19:03:24 2022 +0000
+++ b/databases/openldap/Makefile.version Thu Jan 20 20:10:03 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.version,v 1.33 2021/12/01 12:13:53 adam Exp $
+# $NetBSD: Makefile.version,v 1.34 2022/01/20 20:10:03 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.6.0
+OPENLDAP_VERSION= 2.6.1
DISTNAME= openldap-${OPENLDAP_VERSION}
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
diff -r 130d3256459b -r e17fa4b29513 databases/openldap/distinfo
--- a/databases/openldap/distinfo Thu Jan 20 19:03:24 2022 +0000
+++ b/databases/openldap/distinfo Thu Jan 20 20:10:03 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.129 2021/12/01 12:13:53 adam Exp $
+$NetBSD: distinfo,v 1.130 2022/01/20 20:10:03 adam Exp $
-BLAKE2s (openldap-2.6.0.tgz) = c0c0dafc102d23d38ec094ca5c03ea85f4f990cc9d203d16f05d22be99f64d9c
-SHA512 (openldap-2.6.0.tgz) = c0bb15468cac326acab438939ef902e9fd07a17b1eb81f21ebe5ad121096ddd640040ec696bb8dac4eaa4a73a6916acba57c3558de08cc678157a3ccdead5a67
-Size (openldap-2.6.0.tgz) = 6433764 bytes
+BLAKE2s (openldap-2.6.1.tgz) = 2bf46b29bc49594d4c73e95c21690d92b0cc0b1ffe6d5498a4244ac695ba7cc5
+SHA512 (openldap-2.6.1.tgz) = bdb961225313bc2717aabac7ba1dfcaabba7c933ab1c28959315b5e88074af0575f082c329fdfc0adde61b6b0e56315305156cee7eb879bc8e48b47cb9f5cd58
+Size (openldap-2.6.1.tgz) = 6440418 bytes
SHA1 (patch-configure) = d17685e195dbde0fd36ddd593da1c3877bf022d9
SHA1 (patch-contrib_slapd-modules_cloak_Makefile) = f64c16aebd1b5f6ab069fc22b785f066f0b1c143
SHA1 (patch-contrib_slapd-modules_nops_Makefile) = 96c072cde836ea96710ddf0dc96b7f9fe78d81d8
Home |
Main Index |
Thread Index |
Old Index