]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorJoe Orton <jorton@apache.org>
Fri, 30 May 2025 08:07:55 +0000 (08:07 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 30 May 2025 08:07:55 +0000 (08:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1925972 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3ebceb45b596277ef56e9120a28f725e7bdb899c..927df0422524f2e7580be5bad1201766fe9af939 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -168,6 +168,37 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      +0: jorton - falls under RTC exception for "non-Unix build"
 
 
+  *) mod_http2: update to v2.0.30
+     Trunk version of patch:
+        https://svn.apache.org/r1924145
+        https://svn.apache.org/r1924164
+        https://svn.apache.org/r1924197
+     Backport version for 2.4.x of patch:
+        svn merge -c 1924145,r1924164,1924197 ^/httpd/httpd/trunk .
+     +1: icing, rpluem, jorton
+     rpluem says: The compatibility tag in docs/manual/mod/mod_http2.xml needs
+     to be adjusted to 2.4 (also in trunk after backporting)
+
+  *) mod_proxy_http2: revert r1912193 for detecting broken backend connections
+     as this interferes with backend selection who a node is unresponsive.
+     PR69624.
+     Trunk version of patch:
+        https://svn.apache.org/r1924554
+     Backport version for 2.4.x of patch:
+        svn merge -c 1924554 ^/httpd/httpd/trunk .
+     +1: icing, rpluem, jorton
+     rpluem says: Is 2.0.31-git the correct value for  MOD_HTTP2_VERSION or
+     should it be 2.0.31?
+
+  *) scoreboard/mod_http2: record durations of HTTP/2 requests.
+     Trunk version of patch:
+        https://svn.apache.org/r1923754
+        https://svn.apache.org/r1923806
+     Backport version for 2.4.x of patch:
+        svn merge -c 1923754,1923806 ^/httpd/httpd/trunk .
+     backport needs adjusting MMN
+     +1: icing, rpluem, jorton
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -187,15 +218,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Can be applied via apply_backport_pr.sh 515
      +1: rpluem, jorton
 
-  *) scoreboard/mod_http2: record durations of HTTP/2 requests.
-     Trunk version of patch:
-        https://svn.apache.org/r1923754
-        https://svn.apache.org/r1923806
-     Backport version for 2.4.x of patch:
-        svn merge -c 1923754,1923806 ^/httpd/httpd/trunk .
-     backport needs adjusting MMN
-     +1: icing, rpluem
-
   *) mod_lua: Fix memory handling in output filter
      Trunk version of patch:
         https://svn.apache.org/r1924095
@@ -203,28 +225,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         svn merge -c 1924095 ^/httpd/httpd/trunk .
      +1: jorton, rpluem
 
-  *) mod_http2: update to v2.0.30
-     Trunk version of patch:
-        https://svn.apache.org/r1924145
-        https://svn.apache.org/r1924164
-        https://svn.apache.org/r1924197
-     Backport version for 2.4.x of patch:
-        svn merge -c 1924145,r1924164,1924197 ^/httpd/httpd/trunk .
-     +1: icing, rpluem
-     rpluem says: The compatibility tag in docs/manual/mod/mod_http2.xml needs
-     to be adjusted to 2.4 (also in trunk after backporting)
-
-  *) mod_proxy_http2: revert r1912193 for detecting broken backend connections
-     as this interferes with backend selection who a node is unresponsive.
-     PR69624.
-     Trunk version of patch:
-        https://svn.apache.org/r1924554
-     Backport version for 2.4.x of patch:
-        svn merge -c 1924554 ^/httpd/httpd/trunk .
-     +1: icing, rpluem
-     rpluem says: Is 2.0.31-git the correct value for  MOD_HTTP2_VERSION or
-     should it be 2.0.31?
-
   *) mod_ssl: Remove warning over potential uninitialised value
      for ssl protocol prior to protocol selection.
      Trunk version of patch: