From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5CA7B158088 for ; Fri, 31 Oct 2025 10:25:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3E66F340BEF for ; Fri, 31 Oct 2025 10:25:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 31E64110561; Fri, 31 Oct 2025 10:25:36 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 26EA1110561 for ; Fri, 31 Oct 2025 10:25:36 +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 9F68D340BEF for ; Fri, 31 Oct 2025 10:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0BA2FAC for ; Fri, 31 Oct 2025 10:25:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1761906330.3b7eb668a2058b9bd5e2f0e9fed2805bcd4f0c94.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/sequoia-chameleon-gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/sequoia-chameleon-gnupg/metadata.xml app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild X-VCS-Directories: app-crypt/sequoia-chameleon-gnupg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b7eb668a2058b9bd5e2f0e9fed2805bcd4f0c94 X-VCS-Branch: master Date: Fri, 31 Oct 2025 10:25:34 +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: 8aa5ed90-1045-48cd-9613-800f309c0c29 X-Archives-Hash: 09b6ee6173de9e6bd8a71815dafb01a2 commit: 3b7eb668a2058b9bd5e2f0e9fed2805bcd4f0c94 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 31 10:09:28 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 31 10:25:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7eb668 app-crypt/sequoia-chameleon-gnupg: Add support for botan backend Signed-off-by: Michał Górny gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44401 Closes: https://github.com/gentoo/gentoo/pull/44401 Signed-off-by: Michał Górny gentoo.org> app-crypt/sequoia-chameleon-gnupg/metadata.xml | 3 +++ .../sequoia-chameleon-gnupg-0.13.1-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-crypt/sequoia-chameleon-gnupg/metadata.xml b/app-crypt/sequoia-chameleon-gnupg/metadata.xml index 68ffb8277fac..34fb5a881a01 100644 --- a/app-crypt/sequoia-chameleon-gnupg/metadata.xml +++ b/app-crypt/sequoia-chameleon-gnupg/metadata.xml @@ -12,4 +12,7 @@ sequoia-pgp/sequoia-chameleon-gnupg + + Use dev-libs/botan as crypto provider. + diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild index 4cd78efb188a..38d64e968691 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild @@ -30,13 +30,14 @@ LICENSE+=" " SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="test" +IUSE="botan test" RESTRICT="!test? ( test )" DEPEND=" app-arch/bzip2 dev-db/sqlite:3 dev-libs/openssl:= + botan? ( dev-libs/botan:3= ) " # gpg-agent needed for secret key operations # https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg#gpg-sq @@ -76,8 +77,7 @@ src_configure() { EOF local myfeatures=( - # TODO: support botan? - crypto-openssl + $(usex botan crypto-{botan,openssl}) ) cargo_src_configure --no-default-features