From: André Malo Date: Fri, 27 Aug 2004 18:58:43 +0000 (+0000) Subject: vote && note X-Git-Tag: STRIKER_2_0_51_RC1^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e7aef7cb26b92bbf5541b9f1b86a9d70bc1c743;p=thirdparty%2Fapache%2Fhttpd.git vote && note git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104861 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e5c9d100e27..44bda2b3eba 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/27 18:46:51 $] +Last modified at [$Date: 2004/08/27 18:58:43 $] Release: @@ -76,15 +76,20 @@ PATCHES TO BACKPORT FROM 2.1 *) EOC bucket handling fix for core_output_filter (prevents possible variable use- after-free since .49). http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.276&r2=1.277 - +1: jorton, trawick + +1: jorton, trawick, nd *) Don't link suexec against APR/etc libraries. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/Makefile.in?r1=1.38&r2=1.39 +1: jorton, trawick + nd: what about the need of -static (dunno)? *) mod_headers: Support {...}s tag for SSL variable lookup. http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff +1: jorton, trawick + nd: two comments: + (1) is the use of APR_ASCII_* ebcdic-safe? I.e. shouldn't we use the + native chars here and it will be converted later? (I'm not sure) + (2) I'd put out (null) only if val is NULL, not if it's empty. *) Escape errfn strings before sending them to the log file (and analogus patch to mod_cgid) @@ -96,7 +101,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Add -l option to rotatelogs to let it use local time rather than UTC. PR 24417. [Ken Coar, Uli Zappe ] support/rotatelogs.c: r1.33, r1.34, r1.35 - +1: trawick + +1: trawick, nd *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap. modules/experimental/mod_auth_ldap.c: 1.28