]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose fixes for APR_POOL_DEBUG correctness.
authorYann Ylavic <ylavic@apache.org>
Mon, 14 Dec 2020 09:30:44 +0000 (09:30 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 14 Dec 2020 09:30:44 +0000 (09:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1884408 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f402c436d7abc1f0a285d297e015ffbdf2772291..83c89320d0217e88c313bfa59f713ed6935102b3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -237,6 +237,32 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-bz63855.patch
      +1: ylavic, covener
 
+  *) mod_proxy_http2: thread safety with MPM prefork (mainly for ci..)
+     trunk patch: https://svn.apache.org/r1883704
+                  https://svn.apache.org/r1883707
+     2.4.x patch: svn merge -c 1883704,1883707 ^/httpd/httpd/trunk .
+     +1: ylavic,
+
+  *) core: fix c->client_ip for unix socket connections (e.g. proxy_fcgi)
+     trunk patch: https://svn.apache.org/r1883729
+     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-uds_client_ip.patch
+     +1: ylavic,
+
+  *) mod_case_filter_in: fix memory leak.
+     trunk patch: https://svn.apache.org/r1883730
+     2.4.x patch: svn merge -c 1883730 ^/httpd/httpd/trunk .
+     +1: ylavic,
+
+  *) mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode
+     trunk patch: https://svn.apache.org/r1883744
+     2.4.x patch: svn merge -c 1883744 ^/httpd/httpd/trunk .
+     +1: ylavic,
+
+  *) mod_auth_digest: fix crash with ONE_PROCESS (debug) mode shutdown
+     trunk patch: https://svn.apache.org/r1883810
+     2.4.x patch: svn merge -c 1883810 ^/httpd/httpd/trunk .
+     +1: ylavic,
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]