From: Jacob Champion Date: Wed, 17 Aug 2016 18:39:33 +0000 (+0000) Subject: Add a 2.4.x backport patch to my proposal X-Git-Tag: 2.4.24~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c97a16fe3db2451c90e1ce626378b31e68f362;p=thirdparty%2Fapache%2Fhttpd.git Add a 2.4.x backport patch to my proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1756674 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 74f2370fdfe..277d12f4ec3 100644 --- a/STATUS +++ b/STATUS @@ -174,8 +174,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) autoconf: minor cleanup and removal of some dead code. trunk patch: http://svn.apache.org/r1753315 http://svn.apache.org/r1753316 + 2.4.x patch: http://home.apache.org/~jchampion/patches/2.4.x-autoconf-cleanup.patch + (combines both patches and corrects for differences in the + AC_CONFIG_FILES list) +1: jchampion ylavic: some conflicts with r1753315 in 2.4.x's configure.in. + jchampion: added a 2.4.x backport patch. *) mod_proxy_fcgi: avoid loops serving proxied error documents. trunk patch: http://svn.apache.org/r1753167