From: Nick Kew Date: Wed, 19 Apr 2006 08:42:54 +0000 (+0000) Subject: Vote early, vote often X-Git-Tag: 2.0.57~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ccdccbfe32b1203b982d313815be462dacd278;p=thirdparty%2Fapache%2Fhttpd.git Vote early, vote often git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395177 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8c0a38ca75c..1dec6d5d6aa 100644 --- a/STATUS +++ b/STATUS @@ -121,6 +121,29 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113813652015559 +1: colm, trawick, jim + *) core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=394070&view=rev + 2.0.x version of patch: + http://issues.apache.org/bugzilla/attachment.cgi?id=18112 + +1: rpluem, colm + niq: change comment "if bb only contains an EOS bucket" + to "if bb contains only zero-length buckets" + and you have my +1 + + *) mod_deflate: handle internal redirects correctly + http://svn.apache.org/viewcvs?rev=395079&view=rev + +1: colm, wrowe, niq + + *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname + if ServerName not set or UseCanonicalName Off) by + backporting r102320. + Trunk version of patch: + http://svn.apache.org/viewcvs?rev=102320&view=rev + 2.0.x version of patch: + http://issues.apache.org/bugzilla/attachment.cgi?id=18037 + +1: rpluem, jim, niq + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ please place SVN revisions from trunk here, so it is easy to @@ -149,26 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs?rev=386821&view=rev +1: wrowe, trawick - *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname - if ServerName not set or UseCanonicalName Off) by - backporting r102320. - Trunk version of patch: - http://svn.apache.org/viewcvs?rev=102320&view=rev - 2.0.x version of patch: - http://issues.apache.org/bugzilla/attachment.cgi?id=18037 - +1: rpluem, jim - - *) core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282. - Trunk version of patch: - http://svn.apache.org/viewcvs?rev=394070&view=rev - 2.0.x version of patch: - http://issues.apache.org/bugzilla/attachment.cgi?id=18112 - +1: rpluem, colm - - *) mod_deflate: handle internal redirects correctly - http://svn.apache.org/viewcvs?rev=395079&view=rev - +1: colm, wrowe - PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: *) mod_headers: Support {...}s tag for SSL variable lookup.