New upstream microrelease 2.5.14
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openldap (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
High
|
Sergio Durigan Junior | ||
Kinetic |
Fix Released
|
High
|
Sergio Durigan Junior |
Bug Description
[ Impact ]
* MRE for the latest stable OpenLDAP 2.5.x release, 2.5.14.
This update includes bugfixes only following the SRU policy exception defined at https:/
[ Major Changes ]
* See the list of bugs fixed in this release here:
https://<email address hidden>
[ Test Plan ]
* Upstream gitlab pipeline results: https:/
* Upstream "call for testing":
https://<email address hidden>
https://<email address hidden>
https://<email address hidden>
* As described in the MRE wiki page for OpenLDAP, the test plan is to build the package in bileto and make sure that (1) all build-time tests pass and (2) all autopkgtest runs (from reverse dependencies) also pass.
* Build log (amd64) confirming that the build-time testsuite has been performed and completed successfully:
- kinetic: https:/
- jammy: https:/
* Bileto ticket: N/A (bileto is not working at the moment)
[ Where problems could occur ]
* Upstream tests are always executed during build-time. There are many reverse dependencies whose dep8 tests depend on OpenLDAP so the coverage is good. Nevertheless, there is always a risk for something to break since we are dealing with a microrelease upgrade. Whenever a test failure is detected, we will be on top of it and make sure it doesn't affect existing users.
[ Other Info ]
* This is a reoccurring MRE. See below for links to previous OpenLDAP MREs.
* CVEs fixed by this release:
- None.
Current versions in supported releases that got updates:
openldap | 2.5.13+
Special cases:
- None.
Previous MREs for OpenLDAP:
- https:/
- https:/
As usual we test and prep from the PPA and then push through SRU/Security as applicable.
Related branches
- git-ubuntu bot: Approve
- Bryce Harrington (community): Approve
- Canonical Server Reporter: Pending requested
-
Diff: 4504 lines (+1151/-680)98 files modifiedCHANGES (+45/-0)
build/version.var (+4/-4)
clients/tools/ldapcompare.c (+1/-1)
clients/tools/ldapdelete.c (+1/-1)
clients/tools/ldapexop.c (+1/-1)
clients/tools/ldapmodify.c (+1/-1)
clients/tools/ldapmodrdn.c (+1/-1)
clients/tools/ldappasswd.c (+1/-1)
clients/tools/ldapsearch.c (+26/-24)
clients/tools/ldapvc.c (+1/-1)
clients/tools/ldapwhoami.c (+1/-1)
configure (+11/-11)
configure.ac (+10/-10)
contrib/ldapc++/src/StringList.h (+1/-1)
contrib/slapd-modules/passwd/totp/README (+3/-3)
contrib/slapd-modules/passwd/totp/slapd-totp.c (+5/-5)
contrib/slapd-modules/rbac/rbac.c (+6/-6)
debian/changelog (+8/-0)
dev/null (+0/-1)
doc/guide/admin/guide.html (+1/-1)
doc/man/man3/ldap_bind.3 (+3/-0)
doc/man/man5/slapd-asyncmeta.5 (+1/-2)
doc/man/man5/slapd-config.5 (+1/-1)
doc/man/man5/slapo-dynlist.5 (+56/-18)
doc/man/man5/slapo-unique.5 (+2/-1)
include/ac/socket.h (+11/-13)
include/ldap_pvt_thread.h (+2/-1)
libraries/liblber/Makefile.in (+1/-3)
libraries/liblber/bprint.c (+3/-3)
libraries/liblber/stdio.c (+1/-0)
libraries/libldap/Makefile.in (+1/-3)
libraries/libldap/cyrus.c (+2/-2)
libraries/libldap/fetch.c (+2/-0)
libraries/libldap/filter.c (+2/-0)
libraries/libldap/request.c (+5/-5)
libraries/libldap/tpool.c (+6/-0)
libraries/libldap/url.c (+12/-9)
libraries/liblmdb/CHANGES (+7/-0)
libraries/liblmdb/lmdb.h (+2/-2)
libraries/liblmdb/mdb.c (+101/-70)
libraries/liblmdb/mdb_dump.c (+1/-1)
libraries/liblunicode/ucdata/ucgendat.c (+2/-2)
libraries/liblunicode/ucstr.c (+11/-0)
libraries/liblutil/base64.c (+4/-4)
libraries/liblutil/sha1.c (+2/-2)
servers/lloadd/Makefile.in (+5/-5)
servers/lloadd/Makefile_module.in (+3/-20)
servers/lloadd/Makefile_server.in (+6/-18)
servers/lloadd/bind.c (+2/-2)
servers/lloadd/client.c (+4/-4)
servers/lloadd/config.c (+1/-1)
servers/lloadd/connection.c (+1/-1)
servers/lloadd/daemon.c (+2/-1)
servers/lloadd/epoch.c (+34/-52)
servers/lloadd/epoch.h (+5/-1)
servers/lloadd/extended.c (+2/-2)
servers/lloadd/lload.h (+6/-2)
servers/lloadd/operation.c (+4/-9)
servers/lloadd/upstream.c (+1/-1)
servers/slapd/Makefile.in (+1/-1)
servers/slapd/add.c (+1/-1)
servers/slapd/at.c (+11/-0)
servers/slapd/ava.c (+16/-0)
servers/slapd/back-mdb/back-mdb.h (+1/-1)
servers/slapd/back-mdb/filterindex.c (+1/-1)
servers/slapd/back-mdb/id2entry.c (+13/-4)
servers/slapd/back-mdb/tools.c (+2/-0)
servers/slapd/backend.c (+2/-1)
servers/slapd/bconfig.c (+20/-6)
servers/slapd/filter.c (+1/-6)
servers/slapd/overlays/accesslog.c (+8/-3)
servers/slapd/overlays/deref.c (+1/-1)
servers/slapd/overlays/dynlist.c (+323/-172)
servers/slapd/overlays/pcache.c (+2/-1)
servers/slapd/overlays/remoteauth.c (+14/-8)
servers/slapd/overlays/syncprov.c (+4/-4)
servers/slapd/proto-slap.h (+3/-0)
servers/slapd/result.c (+11/-5)
servers/slapd/saslauthz.c (+2/-1)
servers/slapd/schema_init.c (+2/-0)
servers/slapd/slapcommon.c (+1/-1)
servers/slapd/syncrepl.c (+8/-10)
servers/slapd/txn.c (+46/-0)
tests/data/dynlist.out (+127/-68)
tests/data/regressions/its8667/its8667 (+1/-1)
tests/data/regressions/its9400/its9400 (+1/-1)
tests/data/slapd-dynlist.conf (+1/-1)
tests/data/slapd-homedir.conf (+1/-1)
tests/progs/slapd-addel.c (+2/-2)
tests/progs/slapd-common.c (+2/-2)
tests/scripts/all (+9/-0)
tests/scripts/lloadd-all (+9/-0)
tests/scripts/test022-ppolicy (+4/-4)
tests/scripts/test044-dynlist (+14/-1)
tests/scripts/test079-proxy-timeout (+30/-30)
tests/scripts/test081-totp (+6/-6)
tests/scripts/test082-remoteauth (+1/-1)
tests/scripts/test085-homedir (+4/-0)
Changed in openldap (Ubuntu Jammy): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Sergio Durigan Junior (sergiodj) |
Changed in openldap (Ubuntu): | |
assignee: | Sergio Durigan Junior (sergiodj) → nobody |
importance: | High → Undecided |
status: | In Progress → New |
description: | updated |
Changed in openldap (Ubuntu Kinetic): | |
assignee: | nobody → Sergio Durigan Junior (sergiodj) |
importance: | Undecided → High |
description: | updated |
Changed in openldap (Ubuntu Kinetic): | |
status: | New → In Progress |
I checked the build logs from https:/ /launchpad. net/~sergiodj/ +archive/ ubuntu/ openldap, and they show the test suite being run.
Regarding bileto, it's crashing, so I can't verify that the DEP8 tests were run atm. I suppose you had a green run when you filed this? Of openldap and the dependent tests?