FreeBSD Bugzilla – Attachment 191813 Details for
Bug 226925
irc/irssi: fix build with LibreSSL 2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
irssi libressl 2.7 fix
irssi-libressl-2.7.patch (text/plain), 1.07 KB, created by
Sergey Akhmatov
on 2018-03-25 20:07:51 UTC
(
hide
)
Description:
irssi libressl 2.7 fix
Filename:
MIME Type:
Creator:
Sergey Akhmatov
Created:
2018-03-25 20:07:51 UTC
Size:
1.07 KB
patch
obsolete
>Index: irc/irssi/files/patch-src_core_network-openssl.c >=================================================================== >--- irc/irssi/files/patch-src_core_network-openssl.c (revision 465543) >+++ irc/irssi/files/patch-src_core_network-openssl.c (working copy) >@@ -1,6 +1,16 @@ >---- src/core/network-openssl.c.orig 2017-03-10 16:31:03 UTC >+--- src/core/network-openssl.c.orig 2018-02-14 23:53:44 UTC > +++ src/core/network-openssl.c >-@@ -434,6 +434,7 @@ static GIOChannel *irssi_ssl_get_iochann >+@@ -47,7 +47,8 @@ >+ >+ /* OpenSSL 1.1.0 also introduced some useful additions to the api */ >+ #if (OPENSSL_VERSION_NUMBER >= 0x10002000L) >+-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined (LIBRESSL_VERSION_NUMBER) >++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || \ >++ (defined (LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL) >+ static int X509_STORE_up_ref(X509_STORE *vfy) >+ { >+ int n; >+@@ -476,6 +477,7 @@ static GIOChannel *irssi_ssl_get_iochann > if (SSL_CTX_set_cipher_list(ctx, ciphers) != 1) > g_warning("No valid SSL cipher suite could be selected"); > }
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
Flags:
dor.bsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 226925
: 191813