Skip to content

Commit

Permalink
prepare release 2.4.57 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Jan 19, 2021
1 parent 15295d9 commit 54fd802
Show file tree
Hide file tree
Showing 118 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
openldap-ltb (2.4.57.1) UNRELEASED; urgency=medium

- OpenLDAP 2.4.57 Release (2021/01/18)
- Fixed ldapexop to use correct return code (ITS#9417)
- Fixed slapd to remove asserts in UUIDNormalize (ITS#9391)
- Fixed slapd to remove assert in csnValidate (ITS#9410)
- Fixed slapd validity checks for issuerAndThisUpdateCheck (ITS#9411, ITS#9427)
- Fixed slapd validity checks for serialNumberAndIssuerCheck (ITS#9404, ITS#9424)
- Fixed slapd AVA sort with invalid RDN (ITS#9412)
- Fixed slapd ldap_X509dn2bv to check for invalid BER after RDN count (ITS#9423, ITS#9425)
- Fixed slapd saslauthz to remove asserts in validation (ITS#9406, ITS#9407)
- Fixed slapd saslauthz to use slap_sl_free on normalized DN (ITS#9409)
- Fixed slapd saslauthz SEGV in slap_parse_user (ITS#9413)
- Fixed slapd modrdn memory leak (ITS#9420)
- Fixed slapd double-free in vrfilter (ITS#9408)
- Fixed slapd cancel operation to correctly terminate (ITS#9428)
- Fixed slapd-ldap fix binds on retry with closed connection (ITS#9400)
- Fixed slapo-syncprov to ignore duplicate sessionlog entries (ITS#9394)
- LTB changes
- nothing

-- David Coutadeur <[email protected]> Tue, 18 Jan 2021 12:00:00 +0100

openldap-ltb (2.4.56.1) UNRELEASED; urgency=medium

- OpenLDAP 2.4.56 Release (2020/11/10)
Expand All @@ -10,7 +33,7 @@ openldap-ltb (2.4.56.1) UNRELEASED; urgency=medium

-- David Coutadeur <[email protected]> Tue, 10 Nov 2020 12:00:00 +0100

openldap-ltb (2.4.56.1) UNRELEASED; urgency=medium
openldap-ltb (2.4.55.1) UNRELEASED; urgency=medium

- OpenLDAP 2.4.55 Release (2020/10/26)
- Fixed slapd normalization handling with modrdn (ITS#9370)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
BUILD_DIR="$( pwd )"
BDBDIR="/usr/local/berkeleydb"
REAL_NAME="openldap"
REAL_VERSION="2.4.56"
REAL_VERSION="2.4.57"
INSTALL_DIR="${BUILD_DIR}/debian/tmp"
INSTALL_DIR_CP="${BUILD_DIR}/debian/openldap-ltb-check-password"
INSTALL_DIR_PPM="${BUILD_DIR}/debian/openldap-ltb-ppm"
Expand Down

0 comments on commit 54fd802

Please sign in to comment.