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-admin/checksec/
Date: Wed, 01 Feb 2023 07:38:15
Message-Id: 1675237081.e36c733c6b8677b6192b99879f6b1e46154e3838.sam@gentoo
1 commit: e36c733c6b8677b6192b99879f6b1e46154e3838
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 07:37:34 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 07:38:01 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36c733c
7
8 app-admin/checksec: add blocker on older pwntools
9
10 Bug: https://bugs.gentoo.org/892724
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../checksec/{checksec-2.4.0.ebuild => checksec-2.4.0-r1.ebuild} | 4 +++-
14 .../checksec/{checksec-2.5.0.ebuild => checksec-2.5.0-r1.ebuild} | 4 +++-
15 .../checksec/{checksec-2.6.0.ebuild => checksec-2.6.0-r1.ebuild} | 4 +++-
16 3 files changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/app-admin/checksec/checksec-2.4.0.ebuild b/app-admin/checksec/checksec-2.4.0-r1.ebuild
19 similarity index 89%
20 rename from app-admin/checksec/checksec-2.4.0.ebuild
21 rename to app-admin/checksec/checksec-2.4.0-r1.ebuild
22 index d0139d89d00f..67293f88dcbb 100644
23 --- a/app-admin/checksec/checksec-2.4.0.ebuild
24 +++ b/app-admin/checksec/checksec-2.4.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2023 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="7"
31 @@ -15,6 +15,8 @@ IUSE=""
32
33 S="${WORKDIR}"/${MY_PN}-${PV}
34
35 +RDEPEND="!<dev-util/pwntools-4.10.0_beta0-r2"
36 +
37 DOCS=( ChangeLog README.md )
38
39 PATCHES=(
40
41 diff --git a/app-admin/checksec/checksec-2.5.0.ebuild b/app-admin/checksec/checksec-2.5.0-r1.ebuild
42 similarity index 89%
43 rename from app-admin/checksec/checksec-2.5.0.ebuild
44 rename to app-admin/checksec/checksec-2.5.0-r1.ebuild
45 index 901655f5fae5..14c85d9f0ddc 100644
46 --- a/app-admin/checksec/checksec-2.5.0.ebuild
47 +++ b/app-admin/checksec/checksec-2.5.0-r1.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 +# Copyright 1999-2023 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI="7"
54 @@ -15,6 +15,8 @@ IUSE=""
55
56 S="${WORKDIR}"/${MY_PN}-${PV}
57
58 +RDEPEND="!<dev-util/pwntools-4.10.0_beta0-r2"
59 +
60 DOCS=( ChangeLog README.md )
61
62 PATCHES=(
63
64 diff --git a/app-admin/checksec/checksec-2.6.0.ebuild b/app-admin/checksec/checksec-2.6.0-r1.ebuild
65 similarity index 89%
66 rename from app-admin/checksec/checksec-2.6.0.ebuild
67 rename to app-admin/checksec/checksec-2.6.0-r1.ebuild
68 index 1811c76d6d91..3be8fd79b6c4 100644
69 --- a/app-admin/checksec/checksec-2.6.0.ebuild
70 +++ b/app-admin/checksec/checksec-2.6.0-r1.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2022 Gentoo Authors
73 +# Copyright 1999-2023 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI="8"
77 @@ -15,6 +15,8 @@ IUSE=""
78
79 S="${WORKDIR}"/${MY_PN}-${PV}
80
81 +RDEPEND="!<dev-util/pwntools-4.10.0_beta0-r2"
82 +
83 DOCS=( ChangeLog README.md )
84
85 src_prepare() {