]> git.pld-linux.org Git - packages/apache.git/commitdiff
- rel 4; one missing hunk added auto/th/apache-2.2.24-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2013 19:10:40 +0000 (21:10 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2013 19:10:40 +0000 (21:10 +0200)
apache-bug-39653.patch
apache.spec

index b3aad6bb8ffd9565b3c56baeefa8f2a2c51fff71..a412cfccad1fb1e589afa88830cc07d4ce46e054 100644 (file)
@@ -64,3 +64,12 @@ index f5941f5..72b0e66 100644
          return rv;
      }
 
+@@ -709,7 +709,7 @@ static apr_status_t dummy_connection(ap_
+         return rv;
+     }
+-    if (ap_listeners->protocol && strcasecmp(ap_listeners->protocol, "https") == 0) {
++    if (lp->protocol && strcasecmp(lp->protocol, "https") == 0) {
+         /* Send a TLS 1.0 close_notify alert.  This is perhaps the
+          * "least wrong" way to open and cleanly terminate an SSL
+          * connection.  It should "work" without noisy error logs if
index 1db424650c85063ad38adbc1eb5e1f5b9ea2f6dd..66905c1e385e4e13777c3c65875f53adf1e433d7 100644 (file)
@@ -44,7 +44,7 @@ Summary(ru.UTF-8):    Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
 Version:       2.2.24
-Release:       3
+Release:       4
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
This page took 0.056367 seconds and 4 git commands to generate.