From: Joe Orton Date: Mon, 5 Feb 2018 14:26:14 +0000 (+0000) Subject: Trio of minor build system tweaks. X-Git-Tag: 2.4.30~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e78d99db4adc8f8340f301e1ecaf79a8315090f;p=apache Trio of minor build system tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823181 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 12c570fe11..f52b6255c8 100644 --- a/STATUS +++ b/STATUS @@ -225,6 +225,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: discourage content encoders on http2-status response (where they do not work) 2.4.x patch: svn merge -c 1821371,1822502,1822503 ^/httpd/httpd/trunk . + *) config.layout: Add Fedora layout. + trunk patch: http://svn.apache.org/r1823179 + 2.4.x patch: trunk works + +1: jorton, + + *) mod_lua: Link against -lcrypt if present + trunk patch: http://svn.apache.org/r1822305 + 2.4.x patch: trunk works + +1: jorton, + + *) ab: Fix potential link issues with SSL libraries. + trunk patch: http://svn.apache.org/r1816534 + 2.4.x patch: trunk works + +1: jorton, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ] @@ -336,6 +351,9 @@ PATCHES/ISSUES THAT ARE BEING WORKED So the only fix allowing us to use PCRE 10 in httpd 2.4 would be to write this as a thread safe storage buffer for the majority of cases (<10 $args) and we don't have a portable tls mechanism to do so. + jorton: Adding ap_pregexec/_len which pass a pool would also work + for internal users of this api; not sure if performance + impact is significant from using malloc here. PATCHES/ISSUES THAT ARE STALLED