From: Ruediger Pluem Date: Fri, 14 Feb 2020 08:08:16 +0000 (+0000) Subject: * This actually a blocker as r1873747 introduced a regression X-Git-Tag: 2.4.42~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6954ee36766294ae91c7058da6f68a5e153522;p=thirdparty%2Fapache%2Fhttpd.git * This actually a blocker as r1873747 introduced a regression git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874002 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5c463ca8584..06f551527db 100644 --- a/STATUS +++ b/STATUS @@ -129,6 +129,11 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + *) mod_substitute: Don't use PREG_DOTALL + trunk patch: http://svn.apache.org/viewvc?rev=1873941&view=rev + 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-substitute-nodotall.diff + +1 covener, rpluem + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] @@ -209,11 +214,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: jailletc36: Not sure how is the best way to deal with mod_http2 patches. Should it be first a pull request from the github repository? - *) mod_substitute: Don't use PREG_DOTALL - trunk patch: http://svn.apache.org/viewvc?rev=1873941&view=rev - 2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-substitute-nodotall.diff - +1 covener, rpluem - *) Fix spelling errors found by codespell. trunk patch: http://svn.apache.org/r1873985 2.4.x patch: svn merge -c 1873985 ^/httpd/httpd/trunk .