From: Jeff Trawick Date: Fri, 18 Mar 2016 16:50:30 +0000 (+0000) Subject: Summary: vote/promote mod_deflate input filter fix X-Git-Tag: 2.4.19~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d30f0697837d75c725df63429bd333c912d67b05;p=apache Summary: vote/promote mod_deflate input filter fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735639 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 75fc4e5a9d..71f7d9140f 100644 --- a/STATUS +++ b/STATUS @@ -129,6 +129,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: rpluem says: Can we get an updated 2.4.x proposal that includes r1723295? ylavic: r1723295 + CHANGES entry now included => votes reset + *) mod_deflate: follow up to r1619444 (and to r1619383). (backported in r1669555) + Fix counting of inflated bytes in deflate_in_filter() when + asked to flush + trunk patch: http://svn.apache.org/r1619483 + 2.4.x patch: trunk works + +1: ylavic, icing, trawick + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -156,13 +163,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: (shellshock) with unix-like shells (or even maybe native windows ones too)? - *) mod_deflate: follow up to r1619444 (and to r1619383). (backported in r1669555) - Fix counting of inflated bytes in deflate_in_filter() when - asked to flush - trunk patch: http://svn.apache.org/r1619483 - 2.4.x patch: trunk works - +1: ylavic, icing - *) mod_ssl: Add "no_crl_for_cert_ok" flag to SSLCARevocationCheck directive to opt-in previous behaviour (2.2) with CRLs verification when checking certificate(s) with no corresponding CRL.