Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/
Date: Mon, 29 Nov 2021 20:45:27
Message-Id: 1638218536.9f67635a95e9ec514789534252a18b1b5f6f37d9.sam@gentoo
1 commit: 9f67635a95e9ec514789534252a18b1b5f6f37d9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 20:42:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 20:42:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f67635a
7
8 app-crypt/gnupg: tighten up dependency bounds
9
10 See: https://forums.gentoo.org/viewtopic-t-1145973.html
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-crypt/gnupg/{gnupg-2.2.32.ebuild => gnupg-2.2.32-r1.ebuild} | 3 ++-
14 app-crypt/gnupg/{gnupg-2.2.33.ebuild => gnupg-2.2.33-r1.ebuild} | 3 ++-
15 app-crypt/gnupg/{gnupg-2.3.3.ebuild => gnupg-2.3.3-r1.ebuild} | 3 ++-
16 3 files changed, 6 insertions(+), 3 deletions(-)
17
18 diff --git a/app-crypt/gnupg/gnupg-2.2.32.ebuild b/app-crypt/gnupg/gnupg-2.2.32-r1.ebuild
19 similarity index 97%
20 rename from app-crypt/gnupg/gnupg-2.2.32.ebuild
21 rename to app-crypt/gnupg/gnupg-2.2.32-r1.ebuild
22 index 9539d8593240..8e60b86e80fc 100644
23 --- a/app-crypt/gnupg/gnupg-2.2.32.ebuild
24 +++ b/app-crypt/gnupg/gnupg-2.2.32-r1.ebuild
25 @@ -17,10 +17,11 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
26 IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb user-socket wks-server"
27
28 # Existence of executables is checked during configuration.
29 +# Note: On each bump, update dep bounds on each version from configure.ac!
30 DEPEND=">=dev-libs/libassuan-2.5.0
31 >=dev-libs/libgcrypt-1.8.0:=
32 >=dev-libs/libgpg-error-1.29
33 - >=dev-libs/libksba-1.3.4
34 + >=dev-libs/libksba-1.3.5
35 >=dev-libs/npth-1.2
36 >=net-misc/curl-7.10
37 bzip2? ( app-arch/bzip2 )
38
39 diff --git a/app-crypt/gnupg/gnupg-2.2.33.ebuild b/app-crypt/gnupg/gnupg-2.2.33-r1.ebuild
40 similarity index 97%
41 rename from app-crypt/gnupg/gnupg-2.2.33.ebuild
42 rename to app-crypt/gnupg/gnupg-2.2.33-r1.ebuild
43 index c2cc9814e854..fb9711a1074b 100644
44 --- a/app-crypt/gnupg/gnupg-2.2.33.ebuild
45 +++ b/app-crypt/gnupg/gnupg-2.2.33-r1.ebuild
46 @@ -17,10 +17,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~
47 IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb user-socket wks-server"
48
49 # Existence of executables is checked during configuration.
50 +# Note: On each bump, update dep bounds on each version from configure.ac!
51 DEPEND=">=dev-libs/libassuan-2.5.0
52 >=dev-libs/libgcrypt-1.8.0:=
53 >=dev-libs/libgpg-error-1.29
54 - >=dev-libs/libksba-1.3.4
55 + >=dev-libs/libksba-1.3.5
56 >=dev-libs/npth-1.2
57 >=net-misc/curl-7.10
58 bzip2? ( app-arch/bzip2 )
59
60 diff --git a/app-crypt/gnupg/gnupg-2.3.3.ebuild b/app-crypt/gnupg/gnupg-2.3.3-r1.ebuild
61 similarity index 97%
62 rename from app-crypt/gnupg/gnupg-2.3.3.ebuild
63 rename to app-crypt/gnupg/gnupg-2.3.3-r1.ebuild
64 index b32b781d0fd9..dc083b09c42e 100644
65 --- a/app-crypt/gnupg/gnupg-2.3.3.ebuild
66 +++ b/app-crypt/gnupg/gnupg-2.3.3-r1.ebuild
67 @@ -20,9 +20,10 @@ RESTRICT="!test? ( test )"
68 REQUIRED_USE="test? ( tofu )"
69
70 # Existence of executables is checked during configuration.
71 +# Note: On each bump, update dep bounds on each version from configure.ac!
72 DEPEND=">=dev-libs/libassuan-2.5.0
73 >=dev-libs/libgcrypt-1.9.1:=
74 - >=dev-libs/libgpg-error-1.29
75 + >=dev-libs/libgpg-error-1.41
76 >=dev-libs/libksba-1.3.4
77 >=dev-libs/npth-1.2
78 >=net-misc/curl-7.10