Re: svn commit: r1931952 - in httpd/httpd/branches/2.4.x: . changes-entries modules/md
Ruediger Pluem <[email protected]> Fri, 20 Feb 2026 18:17:53 +0100
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/20/26 2:50 PM, [email protected] wrote: > Author: icing > Date: Fri Feb 20 13:50:47 2026 > New Revision: 1931952 > > Log: > Merge of /httpd/httpd/trunk:r1931951 > > Added: > httpd/httpd/branches/2.4.x/changes-entries/md_v2.6.8.txt > - copied unchanged from r1931951, httpd/httpd/trunk/changes-entries/md_v2.6.8.txt > Modified: > httpd/httpd/branches/2.4.x/ (props changed) > httpd/httpd/branches/2.4.x/modules/md/md_acmev2_drive.c > httpd/httpd/branches/2.4.x/modules/md/md_version.h > > Copied: httpd/httpd/branches/2.4.x/changes-entries/md_v2.6.8.txt (from r1931951, httpd/httpd/trunk/changes-entries/md_v2.6.8.txt) > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ httpd/httpd/branches/2.4.x/changes-entries/md_v2.6.8.txt Fri Feb 20 13:50:47 2026 (r1931952, copy of r1931951, httpd/httpd/trunk/changes-entries/md_v2.6.8.txt) > @@ -0,0 +1,5 @@ > + *) mod_md: update to version 2.6.8 > + - Fix the ARI related `replaces` property in ACME order creation to only > + be used when the CA supports ARI and it is enabled in the menu config. > + - Fix compatibility with APR versions before 1.6.0 which do not have > + `apr_cstr_casecmp` and should use `apr_strnatcasecmp` instead. I guess you missed to backport r1931911 for this. Regards RĂ¼diger