FreeBSD Bugzilla – Attachment 170189 Details for
Bug 209266
www/lighttpd broken with libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for www/lighttpd
patch-www_lighttpd-LibreSSL-fix (text/plain), 1.57 KB, created by
Bernard Spil
on 2016-05-10 19:54:05 UTC
(
hide
)
Description:
svn diff for www/lighttpd
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2016-05-10 19:54:05 UTC
Size:
1.57 KB
patch
obsolete
>Index: www/lighttpd/files/patch-src_network.c >=================================================================== >--- www/lighttpd/files/patch-src_network.c (revision 0) >+++ www/lighttpd/files/patch-src_network.c (working copy) >@@ -0,0 +1,30 @@ >+As reported upstream in http://redmine.lighttpd.net/issues/2729 >+ >+--- src/network.c.orig 2015-12-04 21:13:47 UTC >++++ src/network.c >+@@ -767,6 +767,7 @@ int network_init(server *srv) { >+ SSL_CTX_set_options(s->ssl_ctx, ssloptions); >+ SSL_CTX_set_info_callback(s->ssl_ctx, ssl_info_callback); >+ >++#ifndef OPENSSL_NO_SSL2 >+ if (!s->ssl_use_sslv2) { >+ /* disable SSLv2 */ >+ if (!(SSL_OP_NO_SSLv2 & SSL_CTX_set_options(s->ssl_ctx, SSL_OP_NO_SSLv2))) { >+@@ -775,7 +776,9 @@ int network_init(server *srv) { >+ return -1; >+ } >+ } >++#endif >+ >++#ifndef OPENSSL_NO_SSL3 >+ if (!s->ssl_use_sslv3) { >+ /* disable SSLv3 */ >+ if (!(SSL_OP_NO_SSLv3 & SSL_CTX_set_options(s->ssl_ctx, SSL_OP_NO_SSLv3))) { >+@@ -784,6 +787,7 @@ int network_init(server *srv) { >+ return -1; >+ } >+ } >++#endif >+ >+ if (!buffer_string_is_empty(s->ssl_cipher_list)) { >+ /* Disable support for low encryption ciphers */ > >Property changes on: www/lighttpd/files/patch-src_network.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209266
:
169967
|
170189
|
170202