]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote.
authorStefan Eissing <icing@apache.org>
Tue, 2 Mar 2021 14:57:07 +0000 (14:57 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 2 Mar 2021 14:57:07 +0000 (14:57 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887088 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6254a17ec8be6d8cc62fe30da5134b357caffcb9..3295cbf5acdfb591c6685ca9b59e0ef76cf6a4be 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -161,6 +161,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                   make update-changes
      +1: ylavic, covener, jailletc36
 
+  *) mod_ssl: Improve the coalescing filter to buffer into larger TLS
+     records, and avoid revealing the HTTP header size via TLS record
+     boundaries (for common response generators).
+     trunk patch: http://svn.apache.org/r1875871
+                  http://svn.apache.org/r1875879
+                  http://svn.apache.org/r1875881
+                  http://svn.apache.org/r1875883
+                  http://svn.apache.org/r1875988
+                  http://svn.apache.org/r1876014
+                  http://svn.apache.org/r1876037
+                  http://svn.apache.org/r1876787
+     2.4.x patch: https://github.com/apache/httpd/commit/ed83740a67b63c678c666ffa6e63f456e6ee71d8.diff 
+     CI results:  https://travis-ci.com/github/apache/httpd/builds/213760432
+     +1: jorton, ylavic, icing 
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -195,21 +210,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-functions2.patch
     +1: minfrin
 
-  *) mod_ssl: Improve the coalescing filter to buffer into larger TLS
-     records, and avoid revealing the HTTP header size via TLS record
-     boundaries (for common response generators).
-     trunk patch: http://svn.apache.org/r1875871
-                  http://svn.apache.org/r1875879
-                  http://svn.apache.org/r1875881
-                  http://svn.apache.org/r1875883
-                  http://svn.apache.org/r1875988
-                  http://svn.apache.org/r1876014
-                  http://svn.apache.org/r1876037
-                  http://svn.apache.org/r1876787
-     2.4.x patch: https://github.com/apache/httpd/pull/113/commits/ed83740a67b63c678c666ffa6e63f456e6ee71d8
-     CI results:  https://travis-ci.com/github/apache/httpd/builds/213760432
-     +1: jorton, ylavic, 
-
   *) mod_proxy_hcheck: Don't pile up health checks if the previous one did
      not finish before hcinterval.  PR 63010.
      trunk patch: http://svn.apache.org/r1885691