From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/checksec/
Date: Sat, 27 Jan 2018 16:41:22 +0000 (UTC) [thread overview]
Message-ID: <1517070234.01c2cbba9ccc215e8ff170246701cece43f03820.sping@gentoo> (raw)
commit: 01c2cbba9ccc215e8ff170246701cece43f03820
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 16:23:54 2018 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 16:23:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c2cbba
app-admin/checksec: Remove old
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-admin/checksec/Manifest | 3 ---
app-admin/checksec/checksec-1.7.2.ebuild | 29 -------------------------
app-admin/checksec/checksec-1.7.3.ebuild | 29 -------------------------
app-admin/checksec/checksec-1.7.4.ebuild | 36 --------------------------------
4 files changed, 97 deletions(-)
diff --git a/app-admin/checksec/Manifest b/app-admin/checksec/Manifest
index 2716eb164c4..f9946fec571 100644
--- a/app-admin/checksec/Manifest
+++ b/app-admin/checksec/Manifest
@@ -1,4 +1 @@
-DIST checksec-1.7.2.tar.gz 16717 BLAKE2B e89c07819677e7a4f7fa388b5b644613d5e391fa4b31d97b791f7f8e7076a58790f72155ff4f55e1d87003ed9487268e6b0c304bab29673220d0dad55dbf186e SHA512 1f1c1867b889266c0d035c3f7b028e61ed2cf3413caa789dfb8589b56834194e3367b3868a80984242dadb7629a9a5a7563376a2f37e3971899e2ecc319ee2f1
-DIST checksec-1.7.3.tar.gz 49136 BLAKE2B f5202c00c17a0b356f558f309cd17cc878893878ca340c464826de38404cb4a6940267b5b3e14df146f6446aaa4a49516713f05e69dbcbe2562c702712213f3f SHA512 daf311cceb1a2132e87169b3c7a1254a2be418e7274ea9dda0aa7a1a6dbf72aa7531a7d157cd0a776fd7076e75db91ba5fc901fa94ab49d97f9ff7e4c2a56806
-DIST checksec-1.7.4.tar.gz 51677 BLAKE2B 1dd20b4ed57d1c114b2b968653027346e445225359fcf0db849bc4b4687b62b414b837468a7cfebe5d40f35a7a3d4d61fd25842fc24d60de00809224343daf68 SHA512 ed14f5f8917983a10faa06a2659ccea3256799bc2a4a151ad06ca7b1a984b70673b4fd10191be7c97bbdf9e5def64161b00434b84130ae0464610afec8754e69
DIST checksec-1.7.5.tar.gz 51266 BLAKE2B a77e6d0bf52bc8a0ec18c0f1ffe883b68acccaaee6fd0d1714d456c31c3004b5d9279c3926885be168befba1dc7a75b1269dac5cb5847c247470e765601f08e6 SHA512 7269fb3628907f6fe4e8b720d2dcbd5bf8586e1821bd758533dff6255c6a52be9146b58f60abea798ee92471c3d5ad9e867fa7ad4b8e5ea2d8aa03d5a3b83098
diff --git a/app-admin/checksec/checksec-1.7.2.ebuild b/app-admin/checksec/checksec-1.7.2.ebuild
deleted file mode 100644
index 8945352cbd1..00000000000
--- a/app-admin/checksec/checksec-1.7.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-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() {
- epatch "${FILESDIR}"/${P}-path.patch
-}
-
-src_install() {
- default
- dobin ${PN}
-}
diff --git a/app-admin/checksec/checksec-1.7.3.ebuild b/app-admin/checksec/checksec-1.7.3.ebuild
deleted file mode 100644
index e88dfd5d8fa..00000000000
--- a/app-admin/checksec/checksec-1.7.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-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() {
- epatch "${FILESDIR}"/${PN}-1.7.2-path.patch
-}
-
-src_install() {
- default
- dobin ${PN}
-}
diff --git a/app-admin/checksec/checksec-1.7.4.ebuild b/app-admin/checksec/checksec-1.7.4.ebuild
deleted file mode 100644
index eda9b9a0226..00000000000
--- a/app-admin/checksec/checksec-1.7.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-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() {
- epatch "${FILESDIR}"/${PN}-1.7.2-path.patch
- 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}
-}
next reply other threads:[~2018-01-27 16:41 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-27 16:41 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
2019-03-31 17:24 Sebastian Pipping
2018-10-17 12:09 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=1517070234.01c2cbba9ccc215e8ff170246701cece43f03820.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