From: Ruediger Pluem Date: Thu, 15 Aug 2024 08:20:59 +0000 (+0000) Subject: * Vote, promote, comment [skip ci] X-Git-Tag: 2.4.63-candidate~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187984ff38cea3cc0acbb531a522a650f985b508;p=thirdparty%2Fapache%2Fhttpd.git * Vote, promote, comment [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919904 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 76c5de27894..08def88f9d2 100644 --- a/STATUS +++ b/STATUS @@ -172,6 +172,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PR: https://github.com/apache/httpd/pull/467 +1: ylavic, covener, rpluem + *) mod_ldap: Add a hint to install the apr_ldap module on init failure. + trunk patch: http://svn.apache.org/r1914038 + 2.4.x patch: svn merge -c r1914038 ^/httpd/httpd/trunk . + +1: minfrin, covener, rpluem + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -191,11 +196,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Backport version for 2.4.x of patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ldap-search5.patch +1: minfrin, covener - - *) mod_ldap: Add a hint to install the apr_ldap module on init failure. - trunk patch: http://svn.apache.org/r1914038 - 2.4.x patch: svn merge -c r1914038 ^/httpd/httpd/trunk . - +1: minfrin, covener + rpluem says: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ldap-search5.patch returns 404 *) mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. PR 69233.