Skip to content

Commit

Permalink
integrate slapd-cli 3.5 + prepare release 2.6.9 (#116 #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Nov 29, 2024
1 parent 5d6beab commit 8603763
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions openldap-ltb/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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)
Expand Down
4 changes: 2 additions & 2 deletions openldap-ltb/debian/openldap-ltb.vars
Original file line number Diff line number Diff line change
Expand Up @@ -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 '' )"

Expand All @@ -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"
Expand Down

0 comments on commit 8603763

Please sign in to comment.