From f1f0db332e8bb21cd3737a45128005961bc2f3b1 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Fri, 29 Nov 2024 16:12:58 +0100 Subject: [PATCH] integrate slapd-cli 3.5 + prepare release 2.5.19 (#115 #118) --- openldap-ltb/debian/changelog | 27 ++++++++++++++++++++++++++- openldap-ltb/debian/openldap-ltb.vars | 4 ++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/openldap-ltb/debian/changelog b/openldap-ltb/debian/changelog index 0cb43b6..378d22c 100644 --- a/openldap-ltb/debian/changelog +++ b/openldap-ltb/debian/changelog @@ -1,3 +1,28 @@ +openldap-ltb (2.5.19.1) UNRELEASED; urgency=medium + + - OpenLDAP 2.5.19 Release (2024/11/26) + - Fixed libldap GnuTLS incompatible pointer type (ITS#10253) + - Fixed libldap OpenSSL set_ciphersuite error handling (ITS#10223) + - Fixed libldap to check for OpenSSL EVP_Digest* failure (ITS#10224) + - Fixed slapd syncrepl assert during refresh at shutdown (ITS#10232) + - Fixed slapd-ldap use of multi-precision add for op counters (ITS#10237) + - Fixed slapd-mdb idl intersection (ITS#10233) + - Fixed slapd-wt idl intersection (ITS#10233) + - Fixed slapo-translucent regression with subordinate databases (ITS#10248) + - Fixed slapo-translucent regression when requesting attributes (ITS#10272) + - Fixed slappw-argon2 defaults to be more secure (ITS#9827) + - Minor Cleanup + - ITS#10155 + - ITS#10219 + - ITS#10221 + - ITS#10227 + - ITS#10231 + - ITS#10264 + - LTB changes + - use slapd-cli 3.5 release (#118) + + -- David Coutadeur Tue, 26 Nov 2024 00:00:00 +0100 + openldap-ltb (2.5.18.1) UNRELEASED; urgency=medium - OpenLDAP 2.5.18 Release (2024/05/21) @@ -25,7 +50,7 @@ openldap-ltb (2.5.18.1) UNRELEASED; urgency=medium - LTB changes - use slapd-cli 3.4 release (#110) - -- David Coutadeur Tue, 21 May 2024 00:00:00 +0200 + -- David Coutadeur Tue, 21 May 2024 00:00:00 +0100 openldap-ltb (2.5.17.1) UNRELEASED; urgency=medium diff --git a/openldap-ltb/debian/openldap-ltb.vars b/openldap-ltb/debian/openldap-ltb.vars index 3bc6742..8755f68 100755 --- a/openldap-ltb/debian/openldap-ltb.vars +++ b/openldap-ltb/debian/openldap-ltb.vars @@ -7,7 +7,7 @@ set -e ################################################################################ BUILD_DIR="$( pwd )" REAL_NAME="openldap" -REAL_VERSION="2.5.18" +REAL_VERSION="2.5.19" INSTALL_DIR="${BUILD_DIR}/debian/tmp" _LIB="lib$( uname -m | grep -q -E '64$' && echo '64' || echo '' )" @@ -33,7 +33,7 @@ THIRD_PARTY_PATH="../3rdparty" # slapd-cli SLAPD_CLI_NAME="slapd-cli" -SLAPD_CLI_VERSION="3.4" +SLAPD_CLI_VERSION="3.5" SLAPD_CLI_BIN="${LDAPSERVERDIR}/sbin/slapd-cli" SLAPD_CLI_CONF="${LDAPSERVERDIR}/etc/openldap/slapd-cli.conf" SLAPD_CLI_FLAT_CONFIG_TEMPLATE="${LDAPSERVERDIR}/etc/openldap/config-template-2.5.conf"