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 4AB8F15838C for ; Tue, 16 Jan 2024 06:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0CDE2AAC; Tue, 16 Jan 2024 06:56:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6B1BBE2AAC for ; Tue, 16 Jan 2024 06:56:43 +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 631BA3432A8 for ; Tue, 16 Jan 2024 06:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A0D297B for ; Tue, 16 Jan 2024 06:56:40 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1705388188.d1527a72acabce55f0d3551121686164debde01d.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libressl/libressl-3.6.3.ebuild dev-libs/libressl/libressl-3.7.3.ebuild dev-libs/libressl/libressl-3.8.0.ebuild dev-libs/libressl/libressl-3.8.2.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: d1527a72acabce55f0d3551121686164debde01d X-VCS-Branch: master Date: Tue, 16 Jan 2024 06:56:40 +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: d9b6c995-76f8-4018-9b21-3cfdaae0e6bc X-Archives-Hash: e67c129a1daf37d25b1785a9f08a8228 commit: d1527a72acabce55f0d3551121686164debde01d Author: orbea riseup net> AuthorDate: Tue Jan 16 06:51:26 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Jan 16 06:56:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d1527a72 dev-libs/libressl: fix variable scope QA notice variable 'BROOT' used in 'global scope' Signed-off-by: orbea riseup.net> dev-libs/libressl/libressl-3.6.3.ebuild | 3 +-- dev-libs/libressl/libressl-3.7.3.ebuild | 3 +-- dev-libs/libressl/libressl-3.8.0.ebuild | 3 +-- dev-libs/libressl/libressl-3.8.2.ebuild | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-libs/libressl/libressl-3.6.3.ebuild b/dev-libs/libressl/libressl-3.6.3.ebuild index f7236b7..dd85ed5 100644 --- a/dev-libs/libressl/libressl-3.6.3.ebuild +++ b/dev-libs/libressl/libressl-3.6.3.ebuild @@ -3,6 +3,7 @@ EAPI=8 +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc inherit autotools multilib-minimal verify-sig DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" @@ -24,8 +25,6 @@ RESTRICT="!test? ( test )" PDEPEND="app-misc/ca-certificates" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc - PATCHES=( "${FILESDIR}"/${PN}-2.8.3-solaris10.patch # Gentoo's ssl-cert.eclass uses 'openssl genrsa -rand' diff --git a/dev-libs/libressl/libressl-3.7.3.ebuild b/dev-libs/libressl/libressl-3.7.3.ebuild index edefb0f..cdbcbc2 100644 --- a/dev-libs/libressl/libressl-3.7.3.ebuild +++ b/dev-libs/libressl/libressl-3.7.3.ebuild @@ -3,6 +3,7 @@ EAPI=8 +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc inherit autotools multilib-minimal verify-sig DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" @@ -24,8 +25,6 @@ RESTRICT="!test? ( test )" PDEPEND="app-misc/ca-certificates" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc - MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h ) PATCHES=( diff --git a/dev-libs/libressl/libressl-3.8.0.ebuild b/dev-libs/libressl/libressl-3.8.0.ebuild index 7ceb7e7..83b2734 100644 --- a/dev-libs/libressl/libressl-3.8.0.ebuild +++ b/dev-libs/libressl/libressl-3.8.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc inherit autotools multilib-minimal verify-sig DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" @@ -24,8 +25,6 @@ RESTRICT="!test? ( test )" PDEPEND="app-misc/ca-certificates" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc - MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h ) PATCHES=( diff --git a/dev-libs/libressl/libressl-3.8.2.ebuild b/dev-libs/libressl/libressl-3.8.2.ebuild index 78f16c0..c18d6b2 100644 --- a/dev-libs/libressl/libressl-3.8.2.ebuild +++ b/dev-libs/libressl/libressl-3.8.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc inherit autotools multilib-minimal verify-sig DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL" @@ -29,8 +30,6 @@ RDEPEND="netcat? ( !net-analyzer/openbsd-netcat )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc - MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h ) # LibreSSL checks for libc features during configure