diff options
author | Sam James <sam@gentoo.org> | 2021-05-03 19:32:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-03 19:45:38 +0100 |
commit | ad4455b43732385c7da43bc41a6d15545f033adb (patch) | |
tree | 8f18194fcc76b47a7f71154ceeb19a4de8da9842 /dev-lang | |
parent | dev-libs/libstrophe: drop obsolete LibreSSL patch (diff) | |
download | gentoo-ad4455b43732385c7da43bc41a6d15545f033adb.tar.gz gentoo-ad4455b43732385c7da43bc41a6d15545f033adb.tar.bz2 gentoo-ad4455b43732385c7da43bc41a6d15545f033adb.zip |
dev-lang/ruby: drop obsolete LibreSSL patches
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/files/2.4/010-libressl_2.7.patch | 15 | ||||
-rw-r--r-- | dev-lang/ruby/files/2.5/010-libressl_2.7.patch | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-lang/ruby/files/2.4/010-libressl_2.7.patch b/dev-lang/ruby/files/2.4/010-libressl_2.7.patch deleted file mode 100644 index 2e25ab095858..000000000000 --- a/dev-lang/ruby/files/2.4/010-libressl_2.7.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/ext/openssl/extconf.rb.orig 2017-09-08 14:38:12 UTC -+++ b/ext/openssl/extconf.rb -@@ -157,8 +157,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") diff --git a/dev-lang/ruby/files/2.5/010-libressl_2.7.patch b/dev-lang/ruby/files/2.5/010-libressl_2.7.patch deleted file mode 100644 index 150f43c9e55d..000000000000 --- a/dev-lang/ruby/files/2.5/010-libressl_2.7.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- 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") |