diff options
Diffstat (limited to 'main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch')
-rw-r--r-- | main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch b/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch index 3de8608948..09de671124 100644 --- a/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch +++ b/main/apache2/conf/0007-httpd-ssl.conf-SSLSessionCache.patch @@ -1,4 +1,4 @@ -From ff4cb257ca2f5f6705776683dc6c26c65a8fffd3 Mon Sep 17 00:00:00 2001 +From e718f5cf478200adc3132f488fb673bc1f614fbd Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> Date: Fri, 11 Sep 2015 12:53:13 +0300 Subject: [PATCH 07/14] httpd-ssl.conf: SSLSessionCache @@ -8,7 +8,7 @@ Subject: [PATCH 07/14] httpd-ssl.conf: SSLSessionCache 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in -index 65dae32..1680430 100644 +index 3ace58a..090ce32 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -89,7 +89,7 @@ SSLPassPhraseDialog builtin @@ -21,5 +21,5 @@ index 65dae32..1680430 100644 # OCSP Stapling (requires OpenSSL 0.9.8h or later) -- -2.5.0 +2.9.4 |