]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose some backports.
authorJoe Orton <jorton@apache.org>
Mon, 26 Jan 2004 10:28:03 +0000 (10:28 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 26 Jan 2004 10:28:03 +0000 (10:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102408 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 49c514252da9c99666a308b9d124082c80e6073e..9edf5e5877c70d1807dda97ea402196cc041679c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/26 10:08:30 $]
+Last modified at [$Date: 2004/01/26 10:28:03 $]
 
 Release:
 
@@ -78,6 +78,26 @@ 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! ]
 
+    * Don't include newlines in strings passed to ap_log_error; cosmetic fix
+      for common startup failures which otherwise now include escaped newlines.
+      (regression since 2.0.48)
+      http://cvs.apache.org/viewcvs/httpd-2.0/server/main.c.diff?r1=1.152&r2=1.150
+      +1: jorton
+
+    * Fix for possible memory corruption from ap_make_method_list.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/http/http_protocol.c?r1=1.475&r2=1.476
+      +1: jorton
+
+    * mod_ssl: Fix streaming of nph- CGI scripts over SSL.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.113&r2=1.114
+      PR: 21944
+      +1: jorton
+      
+    * mod_ssl: Fix for possible segfault on ssl_var_lookup for SSL_SESSION_ID.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.29&r2=1.30
+      PR: 15057
+      +1: jorton
+
     * proxy_http fix: mod_proxy hangs when both KeepAlive and 
       ProxyErrorOverride are enabled, and a non-200 response without a 
       body is generated by the backend server.