From: Yann Ylavic Date: Mon, 8 Oct 2018 21:44:09 +0000 (+0000) Subject: Vote, promote. X-Git-Tag: 2.4.36~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69896144c35046ed7803b3b8fea9adad21184da8;p=thirdparty%2Fapache%2Fhttpd.git Vote, promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6ad8846247d..d654135720b 100644 --- a/STATUS +++ b/STATUS @@ -131,6 +131,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x branch: svn merge -c 1841446,1841455 ^/httpd/httpd/trunk . +1: icing, minfrin, jim + *) ab: print Server Temp Key information. + trunk patch: http://svn.apache.org/r1738415 + http://svn.apache.org/r1826930 + 2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ab.patch + +1: minfrin, jim, ylavic + + *) ab: Add client certificate support. + trunk: http://svn.apache.org/r1841784 + 2.4.x: svn merge -c r1841784 ^/httpd/httpd/trunk . + (requires r1738415 and r1826930 above to resolve conflict) + +1: minfrin, jim, ylavic + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -182,18 +194,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch +1: jim, minfrin - *) ab: print Server Temp Key information. - trunk patch: http://svn.apache.org/r1738415 - http://svn.apache.org/r1826930 - 2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-ab.patch - +1: minfrin, jim - - *) ab: Add client certificate support. - trunk: http://svn.apache.org/r1841784 - 2.4.x: svn merge -c r1841784 ^/httpd/httpd/trunk . - (requires r1738415 and r1826930 above to resolve conflict) - +1: minfrin, jim - *) mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. PR 62769.