diff --git a/openldap-ltb/debian/changelog b/openldap-ltb/debian/changelog index 80257f9..d92956f 100644 --- a/openldap-ltb/debian/changelog +++ b/openldap-ltb/debian/changelog @@ -1,3 +1,37 @@ +openldap-ltb (2.6.9.1) UNRELEASED; urgency=medium + + - OpenLDAP 2.6.9 Release (2024/11/26) + - Fixed libldap TLS connection timeout handling (ITS#8047) + - 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 cn=config disallowed modification of cn=schema (ITS#10256) + - Fixed slapd syncrepl assert during refresh at shutdown (ITS#10232) + - Fixed slapd syncrepl retry state during refreshDone (ITS#10234) + - 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-memberof to omit dynamic values (ITS#10230) + - Fixed slapo-nestgroup leak in nestgroup_memberFilter (ITS#10249) + - 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#10218 + - ITS#10219 + - ITS#10227 + - ITS#10231 + - ITS#10235 + - ITS#10263 + - ITS#10264 + - LTB changes + - use slapd-cli 3.5 release (#118) + - Compress log files in logrotate (#113) + - Create link to ldapi socket (#119) + + -- David Coutadeur Tue, 26 Nov 2024 00:00:00 +0100 + openldap-ltb (2.6.8.1) UNRELEASED; urgency=medium - OpenLDAP 2.6.8 Release (2024/05/21) diff --git a/openldap-ltb/debian/openldap-ltb.vars b/openldap-ltb/debian/openldap-ltb.vars index cee7bc8..53d3d06 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.6.8" +REAL_VERSION="2.6.9" INSTALL_DIR="${BUILD_DIR}/debian/tmp" _LIB="lib$( uname -m | grep -q -E '64$' && echo '64' || echo '' )" @@ -34,7 +34,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.6.conf"