From: Joe Orton Date: Thu, 8 Jan 2004 13:42:18 +0000 (+0000) Subject: Propose some backports. X-Git-Tag: 2.0.49~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b521941effa6d76da4201b1cc2c80ea638a25ffe;p=thirdparty%2Fapache%2Fhttpd.git Propose some backports. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102226 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 03055913844..31b57eabdca 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/07 02:49:45 $] +Last modified at [$Date: 2004/01/08 13:42:18 $] Release: @@ -78,6 +78,28 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * mod_ssl: Fix ssl_var_lookup for non-SSL requests, and logging of SSL + variables from non-SSL connections. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.24&r2=1.25 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.26&r2=1.28 + PR: 22741, 20852 (<= not 23956 as the commit message says) + +1: jorton + + * mod_ssl: Determine library version string at run-time rather than compile-time. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.25&r2=1.26 + PR: 23956 + +1: jorton + + * Fix parallel make (e.g. GNU make -j). + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/Makefile.in?r1=1.86&r2=1.87 + PR: 24643 + +1: jorton + + * mod_dav: Reject requests including fragment part in the Request-URI. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.102&r2=1.103 + PR: 21779 + +1: jorton + * Move SSLRandomSeed out of the container to support starting without SSL on platforms with no /dev/random equivalent but a statically compiled-in mod_ssl. PR: 25867