]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update & reset mod_ssl vote.
authorJoe Orton <jorton@apache.org>
Tue, 1 Oct 2024 16:28:26 +0000 (16:28 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 1 Oct 2024 16:28:26 +0000 (16:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1921077 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1917e473298cee1b359783b73d155b7643e188b0..90004177500f2211299e9cdbeb0f15e4b576e5da 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -214,8 +214,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_ssl: Fix regression in PKCS#11 handling which should work without
      SSLCryptoDevice configured
      trunk patch: https://svn.apache.org/r1920597
-     2.4.x patch: svn merge -c 1920597 ^/httpd/httpd/trunk .
-     +1: jorton, ylavic,
+                  https://svn.apache.org/r1921076
+     2.4.x patch: svn merge -c 1920597 -c 1921076 ^/httpd/httpd/trunk .
+     +1: jorton, 
 
   *) mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs,
      including "unix:" ones.  PR 69235, PR 69260, PR 56264