You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2019/03/19 18:11:08 UTC

svn commit: r1855856 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Tue Mar 19 18:11:08 2019
New Revision: 1855856

URL: http://svn.apache.org/viewvc?rev=1855856&view=rev
Log:
and promote backports with >= 3 votes

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1855856&r1=1855855&r2=1855856&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Mar 19 18:11:08 2019
@@ -126,6 +126,20 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend
+     connection is recycled/reused to avoid a possible crash with some SSLProxy
+     configurations in <Location> or <Proxy> context. PR 63256.
+     trunk patch: http://svn.apache.org/r1855646
+                  http://svn.apache.org/r1855748
+     2.4.x patch svn merge -c 1855646,1855748 ^/httpd/httpd/trunk .
+     +1: ylavic, jorton, jim
+
+  *) mod_ssl: Fix restoring SSL state for TLSv1.3 PHA client cert verification.
+     trunk patch: http://svn.apache.org/1855849
+     2.4.x patch: svn merge -c 1855849 ^/httpd/httpd/trunk .
+     +1: jorton, covener, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -213,19 +227,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              possible. Changes from v3 to v4 (r1853953 mainly, r1853956 is only
              comment) are non functional (or at least intended as such).
 
-  *) mod_proxy/ssl: Cleanup per-request SSL configuration anytime a backend
-     connection is recycled/reused to avoid a possible crash with some SSLProxy
-     configurations in <Location> or <Proxy> context. PR 63256.
-     trunk patch: http://svn.apache.org/r1855646
-                  http://svn.apache.org/r1855748
-     2.4.x patch svn merge -c 1855646,1855748 ^/httpd/httpd/trunk .
-     +1: ylavic, jorton, jim
-
-  *) mod_ssl: Fix restoring SSL state for TLSv1.3 PHA client cert verification.
-     trunk patch: http://svn.apache.org/1855849
-     2.4.x patch: svn merge -c 1855849 ^/httpd/httpd/trunk .
-     +1: jorton, covener, jim
-
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]