svn commit: r1935930 - httpd/httpd/branches/2.4.x

[email protected] Mon, 06 Jul 2026 10:03:57 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178333223773.394832.11193745778524313376@svn03-he-fi>
Author: jorton
Date: Mon Jul  6 10:03:57 2026
New Revision: 1935930

Log:
2x reviews.

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

Modified: httpd/httpd/branches/2.4.x/STATUS
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS	Mon Jul  6 08:32:53 2026	(r1935929)
+++ httpd/httpd/branches/2.4.x/STATUS	Mon Jul  6 10:03:57 2026	(r1935930)
@@ -163,24 +163,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-------------------------------------------------------------------------
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
-  *) test/h2: ignore AH02430 for the whole TestRfc9113 class.
-     trunk patch: http://svn.apache.org/r1934891
-     2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
-     +1: jim,
-
   *) Use HTTP_* and ap_is_*() macros instead of literal;
      Use ap_strstr_c() instead of strstr() in mod_md.
      trunk patch: https://svn.apache.org/r1934913
      2.4.x patch: svn merge -c 1934913 ^/httpd/httpd/trunk .
      Merging is clean when ignoring include/httpd.h,
      modules/http/http_filters.c and modules/test/mod_policy.c.
-     +1: rjung, jim
+     +1: rjung, jim, jorton
 
   *) modules/md/mod_md_config.c: Flip MDServerStatus to
      disabled by default. mod_md is CTR, but probably not
@@ -189,7 +178,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Backport has a conflict in docs, easy to fix.
      trunk patch: https://svn.apache.org/r1935184
      2.4.x patch: svn merge -c 1935184 ^/httpd/httpd/trunk .
-     +1: rjung, jim
+     +1: rjung, jim, jorton
+
+
+------------------------------------------------------------------------
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+  *) test/h2: ignore AH02430 for the whole TestRfc9113 class.
+     trunk patch: http://svn.apache.org/r1934891
+     2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
+     +1: jim,
+     jorton: CTR for test/* changes
 
   *) mod_proxy_beacon: Add new module. Reverse-proxy UDP member
      announcement -- backends self-register as balancer members over UDP.