summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-10-30 13:24:19 +0000
committerNed Ludd <solar@gentoo.org>2005-10-30 13:24:19 +0000
commitc5cf7c55c6c0b24b798136892edf53315d4cc332 (patch)
treef3689a2ef4437d4ea789fc754231c351f7697167 /app-misc
parentFix broken digest. (diff)
downloadgentoo-2-c5cf7c55c6c0b24b798136892edf53315d4cc332.tar.gz
gentoo-2-c5cf7c55c6c0b24b798136892edf53315d4cc332.tar.bz2
gentoo-2-c5cf7c55c6c0b24b798136892edf53315d4cc332.zip
- version bump. This release adds 3 scanelf options. -S, -b, -g
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pax-utils/ChangeLog7
-rw-r--r--app-misc/pax-utils/Manifest16
-rw-r--r--app-misc/pax-utils/files/digest-pax-utils-0.1.41
-rw-r--r--app-misc/pax-utils/pax-utils-0.1.4.ebuild29
4 files changed, 39 insertions, 14 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog
index cc6534accccf..89c630c9b418 100644
--- a/app-misc/pax-utils/ChangeLog
+++ b/app-misc/pax-utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/pax-utils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.32 2005/10/29 03:44:14 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.33 2005/10/30 13:24:19 solar Exp $
+
+*pax-utils-0.1.4 (30 Oct 2005)
+
+ 30 Oct 2005; <solar@gentoo.org> +pax-utils-0.1.4.ebuild:
+ - version bump. This release adds 3 scanelf options. -S, -b, -g
28 Oct 2005; <solar@gentoo.org> pax-utils-0.1.3.ebuild:
- #103173 pax-utils installs docs into /usr/share/doc
diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 80a2c47dcc58..b8872e65babf 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 480761aeaf9c936a5fea9ef7819de27a ChangeLog 5120
+MD5 f9ed501842db9c46ef6fcc61865ec11f ChangeLog 5278
MD5 825e4d6311eced08e76adf151371233e files/digest-pax-utils-0.1.1 67
MD5 5eb0a70aac5eea10770ec6fab5867b14 files/digest-pax-utils-0.1.2 67
MD5 107133c7ee06a18e88687139b9ca413d files/digest-pax-utils-0.1.3 67
+MD5 dc77856d07055e511131e862afbb09eb files/digest-pax-utils-0.1.4 67
MD5 90f775b6c4fdbeb494f7d8e1d94ad30d metadata.xml 604
MD5 8a597ea2bc5b887d06bd77569d324e1b pax-utils-0.1.1.ebuild 975
MD5 d4ab5c7d4a225e432d8a4ea3318cf2e0 pax-utils-0.1.2.ebuild 978
MD5 f8bd2ca48f4d45db57753b12c0d56560 pax-utils-0.1.3.ebuild 1022
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iQCVAwUBQ2LwF54WFLgrx1GWAQIXjwP+M8SOnzgeRwS55nFJToEwZhx5bGQnz+89
-ur59US0DuSGyIJRIEpdGHmQB0uPoHiUcgl8li8Wpe+8hhkiDwClCBoFang2cYYea
-w/6/hUUMi9qxEz+rmAQWzvKI0zxmPSTHiIU5cfoXhlPH2FgmKzgBFlgfqDIGTmiu
-o9SC8U7bvJY=
-=Znt0
------END PGP SIGNATURE-----
+MD5 c8a425bd9aa2e958f2674927ae5a797d pax-utils-0.1.4.ebuild 942
diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.4 b/app-misc/pax-utils/files/digest-pax-utils-0.1.4
new file mode 100644
index 000000000000..2bba929e9861
--- /dev/null
+++ b/app-misc/pax-utils/files/digest-pax-utils-0.1.4
@@ -0,0 +1 @@
+MD5 f4e4bb82747c4740fd31e9f160d396d5 pax-utils-0.1.4.tar.bz2 44708
diff --git a/app-misc/pax-utils/pax-utils-0.1.4.ebuild b/app-misc/pax-utils/pax-utils-0.1.4.ebuild
new file mode 100644
index 000000000000..ab1e768404d2
--- /dev/null
+++ b/app-misc/pax-utils/pax-utils-0.1.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.4.ebuild,v 1.1 2005/10/30 13:24:19 solar Exp $
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of bins"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened"
+SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2
+ http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="caps"
+
+DEPEND="caps? ( sys-libs/libcap )"
+
+src_compile() {
+ if use caps ; then
+ append-flags -DWANT_SYSCAP
+ append-ldflags -lcap
+ fi
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+}