]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Sun, 26 Sep 2021 13:24:26 +0000 (13:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 26 Sep 2021 13:24:26 +0000 (13:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893652 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3ce788a28c60490741e7423cb1ff4b957c51986c..9abf8eacca97f5dde2e469de9d13d30cadc13eb5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -142,6 +142,33 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
+     and use it to prevent that failures in running the pre_connection
+     hook cause crashes afterwards.
+     Trunk version of patch:
+        https://svn.apache.org/r1893497
+        https://svn.apache.org/r1893507
+     Backport version for 2.4.x of patch:
+       https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/269.diff
+     Can be applied via apply_backport_pr.sh 269.
+     +1: rpluem, icing, ylavic
+
+  *) core: do not install core input/output filters on secondary
+     connections.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=revision&revision=1787606
+     Backport version for 2.4.x of patch:
+       svn merge -c 1787606 ^/httpd/httpd/trunk .
+     +1: icing, rpluem, ylavic
+
+  *) mod_dav: Correctly handle errors returned by dav providers on REPORT
+     requests.
+     Trunk version of patch:
+        https://svn.apache.org/r1893589
+     Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1893589 ^/httpd/httpd/trunk .
+     +1: rpluem, minfrin, ylavic
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -175,35 +202,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Backport version for 2.4.x of patch:
       Trunk version of patch works
       svn merge -c 1893520 ^/httpd/httpd/trunk .
-     +1: rpluem,
-
-  *) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
-     and use it to prevent that failures in running the pre_connection
-     hook cause crashes afterwards.
-     Trunk version of patch:
-        https://svn.apache.org/r1893497
-        https://svn.apache.org/r1893507
-     Backport version for 2.4.x of patch:
-       https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/269.diff
-     Can be applied via apply_backport_pr.sh 269.
-     +1: rpluem, icing
-
-  *) core: do not install core input/output filters on secondary
-     connections.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=revision&revision=1787606
-     Backport version for 2.4.x of patch:
-       svn merge -c 1787606 ^/httpd/httpd/trunk .
-     +1: icing, rpluem
-
-  *) mod_dav: Correctly handle errors returned by dav providers on REPORT
-     requests.
-     Trunk version of patch:
-        https://svn.apache.org/r1893589
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      svn merge -c 1893589 ^/httpd/httpd/trunk .
-     +1: rpluem, minfrin
+     +1: rpluem, ylavic,
 
   *) mod_dav: Add utility functions dav_validate_root_ns(),
      dav_find_child_ns(), dav_find_next_ns(), dav_find_attr_ns() and