diff options
author | Ned Ludd <solar@gentoo.org> | 2006-05-17 22:10:06 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-05-17 22:10:06 +0000 |
commit | f0d2463294330bc87a130e1c2a8c73f578c62727 (patch) | |
tree | b72a62037744f4f6871c024ab9a4bfb58c6e83dd /app-misc | |
parent | added to ~mips for testing (diff) | |
download | historical-f0d2463294330bc87a130e1c2a8c73f578c62727.tar.gz historical-f0d2463294330bc87a130e1c2a8c73f578c62727.tar.bz2 historical-f0d2463294330bc87a130e1c2a8c73f578c62727.zip |
Improved Makefile handling. (vapier)
QA_TEXTREL/QA_EXECSTACK/QA_WX_LOAD exempt filtering flags. (kevquinn)
Handle versioned symbols correctly on unstripped ELF files when using the -s flag. Do not assume it is ok to read from stdin if the -l -p flags were given. (solar)
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/pax-utils/Manifest | 14 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.13 | 1 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.13.ebuild | 31 |
4 files changed, 49 insertions, 7 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 1c83efaa81b9..01ffaef5f841 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-misc/pax-utils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.68 2006/04/30 08:46:46 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.69 2006/05/17 22:10:06 solar Exp $ + +*pax-utils-0.1.13 (17 May 2006) + + 17 May 2006; <solar@gentoo.org> +pax-utils-0.1.13.ebuild: + Improved Makefile handling. (vapier) QA_TEXTREL/QA_EXECSTACK/QA_WX_LOAD exempt + filtering flags. (kevquinn) Handle versioned symbols correctly on unstripped + ELF files when using the -s flag. Do not assume it is ok to read from stdin if + the -l -p flags were given. (solar) *pax-utils-0.1.12 (30 Apr 2006) diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest index e99206de8aa5..9a66753a2d83 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -1,19 +1,21 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ec7feb1121f4893a06e0bad6161a8ac5 ChangeLog 11123 +MD5 c241e968e945b6c10b074804b707a883 ChangeLog 11496 MD5 5a6875dda5979124fb31d983a7713008 files/digest-pax-utils-0.1.11-r1 68 MD5 1126e1edd13f786eaf3e255a17ce3451 files/digest-pax-utils-0.1.12 68 +MD5 d5c82a2ec2979bf6d9270656de8919c1 files/digest-pax-utils-0.1.13 68 MD5 6763325755543476055d2a0fa4ece303 files/pax-utils-0.1.11.patch 409 MD5 90f775b6c4fdbeb494f7d8e1d94ad30d metadata.xml 604 MD5 758a859db26fac2240e96bf315b55f23 pax-utils-0.1.11-r1.ebuild 1245 MD5 8f49ce99f0e81e813aaf320e05f54a61 pax-utils-0.1.12.ebuild 1165 +MD5 8fb94b13ac22ae6c4d154565ff8f40c4 pax-utils-0.1.13.ebuild 987 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iQCVAwUBRFR5hZ4WFLgrx1GWAQLB9wP/WBDvBbRwiZ+ZGLGvtqZLkmoRqRrACs5O -Sog1kadKadmR0HYMCE0ggpm9CUcgnXHufNZ8vupj0u8sWJ/nxXlgpEYSc+hvotnG -5w9xRzWZyWy4/7J4LG4eYTNs3HEcilREdg4U8UxBGkSdELqT5JoJOwAKf29TyKoY -FBqTGPdtm4M= -=ozkP +iQCVAwUBRGufSZ4WFLgrx1GWAQJuJwQAiILBuJiuy+CFFOaCn+EGVt+W+P58gWBn +PSItIF/ksfJCejMAIyyeSgU0R75FBHg4dBnLaZ4XpOsu7p5hacI6YhHgA0Q0MOdw +ZMBhTFfO0uluBtbNL2XD+1EQ0dELbwrP0mdzcMgkk3NZnnGwBtKP9BFETcWiIgtu +L6o1j4K1PVw= +=+L7/ -----END PGP SIGNATURE----- diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.13 b/app-misc/pax-utils/files/digest-pax-utils-0.1.13 new file mode 100644 index 000000000000..06b4a1448e3e --- /dev/null +++ b/app-misc/pax-utils/files/digest-pax-utils-0.1.13 @@ -0,0 +1 @@ +MD5 5f09df47a16e83462384b44b75310539 pax-utils-0.1.13.tar.bz2 53354 diff --git a/app-misc/pax-utils/pax-utils-0.1.13.ebuild b/app-misc/pax-utils/pax-utils-0.1.13.ebuild new file mode 100644 index 000000000000..d0f1680382e0 --- /dev/null +++ b/app-misc/pax-utils/pax-utils-0.1.13.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 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.13.ebuild,v 1.1 2006/05/17 22:10:06 solar Exp $ + +inherit flag-o-matic toolchain-funcs eutils + +DESCRIPTION="Various ELF related utils for ELF32, ELF64 binaries useful tools that can check files for security relevant properties" +HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml" +SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2 + http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2 + http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="caps" + +DEPEND="caps? ( sys-libs/libcap )" + +src_unpack() { + unpack ${A} + cd ${S} || die +} + +src_compile() { + emake CC=$(tc-getCC) USE_CAP=$(use caps && echo yes) || die +} + +src_install() { + make DESTDIR="${D}" install || die +} |