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 | 9b49705aad49b292e4fd1f310122041c4335bb9a (patch) | |
tree | 19a9a4f0ed74e155a44877e7352ac20c08e7d812 /app-misc/pax-utils | |
parent | added to ~mips for testing (diff) | |
download | gentoo-2-9b49705aad49b292e4fd1f310122041c4335bb9a.tar.gz gentoo-2-9b49705aad49b292e4fd1f310122041c4335bb9a.tar.bz2 gentoo-2-9b49705aad49b292e4fd1f310122041c4335bb9a.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)
(Portage version: 2.0.54-r2)
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/pax-utils/Manifest | 16 | ||||
-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, 44 insertions, 14 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..135b01833a4b 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ec7feb1121f4893a06e0bad6161a8ac5 ChangeLog 11123 +MD5 bfdcbd69967b81212949b24ca5ac8e47 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 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.2 (GNU/Linux) - -iQCVAwUBRFR5hZ4WFLgrx1GWAQLB9wP/WBDvBbRwiZ+ZGLGvtqZLkmoRqRrACs5O -Sog1kadKadmR0HYMCE0ggpm9CUcgnXHufNZ8vupj0u8sWJ/nxXlgpEYSc+hvotnG -5w9xRzWZyWy4/7J4LG4eYTNs3HEcilREdg4U8UxBGkSdELqT5JoJOwAKf29TyKoY -FBqTGPdtm4M= -=ozkP ------END PGP SIGNATURE----- +MD5 9b61800d90a7b5ee46f8f572663697aa pax-utils-0.1.13.ebuild 987 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 +} |