You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/09/03 12:08:09 UTC

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

Author: ylavic
Date: Fri Sep  3 12:08:09 2021
New Revision: 1892856

URL: http://svn.apache.org/viewvc?rev=1892856&view=rev
Log:
Those are ready to backport [skip ci].

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=1892856&r1=1892855&r2=1892856&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Sep  3 12:08:09 2021
@@ -155,6 +155,28 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ssl: tighten the handling of ALPN for outgoing (proxy)
+     connections. If ALPN protocols are provided and sent to the
+     remote server, the received protocol selected is inspected
+     and checked for a match. Without match, the peer handshake
+     fails.
+     An exception is the proposal of "http/1.1" where it is
+     accepted if the remote server did not answer ALPN with
+     a selected protocol. This accomodates for hosts that do
+     not observe/support ALPN and speak http/1.x be default.
+     trunk patch: http://svn.apache.org/r1890693
+                  http://svn.apache.org/r1890696
+     2.4.x patch: https://github.com/apache/httpd/pull/204.diff
+           PR: https://github.com/apache/httpd/pull/204
+     +1: icing, minfrin, jorton
+
+  *) mod_deflate: refrain from reading buckets of known length
+     to determine their length. Reading transforms certain bucket
+     types which prevents optimization further down the filter chain.
+     trunk patch: http://svn.apache.org/r1892728
+     2.4.x patch: svn merge -c 1892728 ^/httpd/httpd/trunk .
+     +1: icing, ylavic, jorton
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -187,28 +209,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
            PR: https://github.com/apache/httpd/pull/203
      +1: icing, minfrin
 
-  *) mod_ssl: tighten the handling of ALPN for outgoing (proxy)
-     connections. If ALPN protocols are provided and sent to the
-     remote server, the received protocol selected is inspected
-     and checked for a match. Without match, the peer handshake
-     fails.
-     An exception is the proposal of "http/1.1" where it is
-     accepted if the remote server did not answer ALPN with
-     a selected protocol. This accomodates for hosts that do
-     not observe/support ALPN and speak http/1.x be default.
-     trunk patch: http://svn.apache.org/r1890693
-                  http://svn.apache.org/r1890696
-     2.4.x patch: https://github.com/apache/httpd/pull/204.diff
-           PR: https://github.com/apache/httpd/pull/204
-     +1: icing, minfrin, jorton
-
-  *) mod_deflate: refrain from reading buckets of known length
-     to determine their length. Reading transforms certain bucket
-     types which prevents optimization further down the filter chain.
-     trunk patch: http://svn.apache.org/r1892728
-     2.4.x patch: svn merge -c 1892728 ^/httpd/httpd/trunk .
-     +1: icing, ylavic, jorton
-
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]