diff options
author | Ned Ludd <solar@gentoo.org> | 2007-08-24 22:59:24 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2007-08-24 22:59:24 +0000 |
commit | 2ffa929f95831ff3e06f2504a3dc3cc5e82a8fe5 (patch) | |
tree | 753739e54e7bd5530eaceb82fa51ab08edae1c57 /app-misc/pax-utils | |
parent | Set FONT_S. Thanks Philantrop. (diff) | |
download | gentoo-2-2ffa929f95831ff3e06f2504a3dc3cc5e82a8fe5.tar.gz gentoo-2-2ffa929f95831ff3e06f2504a3dc3cc5e82a8fe5.tar.bz2 gentoo-2-2ffa929f95831ff3e06f2504a3dc3cc5e82a8fe5.zip |
- Version bump. man pages moved over to docbook. New: endian and perm displays.. New: when -Tv are used together the disasm will be displayed of the offending text rel. The pax-utils code should compile out of the box on solaris now. Lots of misc fixes.. to many to list..
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-misc/pax-utils')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 11 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.13 | 3 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.14 | 3 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.16 | 3 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.13.ebuild | 31 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.16.ebuild (renamed from app-misc/pax-utils/pax-utils-0.1.14.ebuild) | 2 |
6 files changed, 14 insertions, 39 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 45b4b0583fb0..867636b16731 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.89 2007/03/01 12:08:48 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.90 2007/08/24 22:59:24 solar Exp $ + +*pax-utils-0.1.16 (24 Aug 2007) + + 24 Aug 2007; <solar@gentoo.org> -pax-utils-0.1.13.ebuild, + -pax-utils-0.1.14.ebuild, +pax-utils-0.1.16.ebuild: + - Version bump. man pages moved over to docbook. New: endian and perm + displays.. New: when -Tv are used together the disasm will be displayed of + the offending text rel. The pax-utils code should compile out of the box on + solaris now. Lots of misc fixes.. to many to list.. 01 Mar 2007; <genstef@gentoo.org> pax-utils-0.1.13.ebuild, pax-utils-0.1.14.ebuild, pax-utils-0.1.15.ebuild: 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 deleted file mode 100644 index 73ed002b6f6e..000000000000 --- a/app-misc/pax-utils/files/digest-pax-utils-0.1.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5f09df47a16e83462384b44b75310539 pax-utils-0.1.13.tar.bz2 53354 -RMD160 b2c2af477d53006a543d701830d1784e476e9987 pax-utils-0.1.13.tar.bz2 53354 -SHA256 72f3cdad93b5436070dcc63b67764a06c594f324ccc001e8bfb974a8d1a86f36 pax-utils-0.1.13.tar.bz2 53354 diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.14 b/app-misc/pax-utils/files/digest-pax-utils-0.1.14 deleted file mode 100644 index 1f60e6af5b48..000000000000 --- a/app-misc/pax-utils/files/digest-pax-utils-0.1.14 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c903a7926b45621ba5c213f8b5a0f5af pax-utils-0.1.14.tar.bz2 56402 -RMD160 388c8ece6581d88fb405f5d52162c962064fc7cb pax-utils-0.1.14.tar.bz2 56402 -SHA256 1d0c7ff208e66cbafc6ae5cec0dd7413902ab817bbe790adadfebfe8692be63a pax-utils-0.1.14.tar.bz2 56402 diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.16 b/app-misc/pax-utils/files/digest-pax-utils-0.1.16 new file mode 100644 index 000000000000..8e4e1302a190 --- /dev/null +++ b/app-misc/pax-utils/files/digest-pax-utils-0.1.16 @@ -0,0 +1,3 @@ +MD5 920b5d2c52e19afb2ffbf5451d252580 pax-utils-0.1.16.tar.bz2 64336 +RMD160 5886e51a84a2d58e88a41414e50c88ba9806664c pax-utils-0.1.16.tar.bz2 64336 +SHA256 52f9441e71f1e29865e501a56a7d8aef905076a0b74081eb320256b54ec3fd46 pax-utils-0.1.16.tar.bz2 64336 diff --git a/app-misc/pax-utils/pax-utils-0.1.13.ebuild b/app-misc/pax-utils/pax-utils-0.1.13.ebuild deleted file mode 100644 index 251e6ae261b6..000000000000 --- a/app-misc/pax-utils/pax-utils-0.1.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 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.11 2007/03/01 12:08:48 genstef 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 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 -} diff --git a/app-misc/pax-utils/pax-utils-0.1.14.ebuild b/app-misc/pax-utils/pax-utils-0.1.16.ebuild index f6ef83fb07ac..6cbe1d65c9b8 100644 --- a/app-misc/pax-utils/pax-utils-0.1.14.ebuild +++ b/app-misc/pax-utils/pax-utils-0.1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.14.ebuild,v 1.3 2007/03/01 12:08:48 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.1.16.ebuild,v 1.1 2007/08/24 22:59:24 solar Exp $ inherit flag-o-matic toolchain-funcs eutils |