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 6E24A158011 for ; Wed, 1 Feb 2023 19:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 360FAE0BCD; Wed, 1 Feb 2023 19:27:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD45EE0B63 for ; Wed, 1 Feb 2023 19:27:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1FF0340B1C for ; Wed, 1 Feb 2023 19:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0661C89C for ; Wed, 1 Feb 2023 19:27:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1675279596.a22d60dd6dfc4166e6905501b7e3574842776aae.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/s2n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/s2n/Manifest dev-libs/s2n/s2n-0.10.21-r1.ebuild X-VCS-Directories: dev-libs/s2n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a22d60dd6dfc4166e6905501b7e3574842776aae X-VCS-Branch: master Date: Wed, 1 Feb 2023 19:27:16 +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: be534713-975c-44c4-8c35-d14a0c5c968a X-Archives-Hash: 8f10cbd7cc0f087467fff723fbd9f545 commit: a22d60dd6dfc4166e6905501b7e3574842776aae Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 27 20:50:56 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 1 19:26:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22d60dd dev-libs/s2n: drop 0.10.21-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/s2n/Manifest | 1 - dev-libs/s2n/s2n-0.10.21-r1.ebuild | 53 -------------------------------------- 2 files changed, 54 deletions(-) diff --git a/dev-libs/s2n/Manifest b/dev-libs/s2n/Manifest index 6527ab4efec5..53a015784dda 100644 --- a/dev-libs/s2n/Manifest +++ b/dev-libs/s2n/Manifest @@ -1,2 +1 @@ -DIST s2n-0.10.21.tar.gz 6150129 BLAKE2B cf598ef02b4aa9a2a69f11a47b2a691055575b7398ba0a833081da704ebc7564d30abda5f2ad9ff9858ec2f553b1f332e913494b9e195e2a754f008bab5c11d2 SHA512 26957edf36af088af2cb355dad9281fefd9d54ce8c3c2c26f5682aee8d64338a3677aa81f3a07563b27a938cad2c57e0a86a478c9619cc93552674451d501909 DIST s2n-1.0.0.tar.gz 6211951 BLAKE2B 3714f26ab0dbd53b878c73e0ae0abf9e8a4b85b16a62dd44a3e6264fba1afdfdd7bbffc3b38b494c5cc805b8a9dfe02009d109e308ff13b4752a56594299f374 SHA512 ab5ccc3e73e7f395ef86a5e637b9c2d18110c14b2913990d12e02286f6562497f7e9d45912e9076216e5f595d7932d58a31642e344a5e472259386983ad44bac diff --git a/dev-libs/s2n/s2n-0.10.21-r1.ebuild b/dev-libs/s2n/s2n-0.10.21-r1.ebuild deleted file mode 100644 index 90d26fa86c8c..000000000000 --- a/dev-libs/s2n/s2n-0.10.21-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="simple, small, fast and secure C99 implementation of the TLS/SSL protocols" -HOMEPAGE="https://github.com/awslabs/s2n" -SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/openssl:0=[static-libs=] -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-remove_Werror.patch -) - -src_prepare() { - cmake_src_prepare - - # Fix - # QA Notice: The following files contain writable and executable sections (...) - sed \ - -e '$a\\n#if defined(__linux__) && defined(__ELF__)\n.section .note.GNU-stack,"",%progbits\n#endif' \ - -i "${S}"/pq-crypto/sike_r2/fp_x64_asm.S || die "sed failed" - - # Fix shared library building, needed for USE="test" - # See: https://github.com/awslabs/s2n/issues/2401 - if use test; then - sed -i -e 's, -fvisibility=hidden,,' "${S}"/CMakeLists.txt || die "sed failed" - # Remove s2n_self_talk_nonblocking_test, it is broken. - # See: https://github.com/awslabs/s2n/issues/2051#issuecomment-744543724 - rm "${S}"/tests/unit/s2n_self_talk_nonblocking_test.c - fi -} - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=$(usex !static-libs) - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -}