]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorPaul Querna <pquerna@apache.org>
Wed, 16 Sep 2009 06:47:37 +0000 (06:47 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 16 Sep 2009 06:47:37 +0000 (06:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@815632 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 52c924fe12ed1124b5d08b689b74295bdbce7f39..b4f8f73cc94464a99aac97f9c8c05d1e4326ba6e 100644 (file)
--- 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.