]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Split mod_proxy_fcgi backports in two, the showstopper (BZ-69203) and fixup for
authorYann Ylavic <ylavic@apache.org>
Thu, 10 Oct 2024 16:30:29 +0000 (16:30 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 10 Oct 2024 16:30:29 +0000 (16:30 +0000)
proxy-fcgi-pathinfo=full, thus reset Ruediger's vote.

Move showstopper proposals to their section (BZ-69203 and BZ-69235/69260/56264)
instead of the BZ refs.

Re-add my vote for r1920597.

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

STATUS

diff --git a/STATUS b/STATUS
index 9ad3fd5bdee5d3b0239b3b91ad9b510c67d2fd66..3a8de697ba03939ef6a3de347d3936a22893dd52 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -153,10 +153,29 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
-- PR69235 (UDS+rewrite?)
-- PR69260 (dup of above)
-- PR69203 (FPM)
+  *) mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. PR 69203.
+     trunk patch: https://svn.apache.org/r1919620
+                  https://svn.apache.org/r1919621
+                  https://svn.apache.org/r1919623
+                  https://svn.apache.org/r1919628
+                  https://svn.apache.org/r1921237
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/470.diff
+     PR: https://github.com/apache/httpd/pull/470
+     +1: ylavic,
 
+  *) mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs,
+     including "unix:" ones.  PR 69235, PR 69260, PR 56264
+     Trunk version of patch:
+        https://svn.apache.org/r1838684
+        https://svn.apache.org/r1920570
+        https://svn.apache.org/r1920571
+        https://svn.apache.org/r1920572
+     Backport version for 2.4.x of patch:
+       https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/484.diff
+     Can be applied via apply_backport_pr.sh 484
+     +1: rpluem, ylavic
+     covener: what about remaining parts of https://bz.apache.org/bugzilla/show_bug.cgi?id=69203 ? 69260 was marked dup of 69203.
+     ylavic: BZ-69203 is addressed in mod_proxy_fcgi proposal above (https://github.com/apache/httpd/pull/470)
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -192,16 +211,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR: https://github.com/apache/httpd/pull/469
      +1: ylavic, rpluem
 
-  *) mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler. PR 69203.
-     trunk patch: https://svn.apache.org/r1919547
-                  https://svn.apache.org/r1919620
-                  https://svn.apache.org/r1919621
-                  https://svn.apache.org/r1919623
-                  https://svn.apache.org/r1919628
-     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/470.diff
-     PR: https://github.com/apache/httpd/pull/470
-     +1: ylavic, covener
-
   *) CMake: Remove awk dependency when building using CMake. Before this awk was
      required for -DWITH_MODULES option.
      trunk patch: https://svn.apache.org/r1919413
@@ -216,20 +225,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: https://svn.apache.org/r1920597
                   https://svn.apache.org/r1921076
      2.4.x patch: svn merge -c 1920597 -c 1921076 ^/httpd/httpd/trunk .
-     +1: jorton, 
+     +1: jorton, ylavic,
 
-  *) mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs,
-     including "unix:" ones.  PR 69235, PR 69260, PR 56264
-     Trunk version of patch:
-        https://svn.apache.org/r1838684
-        https://svn.apache.org/r1920570
-        https://svn.apache.org/r1920571
-        https://svn.apache.org/r1920572
-     Backport version for 2.4.x of patch:
-       https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/484.diff
-     Can be applied via apply_backport_pr.sh 484
-     +1: rpluem, ylavic
-     covener: what about remaining parts of https://bz.apache.org/bugzilla/show_bug.cgi?id=69203 ? 69260 was marked dup of 69203.
+  *) mod_proxy_fcgi: Fix proxy-fcgi-pathinfo=full
+     trunk patch: https://svn.apache.org/r1919547
+                  https://svn.apache.org/r1921238
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/489.diff
+     PR: https://github.com/apache/httpd/pull/489
+     +1: ylavic,
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED