From: Stefan Eissing Date: Thu, 28 Jan 2016 16:44:36 +0000 (+0000) Subject: proposing APACHE_CHECK_OPENSSL twice invocation fix for backport X-Git-Tag: 2.4.19~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce28c5ec849ba02b80a22083f48ca91bfa85744;p=thirdparty%2Fapache%2Fhttpd.git proposing APACHE_CHECK_OPENSSL twice invocation fix for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727403 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a00a76f77ca..a26352d0dd6 100644 --- a/STATUS +++ b/STATUS @@ -200,6 +200,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: jailletc36 + *) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS + remain unset for second or later caller. Fix this by caching the values for + MOD_LDFLAGS and MOD_CFLAGS created during the first run and set them in the + cached case. Change by rpluem + trunk patch: http://svn.apache.org/r1725325 + 2.4.x patch: trunk works + +1: icing + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if