From: Evgeny Kotkov Date: Wed, 26 Apr 2017 20:24:54 +0000 (+0000) Subject: On the 2.4.x branch: Propose the mod_brotli Makefile fixes (r1761824, X-Git-Tag: 2.4.26~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c9f1228d94c6bf995c8e2f45a39ec04fe942afc;p=apache On the 2.4.x branch: Propose the mod_brotli Makefile fixes (r1761824, r1771789, r1771827, r1779111) for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1792806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index eb4dbd1192..0e8e54cbd5 100644 --- a/STATUS +++ b/STATUS @@ -137,6 +137,20 @@ RELEASE SHOWSTOPPERS: jchampion: hangs on my Ubuntu box too. Looks like a CRYPTO_malloc() infinite loop during library initialization? + *) mod_brotli: Fix two build issues (failing Unix build when mod_brotli + is not being built and invalid library filenames in CMakeFiles). + trunk patch: https://svn.apache.org/r1761824 + https://svn.apache.org/r1771789 + https://svn.apache.org/r1771827 + https://svn.apache.org/r1779111 + 2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-r1761824-group + Note: These changesets were missing in the original mod_brotli backport + proposal merged in r1791231. They fix the described problems and avoid + having unnecessarily different modules/filters/config.m4 file contents + in trunk and in the 2.4.x branch. See the related discussion in + https://lists.apache.org/thread.html/a83741642c3d20f383efdf2c427829b2f37cb81e98c0a1756a2c19ce@%3Cdev.httpd.apache.org%3E + +1: kotkov + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ]