diff options
Diffstat (limited to 'main/apache2/conf/0008-httpd-ssl.conf-SSLRandomSeed.patch')
-rw-r--r-- | main/apache2/conf/0008-httpd-ssl.conf-SSLRandomSeed.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/apache2/conf/0008-httpd-ssl.conf-SSLRandomSeed.patch b/main/apache2/conf/0008-httpd-ssl.conf-SSLRandomSeed.patch index 0f461bcb73..ed99ad6330 100644 --- a/main/apache2/conf/0008-httpd-ssl.conf-SSLRandomSeed.patch +++ b/main/apache2/conf/0008-httpd-ssl.conf-SSLRandomSeed.patch @@ -1,4 +1,4 @@ -From 2270e11bbe1ba3a0b489ecd941ef3a7a944ba151 Mon Sep 17 00:00:00 2001 +From 201ea4523851206881c1feaacc7451d8df7f1267 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> Date: Fri, 11 Sep 2015 12:58:01 +0300 Subject: [PATCH 08/14] httpd-ssl.conf: SSLRandomSeed @@ -9,7 +9,7 @@ Subject: [PATCH 08/14] httpd-ssl.conf: SSLRandomSeed 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in -index 1680430..da506c8 100644 +index 090ce32..75ce736 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -24,7 +24,8 @@ @@ -23,10 +23,10 @@ index 1680430..da506c8 100644 #SSLRandomSeed connect file:/dev/urandom 512 diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in -index 8386312..de6ee33 100644 +index 29ac06c..46ccea6 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in -@@ -414,16 +414,3 @@ LogLevel warn +@@ -423,16 +423,3 @@ LogLevel warn <IfModule proxy_html_module> Include @rel_sysconfdir@/extra/proxy-html.conf </IfModule> @@ -44,5 +44,5 @@ index 8386312..de6ee33 100644 -</IfModule> - -- -2.5.0 +2.9.4 |