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 6EBD6158095 for ; Sun, 14 Aug 2022 20:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F50E0AF0; Sun, 14 Aug 2022 20:46:14 +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 EDD23E0AF0 for ; Sun, 14 Aug 2022 20:46:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 078F4340F84 for ; Sun, 14 Aug 2022 20:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F0253F for ; Sun, 14 Aug 2022 20:46:11 +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: <1660508970.ee6e2a4c55ed4e15b366e0cf42a5309ac1feeb77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/crypto++/crypto++-8.6.0.ebuild X-VCS-Directories: dev-libs/crypto++/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee6e2a4c55ed4e15b366e0cf42a5309ac1feeb77 X-VCS-Branch: master Date: Sun, 14 Aug 2022 20:46:11 +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: aec63924-f756-41db-b07a-67dfe2e4ea30 X-Archives-Hash: 4437deadc0fb3ac29ae23b47cf170bef commit: ee6e2a4c55ed4e15b366e0cf42a5309ac1feeb77 Author: Sam James gentoo org> AuthorDate: Sun Aug 14 20:29:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 14 20:29:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6e2a4c dev-libs/crypto++: add more ABI commentary ... and just change to 0/${PV} (subslot is the same as before for 8.6.0) given it's so often unstable. Signed-off-by: Sam James gentoo.org> dev-libs/crypto++/crypto++-8.6.0.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-libs/crypto++/crypto++-8.6.0.ebuild b/dev-libs/crypto++/crypto++-8.6.0.ebuild index fe51dc2a3497..0b77d971f0e7 100644 --- a/dev-libs/crypto++/crypto++-8.6.0.ebuild +++ b/dev-libs/crypto++/crypto++-8.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/crypto++.asc +VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/crypto++.asc inherit toolchain-funcs verify-sig DESCRIPTION="C++ class library of cryptographic schemes" @@ -13,10 +13,15 @@ SRC_URI+=" verify-sig? ( https://cryptopp.com/cryptopp${PV//.}.zip.sig )" S="${WORKDIR}" LICENSE="Boost-1.0" -# Bumped to 8.5 in 8.5.0 out of caution +# ABI notes: +# - Bumped to 8.5 in 8.5.0 out of caution # subslot is so version (was broken in 8.3.0, check on bumps!) # Seems to be broken in 8.6 again too -SLOT="0/8.6" +# +# - See https://cryptopp.com/#news, but releases usually say +# "recompile of programs required". Even if it doesn't, +# verify with abidiff! +SLOT="0/${PV}" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos" IUSE="+asm static-libs"