From: Yann Ylavic Date: Fri, 9 Sep 2016 22:09:16 +0000 (+0000) Subject: Propose. X-Git-Tag: 2.4.24~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f7ab4c61253d200124d3c2ff92c6afdfa91a3d;p=thirdparty%2Fapache%2Fhttpd.git Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1760113 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9ec963a0bdd..837ea0e1a54 100644 --- a/STATUS +++ b/STATUS @@ -193,6 +193,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch +1: ylavic + *) mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, + allowing per backend TLS configuration. + trunk patch: http://svn.apache.org/r1740928 + http://svn.apache.org/r1740960 + http://svn.apache.org/r1740967 + http://svn.apache.org/r1740987 + http://svn.apache.org/r1740998 + http://svn.apache.org/r1742697 + http://svn.apache.org/r1756976 + 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co.patch + +1: ylavic + + *) Fix warnings with new compilers, warnings treated as error + in maintainer-mode, standard c-89 is enforced + trunk patch: http://svn.apache.org/r1702948 + http://svn.apache.org/r1759415 + 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1702948_and_co.patch + +1: ylavic + + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if