Skip to content

Commit

Permalink
integrate slapd-cli 3.5 + prepare release 2.5.19 (#115 #118)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Nov 29, 2024
1 parent 9fb243a commit f1f0db3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
27 changes: 26 additions & 1 deletion openldap-ltb/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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)
Expand Down Expand Up @@ -25,7 +50,7 @@ openldap-ltb (2.5.18.1) UNRELEASED; urgency=medium
- LTB changes
- use slapd-cli 3.4 release (#110)

-- David Coutadeur <[email protected]> Tue, 21 May 2024 00:00:00 +0200
-- David Coutadeur <[email protected]> Tue, 21 May 2024 00:00:00 +0100

openldap-ltb (2.5.17.1) UNRELEASED; urgency=medium

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.5.18"
REAL_VERSION="2.5.19"
INSTALL_DIR="${BUILD_DIR}/debian/tmp"
_LIB="lib$( uname -m | grep -q -E '64$' && echo '64' || echo '' )"

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

0 comments on commit f1f0db3

Please sign in to comment.