From: Madhusudan Mathihalli Date: Mon, 1 Mar 2004 18:05:05 +0000 (+0000) Subject: Including filenames/revisions for the SSL Close Alert patch backport X-Git-Tag: 2.0.49~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b8d49cd73fe4538f109e387da721dd67cb20d5;p=thirdparty%2Fapache%2Fhttpd.git Including filenames/revisions for the SSL Close Alert patch backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102836 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 1ff839f1e6a..454f58e12dd 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/01 02:27:39 $] +Last modified at [$Date: 2004/03/01 18:05:05 $] Release: @@ -86,6 +86,12 @@ PATCHES TO BACKPORT FROM 2.1 * mod_ssl: Send the Close Alert message to the peer before closing the SSL session. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/include/http_connection.h?r1=1.59&r2=1.60 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.118&r2=1.119 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/Makefile.in?r1=1.91&r2=1.92 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/connection.c?r1=1.114&r2=1.116 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.261&r2=1.263 + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/eoc_bucket.c (new file) +1: madhum * mod_ssl: Fix nasty memory leak for each plain-HTTP-on-SSL-port request.