]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorStefan Eissing <icing@apache.org>
Mon, 24 Jun 2024 12:37:00 +0000 (12:37 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 24 Jun 2024 12:37:00 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918542 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b10bbae08df2c60ac0909d7cc87d9a555bfe0d5b..d10a55d1ebda0ec1d96fb7a8e60e8ce2f88f430d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -153,6 +153,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy: Fix DNS requests and connections closed before the
+     configured addressTTL.  BZ 69126.
+     trunk patch: http://svn.apache.org/r1918228
+                  http://svn.apache.org/r1918410
+                  http://svn.apache.org/r1918412
+                  http://svn.apache.org/r1918429
+                  http://svn.apache.org/r1918438
+                  http://svn.apache.org/r1918442
+     2.4.x patch: trunk works, or
+                  https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/454.diff
+     PR: https://github.com/apache/httpd/pull/454
+     +1: ylavic, jorton, icing
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -197,19 +210,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: svn merge -c 1916004  ^/httpd/httpd/trunk .
       +1: jfclere,
 
-  *) mod_proxy: Fix DNS requests and connections closed before the
-     configured addressTTL.  BZ 69126.
-     trunk patch: http://svn.apache.org/r1918228
-                  http://svn.apache.org/r1918410
-                  http://svn.apache.org/r1918412
-                  http://svn.apache.org/r1918429
-                  http://svn.apache.org/r1918438
-                  http://svn.apache.org/r1918442
-     2.4.x patch: trunk works, or
-                  https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/454.diff
-     PR: https://github.com/apache/httpd/pull/454
-     +1: ylavic, jorton,
-
   *) mod_ssl: add OpenSSL STORE based PKCS#11 support, and fix
      crashes in ENGINE-based PKCS#11 with OpenSSL 3.2
      trunk patch: https://svn.apache.org/r1914365