From: Paul Querna Date: Wed, 16 Sep 2009 06:47:37 +0000 (+0000) Subject: vote X-Git-Tag: 2.2.14~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b693ab9a4a383bcd586055a886cef942d4a498;p=thirdparty%2Fapache%2Fhttpd.git vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@815632 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 52c924fe12e..b4f8f73cc94 100644 --- a/STATUS +++ b/STATUS @@ -94,6 +94,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: +1: covener, poirier +1: minfrin (with r814779 for compiler warning fix) + * mod_ssl: The error message when SSLCertificateFile is missing should + at least give the name or position of the problematic virtual host + definition. + Trunk Patch: http://svn.apache.org/viewvc?rev=813105&view=rev + 2.2.x Patch: http://people.apache.org/~minfrin/ssl_engine_pphrase.diff + +1: minfrin, rpluem, pquerna + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -112,13 +119,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -0: wrowe; Please refer to man 'access' BUGS section about linux 2.4 vs 2.6 kernels, potentially a suspect test for root. - * mod_ssl: The error message when SSLCertificateFile is missing should - at least give the name or position of the problematic virtual host - definition. - Trunk Patch: http://svn.apache.org/viewvc?rev=813105&view=rev - 2.2.x Patch: http://people.apache.org/~minfrin/ssl_engine_pphrase.diff - +1: minfrin, rpluem - * mod_ssl: Improve environment variable extraction to be more efficient and to correctly handle DNs with duplicate tags. PR 45975.