Hi folks,
OpenLDAP 2.6.5 was built and tested cleanly on Fedora 38 (Rawhide).

Regards,
Simon



On Thu, May 25, 2023 at 1:39 PM Quanah Gibson-Mount <quanah@fast-mail.org> wrote:
This is the first testing call for OpenLDAP 2.6.5.  Depending on the
results, this may be the only testing call.

Generally, get the code for RE26:

<https://git.openldap.org/openldap/openldap/-/archive/OPENLDAP_REL_ENG_2_6/openldap-OPENLDAP_REL_ENG_2_6.tar.gz>

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.

Thanks!

OpenLDAP 2.6.5 Engineering
    Fixed libldap handling of TCP KEEPALIVE options (ITS#10015)
    Fixed libldap with async connections (ITS#10023)
    Fixed libldap openssl TLSv1.3 cipher suite handling (ITS#10035)
    Fixed slapd callback handling with overlays that do extended operations
(ITS#9990)
    Fixed slapd conversion of pcache configurations (ITS#10031)
    Fixed slapd cn=config modification handling with abandon (ITS#10045)
    Fixed slapd-mdb online indexer termination and cleanup (ITS#9993)
    Fixed slapd-mdb online indexer when interrupted (ITS#10047)
    Fixed slapd-monitor connection cleanup (ITS#10042)
    Fixed slapo-constraint handling of push replication (ITS#9953)
    Fixed slapo-dynlist filter evaluation efficiency (ITS#10041)
    Fixed slapo-pcache handling of invalid schema (ITS#10032)
    Fixed slapo-ppolicy handling of push replication (ITS#9953)
    Fixed slapo-ppolicy handling of pwdMinDelay (ITS#10028)
    Fixed slapo-syncprov abandon handling (ITS#10016)
    Fixed slapo-translucent handling of invalid schema (ITS#10032)
    Fixed slapo-unique handling of push replication (ITS#9953)
    Fixed slapo-variant to improve regex handling (ITS#10048)
    Build Environment
        Fixed compatibility with stricter C99 compilers (ITS#10011)
        Keep .pc files during make clean (ITS#9989)
    Contrib
        Fixed slapo-variant handling of push replication (ITS#9953)
    Minor Cleanup
        ITS#9855
        ITS#9995
        ITS#9996
        ITS#9997
        ITS#9998
        ITS#9999
        ITS#10000
        ITS#10003
        ITS#10004
        ITS#10033
        ITS#10037
        ITS#10039
        ITS#10046

Regards,
Quanah