From: William A. Rowe Jr Date: Fri, 28 Sep 2007 17:36:01 +0000 (+0000) Subject: Hot patches, get y'r hot patches X-Git-Tag: 2.2.7~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a882ae324bba8a2bd95f8b052cfb0b1e3dee9f1;p=thirdparty%2Fapache%2Fhttpd.git Hot patches, get y'r hot patches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580434 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 334dad65259..ebc48ed10c3 100644 --- a/STATUS +++ b/STATUS @@ -169,6 +169,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: jim, rpluem + * core log.c: Authored and Reviewed by both rplume and wrowe within + the same 10 minutes, share only a single apr_file_t/fd between the + stderr and server_main->error_log to prevent any lingering write + handles from hanging around in unexpected ways. + http://svn.apache.org/viewvc?view=rev&revision=580431 + PR 43491, solution validated by reporter + +1: wrowe, rpluem + + * mpm_winnt: Correct the approach to std file handles by simplifying + the approach and taking better advantage of apr's now-proper support. + http://svn.apache.org/viewvc?view=rev&revision=580433 + See the corresponding patch to apr for 1.2.12 + http://people.apache.org/~wrowe/apr-1.2-win32-nohandle.patch + and be sure to catch the core log.c patch as well + http://svn.apache.org/viewvc?view=rev&revision=580431 + Validated by Randy Kobes and Tom Donovan + +1: wrowe + PATCHES/ISSUES THAT ARE STALLED * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability