]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote [skip ci]
authorGiovanni Bechis <gbechis@apache.org>
Fri, 2 Feb 2024 14:19:28 +0000 (14:19 +0000)
committerGiovanni Bechis <gbechis@apache.org>
Fri, 2 Feb 2024 14:19:28 +0000 (14:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915542 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 04f229285e714927b766cc82f9922b3d789cf5f9..c42424763af7cb43b9ddbb6a78464c9a44e337ac 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -207,7 +207,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       leak in h2 header buckets.
       trunk patch: http://svn.apache.org/r1915281
       2.4.x patch: svn merge -c 1915281 ^/httpd/httpd/trunk .
-      +1: icing,
+      +1: icing, gbechis
       rpluem says: This has conflict in modules/http2/h2_version.h. Otherwise
       +1 from me on the backport.
 
@@ -215,13 +215,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trunk patch: https://svn.apache.org/r1884552
       2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/403.patch
       Github PR: https://github.com/apache/httpd/pull/403
-      +1: jorton,       
+      +1: jorton, gbechis
+      gbechis says: mod_ssl.xml should be updated to mention 2.4.x version
 
    *) Linux: use gettid() directly where available.
       trunk patch: https://svn.apache.org/r1879591
       2.4.x patch: svn merge -c 1879591 ^/httpd/httpd/trunk .
       Github PR: https://github.com/apache/httpd/pull/404
-      +1: jorton, jfclere,
+      +1: jorton, jfclere, gbechis
 
    *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable.
       trunk patch: https://svn.apache.org/r1915400