From: Ruediger Pluem Date: Sat, 23 Nov 2019 07:58:04 +0000 (+0000) Subject: * Add proposal X-Git-Tag: 2.4.42~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34bbcd1b00acdc2605e4ef56c80bbbcd437d5460;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1870213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index deffa4aa306..ddad7d9889b 100644 --- a/STATUS +++ b/STATUS @@ -252,6 +252,32 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~ylavic/patches/httpd-2.4.x-SSLProtocol_per_vhost.patch +1: ylavic + *) mod_proxy: Fix crash by resolving pool concurrency problems. PR 63503 + trunk patch: http://svn.apache.org/r1822531 + http://svn.apache.org/r1829676 + http://svn.apache.org/r1847232 + http://svn.apache.org/r1847234 + http://svn.apache.org/r1861333 + http://svn.apache.org/r1852442 + http://svn.apache.org/r1866145 + http://svn.apache.org/r1868295 + http://svn.apache.org/r1868296 + 2.4.x patch: The core of the patch addressing the issue are r1868295 and + r1868296. The other revisions are unreleated to the core + patch but small changes that ease merging and avoid further + misalignment between trunk and 2.4.x. In order to ease review + I splitted the revisions in 4 blocks and created 4 pull + requests for it on github: + r1822531: https://github.com/apache/httpd/pull/77 + https://github.com/apache/httpd/pull/77.diff + r1829676: https://github.com/apache/httpd/pull/78 + https://github.com/apache/httpd/pull/78.diff + r1847232, r1847234, r1861333: https://github.com/apache/httpd/pull/79 + https://github.com/apache/httpd/pull/79.diff + All revisions: https://github.com/apache/httpd/pull/80 + https://github.com/apache/httpd/pull/80.diff + +1: rpluem, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]