/[smeserver]/rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-disable_sslv3.patch
ViewVC logotype

Annotation of /rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-disable_sslv3.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Dec 9 22:12:09 2014 UTC (9 years, 6 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-12_el6_sme, e-smith-apache-2_4_0-14_el6_sme, e-smith-apache-2_4_0-13_el6_sme, e-smith-apache-2_4_0-15_el6_sme, HEAD
* Tue Dec 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme
- DIsable SSLv3 [SME: 8722]

1 vip-ire 1.1 diff -Nur e-smith-apache-2.4.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 e-smith-apache-2.4.0_bz8722/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3
2     --- e-smith-apache-2.4.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 1970-01-01 01:00:00.000000000 +0100
3     +++ e-smith-apache-2.4.0_bz8722/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 2014-12-09 23:09:06.318000000 +0100
4     @@ -0,0 +1 @@
5     +disabled
6     diff -Nur e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol e-smith-apache-2.4.0_bz8722/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol
7     --- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2013-02-13 23:59:37.000000000 +0100
8     +++ e-smith-apache-2.4.0_bz8722/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2014-12-09 23:08:48.484000000 +0100
9     @@ -1,5 +1,6 @@
10     {
11     # Specify which SSL Protocols to accept for this context
12     $OUT .= "SSLProtocol all";
13     - $OUT .= " -SSLv2" unless ${'httpd-e-smith'}{'SSLv2'} eq 'enabled';
14     + $OUT .= " -SSLv2" unless (${'httpd-e-smith'}{'SSLv2'} || 'disabled') eq 'enabled';
15     + $OUT .= " -SSLv3" unless (${'httpd-e-smith'}{'SSLv3'} || 'disabled') eq 'enabled';
16     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed