summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-11-21 10:00:44 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-11-21 10:02:35 -0500
commit165e4ff83d0f7d309d0e2241873f0c4f92ed59c4 (patch)
treee1ec2660e41f41e13e9ca4eed413d4656f135027 /sys-apps/paxctld
parentmedia-gfx/darktable: version bump (diff)
downloadgentoo-165e4ff83d0f7d309d0e2241873f0c4f92ed59c4.tar.gz
gentoo-165e4ff83d0f7d309d0e2241873f0c4f92ed59c4.tar.bz2
gentoo-165e4ff83d0f7d309d0e2241873f0c4f92ed59c4.zip
sys-apps/paxctld: version bump to 1.0.1
Note: upstream replaced the 1.0 tarball with updated code but didn't change the namve of the tarball. This is bad and we compensated downstream. Anyhow, paxctld will need to be changed to a new version which can handle XATTR_PAX flags. Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-apps/paxctld')
-rw-r--r--sys-apps/paxctld/Manifest1
-rw-r--r--sys-apps/paxctld/paxctld-1.0.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest
index d83f9b890f92..79060656325f 100644
--- a/sys-apps/paxctld/Manifest
+++ b/sys-apps/paxctld/Manifest
@@ -1 +1,2 @@
+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
diff --git a/sys-apps/paxctld/paxctld-1.0.1.ebuild b/sys-apps/paxctld/paxctld-1.0.1.ebuild
new file mode 100644
index 000000000000..ae8abd66bba5
--- /dev/null
+++ b/sys-apps/paxctld/paxctld-1.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="PaX flags maintenance daemon"
+HOMEPAGE="http://www.grsecurity.net/"
+SRC_URI="https://dev.gentoo.org/~blueness/hardened-sources/paxctld/${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=""
+
+S="${WORKDIR}/paxctld-1.0"
+
+src_prepare() {
+ # Respect Gentoo flags and don't strip
+ sed -i \
+ -e '/^CC/d' \
+ -e '/^CFLAGS/d' \
+ -e '/^LDFLAGS/d' \
+ -e '/STRIP/d' \
+ Makefile
+}