You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2018/10/09 23:20:59 UTC

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

Author: covener
Date: Tue Oct  9 23:20:59 2018
New Revision: 1843367

URL: http://svn.apache.org/viewvc?rev=1843367&view=rev
Log:
vote/promote


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=1843367&r1=1843366&r2=1843367&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct  9 23:20:59 2018
@@ -143,6 +143,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      (requires r1738415 and r1826930 above to resolve conflict)
      +1: minfrin, jim, ylavic
 
+  *) mod_ssl: Fix a regression that the configuration settings for verify mode
+     and verify depth were taken from the frontend connection in case of
+     connections by the proxy to the backend. PR 62769.
+     trunk patch: http://svn.apache.org/r1842540
+     2.4.x: trunk works (modulo CHANGES)
+            svn merge -c r1842540 ^/httpd/httpd/trunk .
+     +1: ylavic, icing (by inspection), covener
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -194,14 +202,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch
       +1: jim, minfrin
 
-  *) mod_ssl: Fix a regression that the configuration settings for verify mode
-     and verify depth were taken from the frontend connection in case of
-     connections by the proxy to the backend. PR 62769.
-     trunk patch: http://svn.apache.org/r1842540
-     2.4.x: trunk works (modulo CHANGES)
-            svn merge -c r1842540 ^/httpd/httpd/trunk .
-     +1: ylavic, icing (by inspection)
-
   *) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
      responses allowing these modules to properly set or fix-up the response
      headers such as Vary or ETag. Fixes a potential violation of RFC7232, 4.1.