diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-25 23:45:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-25 23:45:58 +0000 |
commit | e422c06d4b4847f56306624dc990c2a2546bfc10 (patch) | |
tree | ba6d79dca8cafeb0d6409f92de3d07331fe515a3 /app-misc | |
parent | update digest (diff) | |
download | historical-e422c06d4b4847f56306624dc990c2a2546bfc10.tar.gz historical-e422c06d4b4847f56306624dc990c2a2546bfc10.tar.bz2 historical-e422c06d4b4847f56306624dc990c2a2546bfc10.zip |
Fix building with gcc-2, dont bomb with alignment errors on some arches, and add support for SONAME scanning in scanelf.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/pax-utils/Manifest | 18 | ||||
-rw-r--r-- | app-misc/pax-utils/files/digest-pax-utils-0.1.3 | 1 | ||||
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.1.3.ebuild | 30 |
4 files changed, 47 insertions, 10 deletions
diff --git a/app-misc/pax-utils/ChangeLog b/app-misc/pax-utils/ChangeLog index 8397bc3e3a21..0a1c7b80fb54 100644 --- a/app-misc/pax-utils/ChangeLog +++ b/app-misc/pax-utils/ChangeLog @@ -1,6 +1,12 @@ # 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.30 2005/07/03 22:26:08 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/ChangeLog,v 1.31 2005/07/25 23:45:58 vapier Exp $ + +*pax-utils-0.1.3 (25 Jul 2005) + + 25 Jul 2005; Mike Frysinger <vapier@gentoo.org> +pax-utils-0.1.3.ebuild: + Fix building with gcc-2, dont bomb with alignment errors on some arches, and + add support for SONAME scanning in scanelf. *pax-utils-0.1.2 (03 Jul 2005) diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest index 94dd1598a41f..edeb153876ab 100644 --- a/app-misc/pax-utils/Manifest +++ b/app-misc/pax-utils/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d4ab5c7d4a225e432d8a4ea3318cf2e0 pax-utils-0.1.2.ebuild 978 -MD5 db4f26d236c82e29fc52e3a0520713d6 ChangeLog 4772 MD5 8a597ea2bc5b887d06bd77569d324e1b pax-utils-0.1.1.ebuild 975 MD5 90f775b6c4fdbeb494f7d8e1d94ad30d metadata.xml 604 -MD5 825e4d6311eced08e76adf151371233e files/digest-pax-utils-0.1.1 67 +MD5 2da79c3531618a4a06c972c060d5f32b pax-utils-0.1.3.ebuild 979 +MD5 d4ab5c7d4a225e432d8a4ea3318cf2e0 pax-utils-0.1.2.ebuild 978 +MD5 77efda0d1cbf193884224c042508f122 ChangeLog 5006 MD5 5eb0a70aac5eea10770ec6fab5867b14 files/digest-pax-utils-0.1.2 67 +MD5 107133c7ee06a18e88687139b9ca413d files/digest-pax-utils-0.1.3 67 +MD5 825e4d6311eced08e76adf151371233e files/digest-pax-utils-0.1.1 67 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iQCVAwUBQsiIxp4WFLgrx1GWAQLQKAP/VfNDtBaAOoYkFhrmSOU1D8gyOeXVzI6a -lP6wXz+rv/aoUk60U7LFBFjlO3MMls8bA2VcT4KLWD3/BspZE+fm7QpJvc34+tkt -pl1PETYOlLXWAemwaorp2g+Wu79/QuGGIEYebLsrKb1aG3CIYv4/XzswCjxMxUTI -taPNENsbcgA= -=iDdA +iD8DBQFC5XnJgIKl8Uu19MoRArwzAJ9zInoIknV0HnFeiiZW7kdZ5cPKZACfdngw +yJkFT7pGSXlZU6qeIByjhQE= +=I7nq -----END PGP SIGNATURE----- diff --git a/app-misc/pax-utils/files/digest-pax-utils-0.1.3 b/app-misc/pax-utils/files/digest-pax-utils-0.1.3 new file mode 100644 index 000000000000..80b4e937ccd7 --- /dev/null +++ b/app-misc/pax-utils/files/digest-pax-utils-0.1.3 @@ -0,0 +1 @@ +MD5 14d37c43a9086e20bb6654d37218dd5c pax-utils-0.1.3.tar.bz2 44302 diff --git a/app-misc/pax-utils/pax-utils-0.1.3.ebuild b/app-misc/pax-utils/pax-utils-0.1.3.ebuild new file mode 100644 index 000000000000..2e89931ccead --- /dev/null +++ b/app-misc/pax-utils/pax-utils-0.1.3.ebuild @@ -0,0 +1,30 @@ +# 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.3.ebuild,v 1.1 2005/07/25 23:45:58 vapier Exp $ + +inherit flag-o-matic toolchain-funcs +#RESTRICT="primaryuri" +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 + dodoc README +} |