21147012 problem in UTILITY/LIGHTTPD s11-update
authorPetr Sumbera <petr.sumbera@oracle.com>
Wed, 03 Jun 2015 06:45:03 -0700
branchs11-update
changeset 4404 8b214c26d9bb
parent 4403 8d8452cc66a5
child 4405 1c0df8678d62
21147012 problem in UTILITY/LIGHTTPD
components/lighttpd/patches/02-sslv3-disable.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/lighttpd/patches/02-sslv3-disable.patch	Wed Jun 03 06:45:03 2015 -0700
@@ -0,0 +1,16 @@
+Patch origin: in-house
+Patch status: submitted to upstream
+
+http://redmine.lighttpd.net/issues/2647
+
+--- src/configfile.c
++++ src/configfile.c
+@@ -182,7 +182,7 @@
+ 		s->ssl_honor_cipher_order = 1;
+ 		s->ssl_empty_fragments = 0;
+ 		s->ssl_use_sslv2 = 0;
+-		s->ssl_use_sslv3 = 1;
++		s->ssl_use_sslv3 = 0;
+ 		s->use_ipv6      = 0;
+ 		s->set_v6only    = 1;
+ 		s->defer_accept  = 0;