]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote, [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 7 Sep 2021 06:43:24 +0000 (06:43 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 7 Sep 2021 06:43:24 +0000 (06:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893008 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 252af5533788685eb2164198f9f1259c7142bced..81ccec2ffd03fb748b55f5f671f5feeff4f2b439 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -141,6 +141,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ssl: Support logging private key material for use with
+     wireshark via log file given by SSLKEYLOGFILE environment
+     variable.  Requires OpenSSL 1.1.1.  PR 63391.
+     Trunk version of patch:
+        https://svn.apache.org/r1869842
+     Backport version for 2.4.x of patch:
+       https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/264.diff
+     +1: rpluem, ylavic, jorton
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -175,15 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      but I cannot find them commented. Further more the PR currently has merge
      conflicts.
 
-  *) mod_ssl: Support logging private key material for use with
-     wireshark via log file given by SSLKEYLOGFILE environment
-     variable.  Requires OpenSSL 1.1.1.  PR 63391.
-     Trunk version of patch:
-        https://svn.apache.org/r1869842
-     Backport version for 2.4.x of patch:
-       https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/264.diff
-     +1: rpluem, ylavic
-
   *) mod_proxy: Sanity checks on the configured UDS path, fail with 500 if
      invalid since continuing through proxy processing wouldn't work as expected.
      Trunk version of patch: