From: William A. Rowe Jr Date: Fri, 22 May 2015 06:56:04 +0000 (+0000) Subject: Vote up one patch, presume lazy concensus on second patch (platform specific X-Git-Tag: 2.2.30~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c95bc79f842f781aadb79fa1107a645ac0c95d0;p=thirdparty%2Fapache%2Fhttpd.git Vote up one patch, presume lazy concensus on second patch (platform specific with two affirmative reviewers) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681006 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1c112300e4e..01f8cdd4062 100644 --- a/STATUS +++ b/STATUS @@ -101,6 +101,22 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy: use the original (non absolute) form of the request-line's URI + for requests embedded in CONNECT payloads used to connect SSL backends via + a ProxyRemote forward-proxy. PR 55892. + trunk patch: http://svn.apache.org/r1665215 + http://svn.apache.org/r1665218 (CHANGES entry) + 2.2.x patch: trunk works (modulo CHANGES) + +1: ylavic, wrowe + + * mod_authn_dbd: Fix lifetime of DB lookup entries independently of the + selected DB engine. PR 46421. + trunk patch: http://svn.apache.org/r1663647 + http://svn.apache.org/r1679182 + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-apr_dbd_get_entry_lifetime.patch + (trunk works but the patch includes a CHANGES entry relative to 2.2.x only) + +1: ylavic, rjung, wrowe + PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -132,22 +148,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch +1: wrowe, gsmith - * mod_proxy: use the original (non absolute) form of the request-line's URI - for requests embedded in CONNECT payloads used to connect SSL backends via - a ProxyRemote forward-proxy. PR 55892. - trunk patch: http://svn.apache.org/r1665215 - http://svn.apache.org/r1665218 (CHANGES entry) - 2.2.x patch: trunk works (modulo CHANGES) - +1: ylavic, wrowe - - * mod_authn_dbd: Fix lifetime of DB lookup entries independently of the - selected DB engine. PR 46421. - trunk patch: http://svn.apache.org/r1663647 - http://svn.apache.org/r1679182 - 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-apr_dbd_get_entry_lifetime.patch - (trunk works but the patch includes a CHANGES entry relative to 2.2.x only) - +1: ylavic, rjung - *) mod_log_config: instead of using the dedicated pattern format "%M" for duration milliseconds, overload the existing "%D" to choose the time precision ("%{s}D" for seconds, "%{ms}D" for milliseconds and