From: Jeff Trawick Date: Thu, 8 Aug 2013 14:24:54 +0000 (+0000) Subject: fix mod_ssl config buglet X-Git-Tag: 2.2.26~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66c0b5b0e60a22bd7c76377b24563c1a8fd6c44;p=thirdparty%2Fapache%2Fhttpd.git fix mod_ssl config buglet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1511801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2c4491f7c87..6438fc78e9c 100644 --- a/STATUS +++ b/STATUS @@ -125,6 +125,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~sf/ECC-2.2.diff +1: sf + * mod_ssl config: Fix range check bug with SSLRenegBufferSize + trunk patch: http://svn.apache.org/r954641 + (only this part, which has the only non-style fix applicable to 2.2.x: + http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_config.c?r1=954641&r2=954640&pathrev=954641&view=patch) + 2.4.x patch: it was fixed before 2.4.x was branched + 2.2.x patch: trunk patch to ssl_engine_config.c (above) applies with offset + +1: trawick + PATCHES/ISSUES THAT ARE STALLED * mod_cache: Realign the cache_quick_handler() to behave identically