From: Nick Kew Date: Wed, 17 Jun 2009 12:54:28 +0000 (+0000) Subject: Propose backport before I forget the details and motivation of it ... X-Git-Tag: 2.2.12~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65e8002edfe829638e2bc29f6a2f9993e2ac7d2;p=thirdparty%2Fapache%2Fhttpd.git Propose backport before I forget the details and motivation of it ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@785576 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 98ef2b28e4d..1a4f67dc167 100644 --- a/STATUS +++ b/STATUS @@ -98,9 +98,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: drop_privileges hook). 2.2.x patch: http://people.apache.org/~niq/patches/2.2mod_privileges-core-patch - FYI, mod_privileges hacked to work with the patch: - http://people.apache.org/~niq/patches/2.2mod_privileges.c wrowe asks; what is proposed and why two patches here? + niq replies: removing the second one, it's FYI only and not part + of the backport proposal. And it needs updating! +1: niq * modules/proxy/proxy_util.c (ap_proxy_initialize_worker): Fix @@ -117,6 +117,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?view=rev&revision=776325 +1: takashi, rpluem + * mod_alias: Ensure Redirect emits HTTP-compliant URLs. + PR 44020 + trunk patch: + http://svn.apache.org/viewvc?view=rev&rev=785575 + 2.2.x patch: + http://people.apache.org/~niq/patches/44020.patch + NOTE: I'm recommending different versions because the trunk + patch is too strict for a stable line and may "break" broken + configs thought by their users to be working. + +1: niq + PATCHES/ISSUES THAT ARE STALLED * srclib/pcre and vendor/pcre