]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported [skip ci].
authorYann Ylavic <ylavic@apache.org>
Fri, 26 Jun 2020 10:19:10 +0000 (10:19 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 26 Jun 2020 10:19:10 +0000 (10:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879225 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 585acf6dc61c2b7d2a605fd2f3ed751a0730abce..7d4f5cfba2c31cd8f7a3c1333e9140447e5ec5d8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -164,13 +164,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                  One is a doc file in r1734835 that has already been merged and the
                  other one is 'next-number' in r1876823.
 
-  *) mod_ssl: Fix a race condition and possible crash when using a proxy client
-     certificate (SSLProxyMachineCertificateFile).
-     trunk patch: http://svn.apache.org/r1879179
-                  http://svn.apache.org/r1879180
-     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-gh_129.diff
-     +1: ylavic, jorton, rpluem
-
   *) mod_proxy_http: flush spooled request body in one go to avoid
      leaking (or long lived) temporary file. PR 64452.
      trunk patch: http://svn.apache.org/r1878280