From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/
Date: Sun, 21 Apr 2024 13:32:13 +0000 (UTC) [thread overview]
Message-ID: <1713706322.bccd9e0a4883761c2c15ce19a13e6881e6879f20.sping@gentoo> (raw)
commit: bccd9e0a4883761c2c15ce19a13e6881e6879f20
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 13:29:50 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 13:32:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccd9e0a
app-admin/checksec: 2.7.0
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
app-admin/checksec/Manifest | 1 +
app-admin/checksec/checksec-2.7.0.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest
index 7a1cdeaca1f7..b8cd97b961dd 100644
--- a/app-admin/checksec/Manifest
+++ b/app-admin/checksec/Manifest
@@ -1,3 +1,4 @@
DIST checksec-2.4.0.tar.gz 2242079 BLAKE2B c1878c1312d13591147f0efd1a2d535ae8e75292dbc53e7ba0802c8d165b18b4bc0b22a5cc3a9159ddcf05a1518d58c18cb54700ea5a52ff29d261068194b96a SHA512 1a02dfac48b5979cb5c2eb7b8f1fe290d3ac090726d1b95a14864bfc4bc3d32eefc10e2cc227c9dc01809c78fe003d1faea9b720d5cb5fbc16599fc0e2512947
DIST checksec-2.5.0.tar.gz 2623122 BLAKE2B b4a876dfc8b9f02d5d74b6720b59ee216fbdab4e7df471aa4a78e7e6a98830b1b03f9a66d8b9dd344261fe1a253db4e5e9bede53f47e1fd171b2d23b0e04f031 SHA512 dd76061976d7f97c250b9d24b9cc7c6ea26c9df7e3521e3a1f39f56812485afaae6d60c611e1b7f4817b1585d10fc2116eaa032bb690e39a0243529e324943ab
DIST checksec-2.6.0.tar.gz 2624551 BLAKE2B bfda79dfdfc672119d70612497893ba91f093719f95e2b387d27da81d7f8b50e2bc54e9d030d84db76dc2a599bb1f866608529149896259ce517450318640c82 SHA512 71ba0f24b7db0c7fa74dfeaa74b2722ffe792c77941316da916dc7aae888f147c81f98d1522f63b96aa3a76aff7bb1d98522a02efa312b3b3a9dd9a137239010
+DIST checksec-2.7.0.tar.gz 2631553 BLAKE2B c44bcc1a5090a29563ce7e8694ead74230d43f469a71e8388c06138afe5192280366315f3921961adddb367cbab81a1948f45096cbb64a7d8fdb6de849dc1698 SHA512 194a6f33042fcec94bbc463659066abdda644da42f68dd8001ba263a2679bd49a4443229cd5ddffd75afe693d255dc7f081c95eeeff940ac8a0e53313972f03b
diff --git a/app-admin/checksec/checksec-2.7.0.ebuild b/app-admin/checksec/checksec-2.7.0.ebuild
new file mode 100644
index 000000000000..a2f8d3fd3f08
--- /dev/null
+++ b/app-admin/checksec/checksec-2.7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+MY_PN=${PN}.sh
+DESCRIPTION="Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries)"
+HOMEPAGE="https://github.com/slimm609/checksec.sh"
+SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+RDEPEND="!<dev-util/pwntools-4.10.0_beta0-r2"
+
+DOCS=( ChangeLog README.md )
+
+src_prepare() {
+ sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die
+ rm Makefile || die
+ default
+}
+
+src_install() {
+ default
+
+ doman extras/man/*
+
+ insinto /usr/share/zsh/site-functions
+ doins extras/zsh/_${PN}
+
+ dobin ${PN}
+}
next reply other threads:[~2024-04-21 13:32 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-21 13:32 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-09 15:27 [gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/ Sam James
2024-10-09 15:27 Sam James
2024-10-09 7:54 Arthur Zamarin
2024-10-06 18:44 Arthur Zamarin
2024-10-06 18:28 Robin H. Johnson
2024-10-06 14:38 Sam James
2024-10-06 13:20 Sebastian Pipping
2024-04-27 21:54 Sebastian Pipping
2024-04-04 10:30 WANG Xuerui
2024-01-03 2:24 Sam James
2023-02-01 7:38 Sam James
2023-02-01 7:38 Sam James
2022-05-28 14:33 Sebastian Pipping
2021-10-13 15:19 Sebastian Pipping
2021-09-23 22:47 Marek Szuba
2021-03-27 19:27 Sam James
2021-03-17 20:00 Sam James
2021-03-15 2:28 Sam James
2021-03-15 0:52 Sam James
2021-03-12 23:38 Sebastian Pipping
2021-02-21 8:06 Sam James
2021-02-21 5:19 Sam James
2021-02-19 21:41 Sergei Trofimovich
2020-10-26 8:24 Sebastian Pipping
2020-09-24 19:53 Aaron Bauman
2020-07-25 11:17 Sam James
2020-07-12 14:59 Sebastian Pipping
2020-06-07 16:53 Sebastian Pipping
2020-05-27 16:32 Sebastian Pipping
2020-05-27 16:24 Sebastian Pipping
2019-10-29 12:53 Agostino Sarubbo
2019-10-29 9:29 Agostino Sarubbo
2019-07-31 15:05 Sebastian Pipping
2019-03-31 17:24 Sebastian Pipping
2018-10-17 12:09 Sebastian Pipping
2018-01-27 16:41 Sebastian Pipping
2018-01-27 16:41 Sebastian Pipping
2017-12-10 17:43 Agostino Sarubbo
2017-12-08 20:39 Thomas Deutschmann
2016-10-30 14:55 Sebastian Pipping
2016-10-23 12:44 Anthony G. Basile
2016-02-20 14:11 Sebastian Pipping
2016-02-15 22:59 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713706322.bccd9e0a4883761c2c15ce19a13e6881e6879f20.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox