diff options
author | Ned Ludd <solar@gentoo.org> | 2005-04-02 04:53:33 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-04-02 04:53:33 +0000 |
commit | ea3a0c56a96ba00c598a1aa9cd5b413c97b872c7 (patch) | |
tree | c29868facebbb11ff3ca63202e1208b7536f3c08 /app-misc | |
parent | unify the two progress bar patches (diff) | |
download | historical-ea3a0c56a96ba00c598a1aa9cd5b413c97b872c7.tar.gz historical-ea3a0c56a96ba00c598a1aa9cd5b413c97b872c7.tar.bz2 historical-ea3a0c56a96ba00c598a1aa9cd5b413c97b872c7.zip |
- major source code cleanup. combine scanexec/scanrexec/pttool into unified scanelf tool. manpage updates. fixed memleak in readelf function. new options to detect TEXTREL's, display RPATH info, make display of pax flags markings optional. A new recursive option was added to scan subdirs. All sorts of good stuff that makes grandma happy. Many thanks to vapier.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 11 | ||||
-rw-r--r-- | app-misc/pax-utils/Manifest | 16 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.0.5 | 1 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.0.5.ebuild | 34 |
4 files changed, 60 insertions, 2 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index c1647141699a..e1c4f5acc52d 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,15 @@ # 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.11 2005/04/01 03:30:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.12 2005/04/02 04:53:33 solar Exp $ + +*pax-utils-0.0.5 (01 Apr 2005) + + 01 Apr 2005; <solar@gentoo.org> +pax-utils-0.0.5.ebuild: + - major source code cleanup. combine scanexec/scanrexec/pttool into unified + scanelf tool. manpage updates. fixed memleak in readelf function. new options + to detect TEXTREL's, display RPATH info, make display of pax flags markings + optional. A new recursive option was added to scan subdirs. All sorts of good + stuff that makes grandma happy. Many thanks to vapier. 31 Mar 2005; Aron Griffis <agriffis@gentoo.org> pax-utils-0.0.4.ebuild: stable on ia64 diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest index 39b071c8a21c..93c66ec83d89 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -1,8 +1,22 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 faf8154f4a23b39e32d9fe11c3d8a0f5 pax-utils-0.0.5.ebuild 956 MD5 cea91a80d0da8fd7ea9717ed921febe1 pax-utils-0.0.2.ebuild 787 MD5 46276837ce5f47603b4521488278a197 pax-utils-0.0.4.ebuild 940 MD5 0d4d8f02eb2e6792a8d4da7408cdda00 pax-utils-0.0.1.ebuild 772 -MD5 b048d4911b1f832edb1cb9e4a9344903 ChangeLog 546 +MD5 43733e2713994f9262d8c2b085324520 ChangeLog 1008 MD5 3ae400adbdb2b3ad50fc50eee159ac64 metadata.xml 370 MD5 ca7cfa3bfcc1ac03eaeea155d200883b files/digest-pax-utils-0.0.1 65 MD5 f938ae80a51e84f9793da50a4bf5bebe files/digest-pax-utils-0.0.2 65 MD5 9611728e3e53310e58007dd7a0e42272 files/digest-pax-utils-0.0.4 66 +MD5 bfcd9023642e154b71821d9ee8b69adf files/digest-pax-utils-0.0.5 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iQCVAwUBQk4lWp4WFLgrx1GWAQKfnAQAjMroEOhQOb5Ft/aqSHyWEIOQ92st/IPn +CLlkbAjDC2HVs4KYdJKs0gF1CmZs3KfoHVoUKMFBPXoxrFNteOV9/qdnbGA5DpF5 +yB+ebz5nsAEHVI3vY2vDArPvQshREkKpRQP65/eDuxHf07r7MPBJ/pf0pIVwsifK +NTCAI78chMk= +=btuB +-----END PGP SIGNATURE----- diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.0.5 b/app-misc/pax-utils/files/digest-pax-utils-0.0.5 new file mode 100644 index 000000000000..7c5195ad06c6 --- /dev/null +++ b/app-misc/pax-utils/files/digest-pax-utils-0.0.5 @@ -0,0 +1 @@ +MD5 9a5ddd2f69da775ba67aa0bbca4918c6 pax-utils-0.0.5.tar.gz 39739 diff --git a/app-misc/pax-utils/pax-utils-0.0.5.ebuild b/app-misc/pax-utils/pax-utils-0.0.5.ebuild new file mode 100644 index 000000000000..c55eb5341690 --- /dev/null +++ b/app-misc/pax-utils/pax-utils-0.0.5.ebuild @@ -0,0 +1,34 @@ +# 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.0.5.ebuild,v 1.1 2005/04/02 04:53:33 solar Exp $ + +inherit flag-o-matic gcc + +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.gz + http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~mips ~sparc ~hppa ~amd64 ~ia64" +IUSE="caps" + +DEPEND="virtual/libc + caps? ( sys-libs/libcap )" + +S=${WORKDIR}/${PN} + +src_compile() { + export MAKEOPTS="${MAKEOPTS} -j1" + if use caps; then + append-flags -DWANT_SYSCAP + append-ldflags -lcap + fi + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |