You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2023/01/04 14:31:42 UTC

svn commit: r1906392 - /httpd/httpd/branches/2.4.x/STATUS

Author: rpluem
Date: Wed Jan  4 14:31:41 2023
New Revision: 1906392

URL: http://svn.apache.org/viewvc?rev=1906392&view=rev
Log:
* Promote [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1906392&r1=1906391&r2=1906392&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jan  4 14:31:41 2023
@@ -166,22 +166,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      +1: minfrin, jim, covener
      rpluem says: The version in the compatibility notes is wrong.
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
-  *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
-     to be based on arbitrary expressions that do not include the username.
-     Make sure that when ldap searches are too long, we explicitly log the
-     error.
-     Trunk version of patch:
-        https://svn.apache.org/r1589993
-        https://svn.apache.org/r1591012
-        https://svn.apache.org/r1596108
-     Backport version for 2.4.x of patch:
-        https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ldap-search.patch
-     +1: minfrin, jim,
-     jailletc36: r1745033 seems related and should in included
-
   *) mod_proxy_hcheck: hcmethod now allow for HTTP/1.1 requests
      using GET11, HEAD11 and/or OPTIONS11.
      trunk revision:
@@ -225,6 +209,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       svn merge -c 1477687 ^/httpd/httpd/trunk .
      +1: rpluem, covener, jorton, gbechis
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+  *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
+     to be based on arbitrary expressions that do not include the username.
+     Make sure that when ldap searches are too long, we explicitly log the
+     error.
+     Trunk version of patch:
+        https://svn.apache.org/r1589993
+        https://svn.apache.org/r1591012
+        https://svn.apache.org/r1596108
+     Backport version for 2.4.x of patch:
+        https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ldap-search.patch
+     +1: minfrin, jim,
+     jailletc36: r1745033 seems related and should in included
+
   *) mod_proxy_hcheck: Honor worker timeout settings
      Trunk version of patch:
         https://svn.apache.org/r1889936