Skip to content

Commit

Permalink
Release OpenLDAP 2.4.49 #42
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed Feb 6, 2020
1 parent 6b6fe95 commit aa76710
Show file tree
Hide file tree
Showing 119 changed files with 45 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
penldap-ltb (2.4.49.1) UNRELEASED; urgency=medium

- OpenLDAP 2.4.49 (2020/01/30)
- Added slapd-monitor database entry count for slapd-mdb (ITS#9154)
- Fixed client tools to not add controls on cancel/abandon (ITS#9145)
- Fixed client tools SyncInfo message to be LDIF compliant (ITS#8116)
- Fixed libldap to correctly free sb (ITS#9081, ITS#8755)
- Fixed libldap descriptor leak if ldaps fails (ITS#9147)
- Fixed libldap remove unnecessary global mutex for GnuTLS (ITS#9069)
- Fixed slapd syntax evaluation of preferredDeliveryMethod (ITS#9067)
- Fixed slapd to relax domainScope control check (ITS#9100)
- Fixed slapd to have cleaner error handling during connection setup (ITS#9112)
- Fixed slapd data check when processing cancel exop (ITS#9124)
- Fixed slapd attribute description processing (ITS#9128)
- Fixed slapd-ldap to set oldctrls correctly (ITS#9076)
- Fixed slapd-mdb to honor unchecked limit with alias deref (ITS#7657)
- Fixed slapd-mdb missing final commit with slapindex (ITS#9095)
- Fixed slapd-mdb drop attr mappings added in an aborted txn (ITS#9091)
- Fixed slapd-mdb nosync FLAG configuration handling (ITS#9150)
- Fixed slapd-monitor global operation counter reporting (ITS#9119)
- Fixed slapo-ppolicy when used with slapauth (ITS#8629)
- Fixed slapo-ppolicy to add a missed normalised copy of pwdChangedTime (ITS#9126)
- Fixed slapo-syncprov fix sessionlog init (ITS#9146)
- Fixed slapo-unique loop termination (ITS#9077)
- Build Environment
- Fix mkdep to honor TMPDIR if set (ITS#9062)
- Remove ICU library detection (ITS#9144)
- Update config.guess and config.sub to support newer architectures (ITS#7855)
- Disable ITS8521 regression test as it is no longer valid (ITS#9015)
- Documentation
- admin24 - Fix inconsistent whitespace in replication section (ITS#9153)
- slapd-config(5)/slapd.conf(5) - Fix missing bold tag for keyword (ITS#9063)
- slapd-ldap(5) - Document "tls none" option (ITS#9071)
- slapo-ppolicy(5) - Correctly document pwdGraceAuthnLimit (ITS#9065)
- LTB changes
- nothing

-- David Coutadeur <[email protected]> Thu, 06 Feb 2020 15:00:00 +0100

openldap-ltb (2.4.48.1) UNRELEASED; urgency=medium

- OpenLDAP 2.4.48 (2019/07/24)
Expand Down Expand Up @@ -67,8 +106,7 @@ openldap-ltb (2.4.48.1) UNRELEASED; urgency=medium
- compilation of berkeleydb-ltb packages fails on clean task (#25)
- compile with --enable-rlookups (#23)


-- David Coutadeur <[email protected]> Thu, 01 Aug 2019 10:05:55 +0200
-- David Coutadeur <[email protected]> Wed, 24 Jul 2019 12:00:00 +0100

openldap-ltb (2.4.47.1) UNRELEASED; urgency=medium

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.48"
REAL_VERSION="2.4.49"
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
8 changes: 4 additions & 4 deletions debian/paquet-openldap-debian/packaging_debian.README
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ Update the package

On one environment, do:

git mv openldap-ltb-2.4.47 openldap-ltb-2.4.48
cd openldap-ltb-2.4.48
dch -v 2.4.48.1
git mv openldap-ltb-2.4.48 openldap-ltb-2.4.49
cd openldap-ltb-2.4.49
dch -v 2.4.49.1

make the changes in the changelog file

cd debian
sed -i "s/2\.4\.47/2.4.48/g" files configure openldap-ltb-check-password.postinst openldap-ltb.postinst openldap-ltb.prerm openldap-ltb-mdb-utils.postinst postbuild openldap-ltb.vars
sed -i "s/2\.4\.48/2.4.49/g" configure openldap-ltb-check-password.postinst openldap-ltb.postinst openldap-ltb.prerm openldap-ltb-mdb-utils.postinst postbuild openldap-ltb.vars

Commit every change, but do not update debian/control which is specific on Debian Lenny (libltdl3 dependency)

Expand Down

0 comments on commit aa76710

Please sign in to comment.