Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/
Date: Sat, 02 Jan 2021 07:12:51
Message-Id: 1609571321.98694720dc1c5c4e9d194d3c6fe01a4faac442b1.sam@gentoo
1 commit: 98694720dc1c5c4e9d194d3c6fe01a4faac442b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 07:08:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 07:08:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98694720
7
8 dev-libs/crypto++: bump to 8.4.0
9
10 Notes:
11 * This increments the subslot to 8.4 because of
12 the (unintentional) ABI breakage in 8.3.
13
14 * The CVE is no longer fixed as the change
15 had to be reverted upstream.
16
17 Bug: https://bugs.gentoo.org/702930
18 Closes: https://bugs.gentoo.org/762241
19 Package-Manager: Portage-3.0.12, Repoman-3.0.2
20 Signed-off-by: Sam James <sam <AT> gentoo.org>
21
22 dev-libs/crypto++/Manifest | 2 +-
23 dev-libs/crypto++/{crypto++-8.3.0.ebuild => crypto++-8.4.0.ebuild} | 4 ++--
24 2 files changed, 3 insertions(+), 3 deletions(-)
25
26 diff --git a/dev-libs/crypto++/Manifest b/dev-libs/crypto++/Manifest
27 index 3b3e1db5c63..c387c374272 100644
28 --- a/dev-libs/crypto++/Manifest
29 +++ b/dev-libs/crypto++/Manifest
30 @@ -1,2 +1,2 @@
31 DIST cryptopp820.zip 8859815 BLAKE2B 67aa850b887ae7aa869c9485bb18784492f6eec6cb12bf7c7cf84c776731eabf3c31965b47a60287e4e5a79dd3e9f0928dcfb185a0010a76f7cb96d2c3e8c6ae SHA512 753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5
32 -DIST cryptopp830.zip 9120687 BLAKE2B 777ae6a0716793dbbf40594e5f910783852df15e1d6444ddb9505e9f00e6ead0c17fcf6eb5d0b4d58881595fefa79d285bd2db1f1789716ffb59624c50823c3d SHA512 ad5219a66c5924d330d3646d0ff996dd235006f6812074bc4eb9e8c662a4f000ba20449d377f24b133d19ce682f7b2a3b2eb4c08857ce0f5bb39743d1d425147
33 +DIST cryptopp840.zip 9124180 BLAKE2B de57ece8644aef68e40527e2dfe1892f924f1939617ce11d8d27253f15f2dd11cba6e594dd32f75ce799392c12ef22472fcb2f3e44b9c66bb2ae093d4c7e781e SHA512 4c32b6a9ce8a6925286185f65f7413fa1a430471f09624219656b1d088674c56f95fcc3b64f611632f12cb56dfecdcd41c9d1468942b8c391425a548245dde09
34
35 diff --git a/dev-libs/crypto++/crypto++-8.3.0.ebuild b/dev-libs/crypto++/crypto++-8.4.0.ebuild
36 similarity index 90%
37 rename from dev-libs/crypto++/crypto++-8.3.0.ebuild
38 rename to dev-libs/crypto++/crypto++-8.4.0.ebuild
39 index 84d1b838f7c..c28c2e43f1c 100644
40 --- a/dev-libs/crypto++/crypto++-8.3.0.ebuild
41 +++ b/dev-libs/crypto++/crypto++-8.4.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -11,7 +11,7 @@ SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip"
49 S="${WORKDIR}"
50
51 LICENSE="Boost-1.0"
52 -SLOT="0/8" # subslot is so version
53 +SLOT="0/8.4" # subslot is so version (was broken in 8.3.0, check on bumps!)
54 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
55 IUSE="+asm static-libs"