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 6E38813835B for ; Sun, 2 May 2021 16:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA54BE08CE; Sun, 2 May 2021 16:40:55 +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 94FA4E08CE for ; Sun, 2 May 2021 16:40:55 +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 43BEC340C50 for ; Sun, 2 May 2021 16:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC55973D for ; Sun, 2 May 2021 16:40:52 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619973648.67d70633119f9edce686d0233fded6db1423e8d5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tools/tpm2-tools-4.3.0-r1.ebuild app-crypt/tpm2-tools/tpm2-tools-5.0-r1.ebuild X-VCS-Directories: app-crypt/tpm2-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 67d70633119f9edce686d0233fded6db1423e8d5 X-VCS-Branch: master Date: Sun, 2 May 2021 16:40:52 +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: 4493da61-7d01-4c9c-9fbe-08f2b9487020 X-Archives-Hash: 67fbf8a5d3c524d054543f24750622ec commit: 67d70633119f9edce686d0233fded6db1423e8d5 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 16:32:07 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 16:40:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d70633 app-crypt/tpm2-tools: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> app-crypt/tpm2-tools/tpm2-tools-4.3.0-r1.ebuild | 8 +++----- app-crypt/tpm2-tools/tpm2-tools-5.0-r1.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/app-crypt/tpm2-tools/tpm2-tools-4.3.0-r1.ebuild b/app-crypt/tpm2-tools/tpm2-tools-4.3.0-r1.ebuild index f9edff247c5..01663f80cd5 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-4.3.0-r1.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-4.3.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="+fapi libressl" +IUSE="+fapi" # Integration test are now run as part of the testing suite, which will fail # because none of the supported TPM emulators are in Portage. In a future @@ -21,13 +21,11 @@ RESTRICT="test" RDEPEND="net-misc/curl:= >=app-crypt/tpm2-tss-2.4.0:=[fapi?] - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig sys-devel/autoconf-archive" PATCHES=( - "${FILESDIR}/${PN}-4.3.0-libressl.patch" "${FILESDIR}/${PN}-4.3.0-Remove-WError.patch" ) @@ -42,5 +40,5 @@ src_prepare() { src_configure() { econf \ $(use_enable fapi) \ - $(use_enable !libressl hardening) + --enable-hardening } diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.0-r1.ebuild b/app-crypt/tpm2-tools/tpm2-tools-5.0-r1.ebuild index 375c04e216e..344be726c38 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-5.0-r1.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-5.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="+fapi libressl" +IUSE="+fapi" # Integration test are now run as part of the testing suite, which will fail # because none of the supported TPM emulators are in Portage. In a future @@ -21,13 +21,11 @@ RESTRICT="test" RDEPEND="net-misc/curl:= >=app-crypt/tpm2-tss-3.0.1:=[fapi?] - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig sys-devel/autoconf-archive" PATCHES=( - "${FILESDIR}/${PN}-5.0-libressl.patch" "${FILESDIR}/${PN}-4.3.0-Remove-WError.patch" ) @@ -42,5 +40,5 @@ src_prepare() { src_configure() { econf \ $(use_enable fapi) \ - $(use_enable !libressl hardening) + --enable-hardening }