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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8DE2158043 for ; Sat, 20 Apr 2024 04:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7922E2A35; Sat, 20 Apr 2024 04:42:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA685E2A35 for ; Sat, 20 Apr 2024 04:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 058993434A5 for ; Sat, 20 Apr 2024 04:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D8A11732 for ; Sat, 20 Apr 2024 04:42:27 +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: <1713588021.96b32c82c41e1ca7821b0a3f54f0dfc300465de8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rustls-ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild X-VCS-Directories: net-libs/rustls-ffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96b32c82c41e1ca7821b0a3f54f0dfc300465de8 X-VCS-Branch: master Date: Sat, 20 Apr 2024 04:42:27 +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: d54d8cdf-51a4-4cb4-b4fd-2ae58dcc88dd X-Archives-Hash: f9808beeafc4f740c43a54a913485fb9 commit: 96b32c82c41e1ca7821b0a3f54f0dfc300465de8 Author: Sam James gentoo org> AuthorDate: Sat Apr 20 04:39:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 20 04:40:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b32c82 net-libs/rustls-ffi: add 0.13.0 * Fix subslot to be 0.X instead, per Kangie's suggestion. * textrels are fixed, yay, so drop workaround. Unfortunately, still hard-requires Ring. I thought that was fixed in this release but it isn't, per release notes. Signed-off-by: Sam James gentoo.org> net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild b/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild index 98575adf0411..4f144686f120 100644 --- a/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild +++ b/net-libs/rustls-ffi/rustls-ffi-0.13.0.ebuild @@ -50,7 +50,7 @@ LICENSE="|| ( Apache-2.0 MIT ISC )" LICENSE+=" BSD ISC MIT" # For Ring (see its LICENSE) LICENSE+=" ISC openssl SSLeay MIT" -SLOT="0/${PV}" +SLOT="0/${PV%.*}" KEYWORDS="~amd64" BDEPEND="dev-util/cargo-c" @@ -67,10 +67,6 @@ src_configure() { # bug #927231 filter-lto - # textrels in ring - # Hopefully fixed with https://github.com/rustls/rustls-ffi/pull/389 - export RUSTFLAGS="${RUSTFLAGS} -C link-arg=-Wl,-z,notext" - multilib-minimal_src_configure }