/[smeserver]/rpms/e-smith-apache/sme7/e-smith-apache-2.0.0-optionDisableSSLv2.patch
ViewVC logotype

Annotation of /rpms/e-smith-apache/sme7/e-smith-apache-2.0.0-optionDisableSSLv2.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Apr 26 09:11:36 2009 UTC (15 years, 1 month ago) by snetram
Branch: MAIN
CVS Tags: e-smith-apache-2_0_0-6_el4_sme, e-smith-apache-2_0_0-7_el4_sme, HEAD
* Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl>
- Add option to disable SSLv2 [SME: 5034]

1 snetram 1.1 diff -up e-smith-apache-2.0.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv2.optionDisableSSLv2 e-smith-apache-2.0.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv2
2     --- e-smith-apache-2.0.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv2.optionDisableSSLv2 2009-04-26 10:56:54.000000000 +0200
3     +++ e-smith-apache-2.0.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv2 2009-04-26 10:57:03.000000000 +0200
4     @@ -0,0 +1 @@
5     +enabled
6     diff -up e-smith-apache-2.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol.optionDisableSSLv2 e-smith-apache-2.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol
7     --- e-smith-apache-2.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol.optionDisableSSLv2 2003-01-07 16:00:49.000000000 +0100
8     +++ e-smith-apache-2.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2009-04-26 11:01:51.000000000 +0200
9     @@ -1,4 +1,5 @@
10     {
11     -# Specify which SSL Protocols to accept for this context
12     + # Specify which SSL Protocols to accept for this context
13     + $OUT .= "SSLProtocol all";
14     + $OUT .= " -SSLv2" unless ${'httpd-e-smith'}{'SSLv2'} eq 'enabled';
15     }
16     -SSLProtocol all

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