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 CD06A15815E for ; Fri, 2 Feb 2024 06:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169DAE2AEE; Fri, 2 Feb 2024 06:38:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E01B6E2AEE for ; Fri, 2 Feb 2024 06:38:07 +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 F3E1834321E for ; Fri, 2 Feb 2024 06:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFB9BC0 for ; Fri, 2 Feb 2024 06:38:05 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1706855876.358fcf2c875fef243ab1670c996749a793463c90.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libp11/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libp11/libp11-0.4.12-r5.ebuild dev-libs/libp11/libp11-0.4.12-r6.ebuild X-VCS-Directories: dev-libs/libp11/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 358fcf2c875fef243ab1670c996749a793463c90 X-VCS-Branch: master Date: Fri, 2 Feb 2024 06:38:05 +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: 04eff752-b8ee-401c-a698-fdb7a45fa348 X-Archives-Hash: 67f0bb27108bbcf6f6d8cca247608b39 commit: 358fcf2c875fef243ab1670c996749a793463c90 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 2 06:35:56 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 2 06:37:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358fcf2c dev-libs/libp11: update allowed versions of openssl The underlying issue in openssl has been fixed in 3.1.5-r1+ and 3.2.1-r1+ Bug: https://bugs.gentoo.org/916328 Signed-off-by: Andrew Ammerlaan gentoo.org> .../{libp11-0.4.12-r5.ebuild => libp11-0.4.12-r6.ebuild} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-libs/libp11/libp11-0.4.12-r5.ebuild b/dev-libs/libp11/libp11-0.4.12-r6.ebuild similarity index 88% rename from dev-libs/libp11/libp11-0.4.12-r5.ebuild rename to dev-libs/libp11/libp11-0.4.12-r6.ebuild index d7028ab084bf..e183b9430b96 100644 --- a/dev-libs/libp11/libp11-0.4.12-r5.ebuild +++ b/dev-libs/libp11/libp11-0.4.12-r6.ebuild @@ -17,15 +17,11 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/openssl:=[bindist(+)] + !~dev-libs/openssl-3.2.0 + !=dev-libs/openssl-3.2.1-r0 || ( - ( - >=dev-libs/openssl-3.1.0 - =dev-libs/openssl-3.0.0 - =dev-libs/openssl-3.1.5-r1 +