From: Joe Orton Date: Mon, 1 Nov 2004 23:22:38 +0000 (+0000) Subject: A new mod_ssl fix, update the ap_save_brigade fix. X-Git-Tag: 2.0.53~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e363bdfed61581829284168a278aa1d25aadb2d6;p=thirdparty%2Fapache%2Fhttpd.git A new mod_ssl fix, update the ap_save_brigade fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105665 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 57f77a53ba5..ef22e554575 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/11/01 13:13:32 $] +Last modified at [$Date: 2004/11/01 23:22:38 $] Release: @@ -89,6 +89,11 @@ PATCHES TO BACKPORT FROM 2.1 PR: 24030 +1: jorton, minfrin, jerenkrantz + *) mod_ssl: Fix an possible NULL pointer dereference in some configs. + http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13182 + PR: 31848 + +1: jorton + *) Allow for the use of --with-module=foo:bar where the ./modules/foo directory is a local addition to the ./modules directory. Assumes, of course, that the required files are in ./modules/foo, @@ -111,10 +116,8 @@ PATCHES TO BACKPORT FROM 2.1 +1: minfrin *) Fix ap_save_brigade's handling of ENOTIMPL setaside functions. - http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.101 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.102 PR: 31247 - jerenkrantz comments: This needs the final patch posted to dev@httpd? - jorton replies: it does indeed, hang on... +1: jorton *) mod_headers: Support {...}s tag for SSL variable lookup.