]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote, promote, comment [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Thu, 15 Aug 2024 08:20:59 +0000 (08:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 15 Aug 2024 08:20:59 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919904 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 76c5de2789446f3f2beed0f1d344e35d2321afbe..08def88f9d292775fc59eafe3f19a3bd1beca7a3 100644 (file)
--- 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.