Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 533366 Details for
Bug 656584
dev-lang/ruby-2.5.1 and dev-lang/ruby-2.4.4 fix compilation with libressl-2.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-2.5.1 patch
libressl_2.7.patch (text/plain), 638 bytes, created by
jospezial
on 2018-05-26 16:17:43 UTC
(
hide
)
Description:
ruby-2.5.1 patch
Filename:
MIME Type:
Creator:
jospezial
Created:
2018-05-26 16:17:43 UTC
Size:
638 bytes
patch
obsolete
>--- a/ext/openssl/extconf.rb.orig 2018-04-02 09:57:14 UTC >+++ b/ext/openssl/extconf.rb >@@ -122,8 +122,11 @@ OpenSSL.check_func_or_macro("SSL_get_ser > have_func("SSL_is_server") > > # added in 1.1.0 >+if !have_struct_member("SSL", "ctx", "openssl/ssl.h") || >+ try_static_assert("LIBRESSL_VERSION_NUMBER >= 0x2070000fL", "openssl/opensslv.h") >+ $defs.push("-DHAVE_OPAQUE_OPENSSL") >+end > have_func("CRYPTO_lock") || $defs.push("-DHAVE_OPENSSL_110_THREADING_API") >-have_struct_member("SSL", "ctx", "openssl/ssl.h") || $defs.push("-DHAVE_OPAQUE_OPENSSL") > have_func("BN_GENCB_new") > have_func("BN_GENCB_free") > have_func("BN_GENCB_get_arg")
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 656584
:
533362
| 533366