
trawick at apache
Aug 8, 2013, 7:24 AM
Post #1 of 1
(16 views)
Permalink
|
|
svn commit: r1511801 - /httpd/httpd/branches/2.2.x/STATUS
|
|
Author: trawick Date: Thu Aug 8 14:24:54 2013 New Revision: 1511801 URL: http://svn.apache.org/r1511801 Log: fix mod_ssl config buglet Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1511801&r1=1511800&r2=1511801&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Thu Aug 8 14:24:54 2013 @@ -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
|