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, 12 Jul 2020 14:59:35 +0000 (UTC)	[thread overview]
Message-ID: <1594565888.6c9665fba810b661ecaf299625d04b17b5c8b43d.sping@gentoo> (raw)
commit:     6c9665fba810b661ecaf299625d04b17b5c8b43d
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 14:58:08 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 14:58:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9665fb
app-admin/checksec: 2.2.3
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
 app-admin/checksec/Manifest              |  1 +
 app-admin/checksec/checksec-2.2.3.ebuild | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest
index 3a34db8e4bf..d3302aa86d7 100644
--- a/app-admin/checksec/Manifest
+++ b/app-admin/checksec/Manifest
@@ -7,3 +7,4 @@ DIST checksec-2.1.0.tar.gz 200384 BLAKE2B 6e954f574c632da1aee629aecd7ded6286879b
 DIST checksec-2.2.0.tar.gz 2241197 BLAKE2B 33e76d1e74188f0944cbce2fcec3daab5a3bbef28802f36252a5bd8de33c96497cafbce0bbe91ce0bb2ccedf9aae1904224b5f68e31772723523179e76b69070 SHA512 a77e5f798ab651c509e0a75c6ca13e556ba354149acbd2e32d54f7a3318fef5f8a05bdb537374868836d5bf3c4d4e86e8354d6202dd1ba0e45a221e2d8688544
 DIST checksec-2.2.1.tar.gz 2241504 BLAKE2B 65d71e4ad589494d34ae0458f4b3e453f6bfb86ec0ce46b5c18b6e5c49e1820b9721b616da22bafe7614fca59473a736058584a488a84b85e9799dbf59f7b3e4 SHA512 7c6474479b51f70a627515a0d770f4d70df0350253547b3b8c1a5be83e2976b127172167ca9890d5e0848627c582adddde5acb2f7b30ff7d12d4a81370b43b0f
 DIST checksec-2.2.2.tar.gz 2241541 BLAKE2B 310553aa419373acc9b86bd25d801a99db0173ef76d8ccfdce4b185102a8ad39a91ade906c521c9caf7989aab1da42c35cbfe5e8fcbea23eafb47f917bb87718 SHA512 d975a9cea60869ddda445515396b67b6ea3c9b33770e711071e1cff684f89b4718b135a3a3c1a88b11b96ccde0df72d6b7924cade0619d24e38db428251d22b0
+DIST checksec-2.2.3.tar.gz 2241535 BLAKE2B 850977dc14d1b57dc947f81af904aca71a7d664bf695619de2b6f7a1014a95176813c4fcd8c39a6c89b028291fa1a08a2beaf6f4dce27f53624202bb0e72ed2c SHA512 d1516dc4321f30a57f88d3279fa228b4dbb0f16345c3c7e9d89575ddc3ed9dffae42f392e76321a5a9aba876717aae959365fc829f0abb58c1c21f34dbbf59b7
diff --git a/app-admin/checksec/checksec-2.2.3.ebuild b/app-admin/checksec/checksec-2.2.3.ebuild
new file mode 100644
index 00000000000..894f6578719
--- /dev/null
+++ b/app-admin/checksec/checksec-2.2.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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 ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${MY_PN}-${PV}
+
+DOCS=( ChangeLog README.md )
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.2-path.patch
+)
+
+src_prepare() {
+	sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die
+	default
+}
+
+src_install() {
+	default
+
+	doman extras/man/*
+
+	insinto /usr/share/zsh/site-functions
+	doins extras/zsh/_${PN}
+
+	dobin ${PN}
+}
next             reply	other threads:[~2020-07-12 14:59 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-12 14:59 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-21 13:32 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-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=1594565888.6c9665fba810b661ecaf299625d04b17b5c8b43d.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