Skip to content

Commit

Permalink
prepare 2.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Jul 11, 2023
1 parent d4c5b85 commit 8fe9a31
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
51 changes: 49 additions & 2 deletions openldap-ltb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,51 @@
openldap-ltb (2.6.4.1) UNRELEASED; urgency=medium
openldap-ltb (2.6.5.1) UNRELEASED; urgency=medium

- OpenLDAP 2.6.5 Release (2023/07/10)
- Fixed libldap handling of TCP KEEPALIVE options (ITS#10015)
- Fixed libldap with async connections (ITS#10023)
- Fixed libldap openssl TLSv1.3 cipher suite handling (ITS#10035)
- Fixed slapd callback handling with overlays that do extended operations (ITS#9990)
- Fixed slapd conversion of pcache configurations (ITS#10031)
- Fixed slapd cn=config modification handling with abandon (ITS#10045)
- Fixed slapd-mdb online indexer termination and cleanup (ITS#9993)
- Fixed slapd-mdb online indexer when interrupted (ITS#10047)
- Fixed slapd-monitor connection cleanup (ITS#10042)
- Fixed slapo-constraint handling of push replication (ITS#9953)
- Fixed slapo-dynlist filter evaluation efficiency (ITS#10041)
- Fixed slapo-pcache handling of invalid schema (ITS#10032)
- Fixed slapo-ppolicy handling of push replication (ITS#9953)
- Fixed slapo-ppolicy handling of pwdMinDelay (ITS#10028)
- Fixed slapo-syncprov abandon handling (ITS#10016)
- Fixed slapo-translucent handling of invalid schema (ITS#10032)
- Fixed slapo-unique handling of push replication (ITS#9953)
- Fixed slapo-variant to improve regex handling (ITS#10048)
- Build Environment
- Fixed compatibility with stricter C99 compilers (ITS#10011)
- Keep .pc files during make clean (ITS#9989)
- Contrib
- Fixed slapo-variant handling of push replication (ITS#9953)
- Minor Cleanup
- ITS#9855
- ITS#9995
- ITS#9996
- ITS#9997
- ITS#9998
- ITS#9999
- ITS#10000
- ITS#10003
- ITS#10004
- ITS#10033
- ITS#10037
- ITS#10039
- ITS#10046
- ITS#10063
- LTB changes
- use slapd-cli 3.1 release (#102)
- Support for Debian 12 (bookworm) (#103)

-- David Coutadeur <[email protected]> Mon, 10 Jul 2023 12:00:00 +0200

openldap-ltb (2.6.5.1) UNRELEASED; urgency=medium

- OpenLDAP 2.6.4 Release (2023/02/08)
- Fixed client tools to remove 'h' and 'p' options (ITS#9917,ITS#8618)
Expand Down Expand Up @@ -54,7 +101,7 @@ openldap-ltb (2.6.4.1) UNRELEASED; urgency=medium
- use new slapd-cli v3.0 (#101)
- import ldif template only at initial openldap installation (#94)

-- David Coutadeur <[email protected]> Wed, 08 Feb 2023 12:00:00 +0100
-- David Coutadeur <[email protected]> Wed, 08 Feb 2023 12:00:00 +0200

openldap-ltb (2.6.3.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.6.4"
REAL_VERSION="2.6.5"
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.0"
SLAPD_CLI_VERSION="3.1"
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 8fe9a31

Please sign in to comment.