From: Jeff Trawick Date: Fri, 12 Oct 2012 13:49:46 +0000 (+0000) Subject: re: apr 1.2 compat: I guess they're using a system apr and the OS X-Git-Tag: 2.2.24~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b6323661fa4fb18a1958694ffc64397ca0fd7d;p=thirdparty%2Fapache%2Fhttpd.git re: apr 1.2 compat: I guess they're using a system apr and the OS vendor is supplying security fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1397564 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d9b965ab367..d21c9d0caac 100644 --- a/STATUS +++ b/STATUS @@ -94,6 +94,11 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * byterange filter: Remove apr 1.3 dependency by dropping apr_array_clear + trunk patch: n/a + 2.4.x patch: n/a + 2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-byterange-table_clear.diff + +1: covener, rjung, trawick PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -194,12 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~rjung/patches/dummy_connection-https-tls-2_2.patch +1: rjung, covener - * byterange filter: Remove apr 1.3 dependency by dropping apr_array_clear - trunk patch: n/a - 2.4.x patch: n/a - 2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-byterange-table_clear.diff - +1: covener, rjung - * ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output to more accurately report the negotiated protocol. PR 53916. trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1395225