]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote x 1, propose x 1, WIP x 1.
authorYann Ylavic <ylavic@apache.org>
Tue, 18 Jun 2024 14:50:43 +0000 (14:50 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 18 Jun 2024 14:50:43 +0000 (14:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918414 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5b6d23888a0d6e020a8215511df60f7d44e7c25a..4328ac7f10ae65ad2a111fab11017c4d16c1147c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -215,15 +215,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         svn merge -c 1917578 ^/httpd/httpd/trunk .
       +1: jorton, ylavic, 
 
-   *) mod_http2: sync with github module. Add async handling
-      on newer httpd for blocked connections, fix yield handling.
-      Trunk version of patch:
-         https://svn.apache.org/r1918003
-      2.4.x version of patch:
-        Trunk version of patch works
-        svn merge -c 1918003 ^/httpd/httpd/trunk .
-      +1: icing,
-
    *) mod_ssl: use SSL_OP_NO_RENEGOTIATION to block client-initiated
       renogotiation at OpenSSL level
       Trunk version of patch:
@@ -232,11 +223,30 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x version of patch:
          https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/426.patch
       PR: https://github.com/apache/httpd/pull/426
-      +1: jorton,
+      +1: jorton, ylavic,
+
+  *) mod_proxy: Fix DNS requests and connections closed before the
+     configured addressTTL.  BZ 69126.
+     trunk patch: http://svn.apache.org/r1918410
+                  http://svn.apache.org/r1918412
+     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,
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 
+   *) mod_http2: sync with github module. Add async handling
+      on newer httpd for blocked connections, fix yield handling.
+      Trunk version of patch:
+         https://svn.apache.org/r1918003
+      2.4.x version of patch:
+        Trunk version of patch works
+        svn merge -c 1918003 ^/httpd/httpd/trunk .
+      +1: icing,
+      ylavic: WIP in https://github.com/apache/httpd/pull/449
+
   *) core: Initialize the request fields on read failure to avoid NULLs.
      trunk patch: http://svn.apache.org/r1893030
                   http://svn.apache.org/r1893044