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: Sun, 31 Mar 2019 17:24:56 +0000 (UTC)	[thread overview]
Message-ID: <1554053021.920921cf9bbb459ee0e540ba20dcaac365575225.sping@gentoo> (raw)

commit:     920921cf9bbb459ee0e540ba20dcaac365575225
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 17:23:41 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 17:23:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920921cf

app-admin/checksec: 1.11.1

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-admin/checksec/Manifest               |  1 +
 app-admin/checksec/checksec-1.11.1.ebuild | 35 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest
index 7d9d0e77f8c..04346d38f85 100644
--- a/app-admin/checksec/Manifest
+++ b/app-admin/checksec/Manifest
@@ -1,3 +1,4 @@
+DIST checksec-1.11.1.tar.gz 198151 BLAKE2B 2b45834adb045dbf75a0ffab4f03b2640d068a48df20c628223bcf71c94300cf32ccbce8f47c6dd02b6dd9e12b924e4e7221b68eb781351ced52e09ce0cb3848 SHA512 dd742d6c9bc567b10f8d50f5edd2e1f3439b469ced46da05f53e14c0fe5c90310114564e674afc8c7f55170e07beb6359263e1fd153e4b29f3edb4e88cfbf8c0
 DIST checksec-1.7.5.tar.gz 51266 BLAKE2B a77e6d0bf52bc8a0ec18c0f1ffe883b68acccaaee6fd0d1714d456c31c3004b5d9279c3926885be168befba1dc7a75b1269dac5cb5847c247470e765601f08e6 SHA512 7269fb3628907f6fe4e8b720d2dcbd5bf8586e1821bd758533dff6255c6a52be9146b58f60abea798ee92471c3d5ad9e867fa7ad4b8e5ea2d8aa03d5a3b83098
 DIST checksec-1.8.0.tar.gz 52391 BLAKE2B 3720e4faae5aa82172c673ce7ddc662db1433b82d25f25be4c219f1664da8af687d2a5ee9c05703e9f151a998be9226e896e125b7cff05d3881e61e8a9f5c918 SHA512 0236e40ba8b4f7c13ebd3b51f22dd05e6c4442e8646b5a1ee814556d9a6ca19f9bae638af33a6bfec2f8ef95567d222a20dcdcd9eae6ffb7ea5261919f020283
 DIST checksec-1.9.0.tar.gz 196168 BLAKE2B f9095a516f166e9a407c9796e28ed7da4ffd97686923745e46b0ab4110f084690781995b6cc190234b8a26fe1e6eb2c8f32f7f15191f0dbc26b38048c87e9a2d SHA512 8bf68dd0b86a6eceb6f5eb016a15ed1bf7d086777c3ec1c62848ec23e62dceed4579404d76824f17b8e1305e679ba6204f0dc4c224f7a11067651f33c2d96515

diff --git a/app-admin/checksec/checksec-1.11.1.ebuild b/app-admin/checksec/checksec-1.11.1.ebuild
new file mode 100644
index 00000000000..15b1a89861d
--- /dev/null
+++ b/app-admin/checksec/checksec-1.11.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 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 )
+
+src_prepare() {
+	eapply "${FILESDIR}"/${PN}-1.7.2-path.patch
+	eapply_user
+	sed 's,^pkg_release=false,pkg_release=true,' -i ${PN} || die
+}
+
+src_install() {
+	default
+
+	doman extras/man/*
+
+	insinto /usr/share/zsh/site-functions
+	doins extras/zsh/_${PN}
+
+	dobin ${PN}
+}


             reply	other threads:[~2019-03-31 17:25 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-31 17:24 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-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
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=1554053021.920921cf9bbb459ee0e540ba20dcaac365575225.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