public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/
Date: Wed, 27 May 2020 16:32:29 +0000 (UTC)	[thread overview]
Message-ID: <1590597107.359a7b7fee6f977aaa1ae303c32fcf7678a5e7ed.sping@gentoo> (raw)

commit:     359a7b7fee6f977aaa1ae303c32fcf7678a5e7ed
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 16:31:47 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed May 27 16:31:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359a7b7f

app-admin/checksec: 2.2.1

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.1.ebuild | 38 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest
index 20994dbc20c..2dfcc75509d 100644
--- a/app-admin/checksec/Manifest
+++ b/app-admin/checksec/Manifest
@@ -5,3 +5,4 @@ DIST checksec-1.9.0.tar.gz 196168 BLAKE2B f9095a516f166e9a407c9796e28ed7da4ffd97
 DIST checksec-2.0.1.tar.gz 199903 BLAKE2B 726d3f868cc73649f7a3cd42270ab1c6965d6bed772f3c612064c54dad569e748f5a2d24df2b8663328442ba8126fe0edac04b0034ba6a23bf6e32ca93a78e30 SHA512 b2466b621b6ddb3fa01cfc5eb3dc301d6d616b26ddd2017a622ba2a24e9daf8f5e294236d1dda695fd9ab25fa411724b5f7dbdabc944cdc124e4369c176f35b4
 DIST checksec-2.1.0.tar.gz 200384 BLAKE2B 6e954f574c632da1aee629aecd7ded6286879ba6156252c3d4b5d11f52e3c457bb1d9223934c70f402aaa1e8a8f8d530b55c7f860c024c86c2c2bbcbe9216646 SHA512 66090777de15c492090da3494127037ffe20a169b426b054b3a8f642e9c980b2a99d5c8f8411715d74b1faed41023fb17770d3f07eec5b9efda0a43b64c07a74
 DIST checksec-2.2.0.tar.gz 2241197 BLAKE2B 33e76d1e74188f0944cbce2fcec3daab5a3bbef28802f36252a5bd8de33c96497cafbce0bbe91ce0bb2ccedf9aae1904224b5f68e31772723523179e76b69070 SHA512 a77e5f798ab651c509e0a75c6ca13e556ba354149acbd2e32d54f7a3318fef5f8a05bdb537374868836d5bf3c4d4e86e8354d6202dd1ba0e45a221e2d8688544
+DIST checksec-2.2.1.tar.gz 2241504 BLAKE2B 65d71e4ad589494d34ae0458f4b3e453f6bfb86ec0ce46b5c18b6e5c49e1820b9721b616da22bafe7614fca59473a736058584a488a84b85e9799dbf59f7b3e4 SHA512 7c6474479b51f70a627515a0d770f4d70df0350253547b3b8c1a5be83e2976b127172167ca9890d5e0848627c582adddde5acb2f7b30ff7d12d4a81370b43b0f

diff --git a/app-admin/checksec/checksec-2.2.1.ebuild b/app-admin/checksec/checksec-2.2.1.ebuild
new file mode 100644
index 00000000000..894f6578719
--- /dev/null
+++ b/app-admin/checksec/checksec-2.2.1.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}
+}


             reply	other threads:[~2020-05-27 16:32 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 16:32 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27 21:54 [gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/ 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-07-12 14:59 Sebastian Pipping
2020-06-07 16:53 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=1590597107.359a7b7fee6f977aaa1ae303c32fcf7678a5e7ed.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