From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E05C91382C5 for ; Mon, 3 May 2021 18:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF3F4E08E8; Mon, 3 May 2021 18:46:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9775DE08E8 for ; Mon, 3 May 2021 18:46:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07E9B340AEC for ; Mon, 3 May 2021 18:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AFD5752 for ; Mon, 3 May 2021 18:46:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620067538.ad4455b43732385c7da43bc41a6d15545f033adb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ruby/files/2.5/, dev-lang/ruby/files/2.4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ruby/files/2.4/010-libressl_2.7.patch dev-lang/ruby/files/2.5/010-libressl_2.7.patch X-VCS-Directories: dev-lang/ruby/files/2.4/ dev-lang/ruby/files/2.5/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad4455b43732385c7da43bc41a6d15545f033adb X-VCS-Branch: master Date: Mon, 3 May 2021 18:46:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d36c4909-225c-49cb-b9f8-ac37fe539625 X-Archives-Hash: 0f910708dd63cd8d670cb6384bcedd81 commit: ad4455b43732385c7da43bc41a6d15545f033adb Author: Sam James gentoo org> AuthorDate: Mon May 3 18:32:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 3 18:45:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4455b4 dev-lang/ruby: drop obsolete LibreSSL patches Signed-off-by: Sam James gentoo.org> dev-lang/ruby/files/2.4/010-libressl_2.7.patch | 15 --------------- dev-lang/ruby/files/2.5/010-libressl_2.7.patch | 15 --------------- 2 files changed, 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 2e25ab09585..00000000000 --- 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 150f43c9e55..00000000000 --- 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")