]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorStefan Eissing <icing@apache.org>
Fri, 21 Jun 2024 13:15:54 +0000 (13:15 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 21 Jun 2024 13:15:54 +0000 (13:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918487 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index adfa2196d7476ff373051f7a60fa40161261e5dc..20da2c4d32614c1e0336174452b06ef3614b6f04 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -153,6 +153,23 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   *) core: On Linux use the real thread id in error logging where available.
+      Trunk version of patch:
+         https://svn.apache.org/r1917578
+      2.4.x version of patch:
+        Trunk version of patch works
+        svn merge -c 1917578 ^/httpd/httpd/trunk .
+      +1: jorton, ylavic, icing
+
+   *) mod_ssl: use SSL_OP_NO_RENEGOTIATION to block client-initiated
+      renogotiation at OpenSSL level
+      Trunk version of patch:
+         https://svn.apache.org/r1877397
+         https://svn.apache.org/r1877795
+      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, ylavic, icing
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -207,24 +224,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       PR: https://github.com/apache/httpd/pull/440
       +1: jorton, ylavic, 
 
-   *) core: On Linux use the real thread id in error logging where available.
-      Trunk version of patch:
-         https://svn.apache.org/r1917578
-      2.4.x version of patch:
-        Trunk version of patch works
-        svn merge -c 1917578 ^/httpd/httpd/trunk .
-      +1: jorton, ylavic, 
-
-   *) mod_ssl: use SSL_OP_NO_RENEGOTIATION to block client-initiated
-      renogotiation at OpenSSL level
-      Trunk version of patch:
-         https://svn.apache.org/r1877397
-         https://svn.apache.org/r1877795
-      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, ylavic,
-
   *) mod_proxy: Fix DNS requests and connections closed before the
      configured addressTTL.  BZ 69126.
      trunk patch: http://svn.apache.org/r1918228