From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/
Date: Thu, 11 Feb 2016 05:57:35 +0000 (UTC) [thread overview]
Message-ID: <1455170804.ddd593f1209dd01dd8307567798ad1a4b2e39be3.blueness@gentoo> (raw)
commit: ddd593f1209dd01dd8307567798ad1a4b2e39be3
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 06:05:34 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 06:06:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd593f1
sys-apps/paxctld: version bump to 1.1
Package-Manager: portage-2.2.26
sys-apps/paxctld/Manifest | 1 +
sys-apps/paxctld/paxctld-1.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index 7906065..46186b7 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1,2 +1,3 @@
DIST paxctld_1.0.1.orig.tar.gz 15491 SHA256 7a6b322b02f583f4c93a7090a3f774dc069a014893351f0d544de377d3cdadf0 SHA512 3d050aa315b28873dac1a26f4552f5f126f82f4b5bcdcadabb1dc5c048be95f630fbdb753c1191bc4e4b8296a0a927136faf682254426a6e60fe88044433bb9f WHIRLPOOL 8f3e3967a9dd17671fc37e3d1d4740416b9cceec7abd8f743f5d8993b0e6a3b3490794a744c0439fffe1a04532d86a87c05821f4f110a9b38a8acdee88bfa14c
DIST paxctld_1.0.orig.tar.gz 14708 SHA256 b16173d88f631cfb34eb617f7b1a015e989eeb8c100987ef58203bc28d89ddb4 SHA512 244233681704885b081b16b6c23312df4be7f9962bfcf1196e54ff4be2fbdbaa1832c3115998d27e20a7af463a888c5756148929da12f6028a4dd26327c64bd3 WHIRLPOOL cb4d54508ae5aa2aebd63b32bf32cf1d4e4807e85c7bee6e36c23a5257fac09945e7bff8dce85e9eca2c67182c26f17f7b34ce1b6a25685c4d09febf61463a76
+DIST paxctld_1.1.orig.tar.gz 15977 SHA256 95c2805dc46edd443afceef283adf09943c6a62858944b516c9f5c0e06f8e99f SHA512 82b18d1b5d47831ac865b149dbd02c35062baf3da755312bbc2d7adeb31308b995be3441adb6d4a33ba19e79413df77bb4a7bc71d202bef6e1eb25f2c4f31631 WHIRLPOOL 633fe5a591ba1ed1f1fdddce03955c8150ee9ac9a0f039a7b808a769182e88bd836c317491f8c519c5f9da138faeb44c3b658c2620fcc38357461f7f902a63d9
diff --git a/sys-apps/paxctld/paxctld-1.1.ebuild b/sys-apps/paxctld/paxctld-1.1.ebuild
new file mode 100644
index 0000000..765b8aa
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit systemd
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz
+ https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="pam"
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+ # Respect Gentoo flags and don't strip
+ sed -i \
+ -e '/^CC/d' \
+ -e '/^CFLAGS/d' \
+ -e '/^LDFLAGS/d' \
+ -e '/STRIP/d' \
+ Makefile
+}
+
+src_install() {
+ default
+
+ systemd_dounit "${S}"/rpm/${PN}.service
+}
next reply other threads:[~2016-02-11 5:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-11 5:57 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-23 6:21 [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/ Arthur Zamarin
2024-04-11 10:59 Arthur Zamarin
2020-09-04 16:55 Anthony G. Basile
2019-11-08 17:33 Anthony G. Basile
2017-12-17 12:26 Anthony G. Basile
2017-12-17 12:26 Anthony G. Basile
2017-12-17 12:26 Anthony G. Basile
2016-07-24 12:02 Anthony G. Basile
2016-07-24 12:01 Anthony G. Basile
2016-07-19 7:12 Anthony G. Basile
2015-11-21 14:55 Anthony G. Basile
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=1455170804.ddd593f1209dd01dd8307567798ad1a4b2e39be3.blueness@gentoo \
--to=blueness@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