This is the second testing call for OpenLDAP 2.6.2. Depending on the results, this may be the final testing call.
Generally, get the code for RE26:
Extract, configure, and build.
Execute the test suite (via make test) after it is built. Optionally, cd tests && make its to run through the regression suite.
Fixes since last testing call:
ITS#9802 (further fixes) ITS#9820 ITS#9825 ITS#9831 ITS#9832
Thanks!
OpenLDAP 2.6.2 Engineering Added libldap support for OpenSSL 3.0 (ITS#9436) Added slapd support for OpenSSL 3.0 (ITS#9436) Fixed ldapdelete to prune LDAP subentries (ITS#9737) Fixed libldap to drop connection when non-LDAP data is received (ITS#9803) Fixed libldap to allow newlines at end of included file (ITS#9811) Fixed slapd slaptest conversion of olcLastBind (ITS#9808) Fixed slapd to correctly init global_host earlier (ITS#9787) Fixed slapd bconfig locking for cn=config replication (ITS#9584) Fixed slapd usage of thread local counters (ITS#9789) Fixed slapd to clear runqueue task correctly (ITS#9785) Fixed slapd idletimeout handling (ITS#9820) Fixed slapd syncrepl handling of new sessions (ITS#9584) Fixed slapd to clear connections on bind (ITS#9799) Fixed slapd to correctly advance connections index (ITS#9831) Fixed slapd syncrepl ODSEE replication of unknown attr (ITS#9801) Fixed slapd-asyncmeta memory leak in keepalive setting (ITS#9802) Fixed slapd-ldap memory leak in keepalive setting (ITS#9802) Fixed slapd-meta SEGV on config rewrite (ITS#9802) Fixed slapd-meta ordering on config rewrite (ITS#9802) Fixed slapd-meta memory leak in keepalive setting (ITS#9802) Fixed slapd-monitor SEGV on shutdown (ITS#9809) Fixed slapd-monitor crash when hitting sizelimit (ITS#9832) Added slapo-autoca support for OpenSSL 3.0 (ITS#9436) Added slapo-otp support for OpenSSL 3.0 (ITS#9436) Fixed slapo-dynlist dynamic group regression (ITS#9825) Fixed slapo-pcache SEGV on shutdown (ITS#9809) Fixed slapo-ppolicy operation handling to be consistent (ITS#9794) Fixed slapo-translucent to correctly duplicate substring filters (ITS#9818) Build Enviornment Add ability to override default compile time paths (ITS#9675) Fix compiliation with certain versions of gcc (ITS#9790) Fix compilation with openssl exclusions (ITS#9791) Fix warnings from make jobserver (ITS#9788) Contrib Update ppm module to the 2.1 release (ITS#9814) Documentation admin26 Document new lloadd features (ITS#9780) Fixed slapd.conf(5)/slapd-config(5) syncrepl sizelimit/timelimit documentation (ITS#9804) Fixed slapd-sock(5) to clarify "sockresps result" behavior (ITS#8255)
On 4/27/22 19:32, Michael Ströder wrote:
On 4/27/22 18:35, Quanah Gibson-Mount wrote:
This is the second testing call for OpenLDAP 2.6.2.
make test worked on openSUSE Tumbleweed x86_64 with gcc 11.2.1.
Hmm, I've tried to use git revision 3d731c063566b9dbeb645cce112579554b18836c for my openSUSE packages:
https://build.opensuse.org/package/show/home:stroeder:branches:home:stroeder...
Full build log:
https://build.opensuse.org/build/home:stroeder:branches:home:stroeder:openld...
When installing it and trying to start slapd 2.6.2 it fails to load some overlay modules, for example:
ms-slapd[12874]: lt_dlopenext failed: (vc) file not found ms-slapd[12874]: /opt/openldap-ms/etc/openldap/slapd.conf: line 48: <moduleload> handler exited with 1!
But the files are there and slapd.conf for 2.6.1 did not change at all.
Any change in the 2.6.2 build scripts for which I have to change the .spec file?
Ciao, Michael.
On 4/30/22 19:59, Michael Ströder wrote:
On 4/27/22 19:32, Michael Ströder wrote:
On 4/27/22 18:35, Quanah Gibson-Mount wrote:
This is the second testing call for OpenLDAP 2.6.2.
make test worked on openSUSE Tumbleweed x86_64 with gcc 11.2.1.
Hmm, I've tried to use git revision 3d731c063566b9dbeb645cce112579554b18836c for my openSUSE packages:
Sorry, I've used a5b9d3c1d4213f226790cf2a19a270e1cfcaca40 but this does not really matter.
Ciao, Michael.
https://build.opensuse.org/package/show/home:stroeder:branches:home:stroeder...
Full build log:
https://build.opensuse.org/build/home:stroeder:branches:home:stroeder:openld...
When installing it and trying to start slapd 2.6.2 it fails to load some overlay modules, for example:
ms-slapd[12874]: lt_dlopenext failed: (vc) file not found ms-slapd[12874]: /opt/openldap-ms/etc/openldap/slapd.conf: line 48: <moduleload> handler exited with 1!
But the files are there and slapd.conf for 2.6.1 did not change at all.
Any change in the 2.6.2 build scripts for which I have to change the .spec file?
Ciao, Michael.
--On Saturday, April 30, 2022 9:02 PM +0200 Michael Ströder michael@stroeder.com wrote:
https://build.opensuse.org/package/show/home:stroeder:branches:home:stro eder:openldap26/openldap-ms
Full build log:
https://build.opensuse.org/build/home:stroeder:branches:home:stroeder:op enldap26/openSUSE_Tumbleweed/x86_64/openldap-ms/_log
When installing it and trying to start slapd 2.6.2 it fails to load some overlay modules, for example:
ms-slapd[12874]: lt_dlopenext failed: (vc) file not found ms-slapd[12874]: /opt/openldap-ms/etc/openldap/slapd.conf: line 48: <moduleload> handler exited with 1!
But the files are there and slapd.conf for 2.6.1 did not change at all.
Any change in the 2.6.2 build scripts for which I have to change the .spec file?
No. For "vc", there's definitely a typo causing the issue. What other modules failed to load?
Regards, Quanah
openldap-technical@openldap.org