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 49C9515A7D9 for ; Wed, 15 Mar 2023 03:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79606E0867; Wed, 15 Mar 2023 03:14:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 55F05E0867 for ; Wed, 15 Mar 2023 03:14:12 +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 404BA340A9F for ; Wed, 15 Mar 2023 03:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D12B78D5 for ; Wed, 15 Mar 2023 03:14:09 +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: <1678849973.6ec06c4856dc2e53f77295594b97d8825a3b564b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-3.1.0.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ec06c4856dc2e53f77295594b97d8825a3b564b X-VCS-Branch: master Date: Wed, 15 Mar 2023 03:14:09 +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: 3588b614-f9f8-4916-9ae9-0d7922050eea X-Archives-Hash: 85b3f4ee9fddf503c892121fcde1bab8 commit: 6ec06c4856dc2e53f77295594b97d8825a3b564b Author: Sam James gentoo org> AuthorDate: Wed Mar 15 03:12:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 15 03:12:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec06c48 dev-libs/openssl: add blocker on unpatched openssh Unpatched OpenSSH will think it needs a rebuild before working. A blocker isn't perfect here but it's better than nothing. Note that it's likely the running sshd will still need a restart anyway if people haven't upgraded yet, so not keywording yet + will likely do a news item. Reference: 268d1040b0682edf6f042269a33a32315590547b Signed-off-by: Sam James gentoo.org> dev-libs/openssl/openssl-3.1.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-libs/openssl/openssl-3.1.0.ebuild b/dev-libs/openssl/openssl-3.1.0.ebuild index 802f9f3870be..d13af77736ea 100644 --- a/dev-libs/openssl/openssl-3.1.0.ebuild +++ b/dev-libs/openssl/openssl-3.1.0.ebuild @@ -16,8 +16,10 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else - SRC_URI="mirror://openssl/source/${MY_P}.tar.gz - verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc )" + SRC_URI=" + mirror://openssl/source/${MY_P}.tar.gz + verify-sig? ( mirror://openssl/source/${MY_P}.tar.gz.asc ) + " #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi @@ -29,6 +31,7 @@ IUSE="+asm cpu_flags_x86_sse2 fips ktls rfc3779 sctp static-libs test tls-compre RESTRICT="!test? ( test )" COMMON_DEPEND=" + !=sys-libs/zlib-1.2.8-r1[static-libs(+)?,${MULTILIB_USEDEP}] ) " BDEPEND="