Skip to content

Commit

Permalink
prepare 2.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed May 23, 2024
1 parent 071af9d commit 3fe2d88
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions openldap-ltb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
openldap-ltb (2.6.8.1) UNRELEASED; urgency=medium

- OpenLDAP 2.6.8 Release (2024/05/21)
- Fixed libldap exit handling with OpenSSL3 again (ITS#9952)
- Fixed libldap OpenSSL channel binding digest (ITS#10216)
- Fixed slapd handling of large uid/gids peercred auth (ITS#10211)
- Fixed slapd-asyncmeta/meta target structure allocations (ITS#10197)
- Fixed slapd-meta with dynlist (ITS#10164)
- Fixed slapd-meta binds when proxying internal op (ITS#10165)
- Added slapo-nestgroup overlay (ITS#10161)
- Added slapo-memberof 'addcheck' option (ITS#10167)
- Fixed slapo-accesslog startup initialization (ITS#10170)
- Fixed slapo-constraint double free on invalid attr (ITS#10204)
- Fixed slapo-dynlist with abandoned operations (ITS#10044)
- Build
- Fixed build with gcc14.x (ITS#10166)
- Fixed back-perl with clang15 (ITS#10177)
- Fixed to reduce systemd dependencies (ITS#10214)
- Contrib
- Added slapo-alias contrib module (ITS#10104, ITS#10182)
- Fixed slapo-autogroup to work with slapo-dynlist (ITS#10185)
- Fixed smbk5pwd implicit function declaration (ITS#10206)
- Documentation
- Fixed slapo-memberof exattr requirements (ITS#7400)
- Fixed slapo-memberof is no longer deprecated (ITS#7400)
- Minor Cleanup
- ITS#9921
- ITS#10103
- ITS#10171
- ITS#10172
- ITS#10173
- ITS#10179
- ITS#10183
- ITS#10186
- ITS#10188
- ITS#10193
- ITS#10209

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

openldap-ltb (2.6.7.1) UNRELEASED; urgency=medium

- OpenLDAP 2.6.7 Release (2024/01/29)
Expand Down
2 changes: 1 addition & 1 deletion 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.7"
REAL_VERSION="2.6.8"
INSTALL_DIR="${BUILD_DIR}/debian/tmp"
_LIB="lib$( uname -m | grep -q -E '64$' && echo '64' || echo '' )"

Expand Down

0 comments on commit 3fe2d88

Please sign in to comment.