diff options
author | Ned Ludd <solar@gentoo.org> | 2006-06-25 15:22:24 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-06-25 15:22:24 +0000 |
commit | 0b4f5aa64ce4600d96756455ccdf57ee29eedde3 (patch) | |
tree | 5d64fef8eaf55fd4d214b46096964eae4114fd2d /sys-apps/paxctl | |
parent | Version bump. fixes bug #135269 Thanks to Boris Fersing <kernelsensei@gentoo.... (diff) | |
download | historical-0b4f5aa64ce4600d96756455ccdf57ee29eedde3.tar.gz historical-0b4f5aa64ce4600d96756455ccdf57ee29eedde3.tar.bz2 historical-0b4f5aa64ce4600d96756455ccdf57ee29eedde3.zip |
- new version. This version obsoletes the need for chpax all together with the introduction of the -C flag which can create a new PT_PAX_FLAGS phdr in ELF 32/64 bit files
Package-Manager: portage-3387-svn
Diffstat (limited to 'sys-apps/paxctl')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/paxctl/files/digest-paxctl-0.3 | 2 | ||||
-rw-r--r-- | sys-apps/paxctl/files/digest-paxctl-0.4 | 3 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.4.ebuild | 27 |
5 files changed, 42 insertions, 3 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index 025fbca48373..e74c6fb4016c 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/paxctl # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.15 2006/03/29 19:38:06 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.16 2006/06/25 15:22:24 solar Exp $ + +*paxctl-0.4 (25 Jun 2006) + + 25 Jun 2006; <solar@gentoo.org> -paxctl-0.2.ebuild, +paxctl-0.4.ebuild: + - new version. This version obsoletes the need for chpax all together with the + introduction of the -C flag which can create a new PT_PAX_FLAGS phdr in ELF + 32/64 bit files 29 Mar 2006; Kevin F. Quinn <kevquinn@gentoo.org> paxctl-0.3-r1.ebuild: Set ${S} and contents to group & world readable - bug #127998 diff --git a/sys-apps/paxctl/files/digest-paxctl-0.3 b/sys-apps/paxctl/files/digest-paxctl-0.3 index defc9e4e4a79..ff2d8d8ec938 100644 --- a/sys-apps/paxctl/files/digest-paxctl-0.3 +++ b/sys-apps/paxctl/files/digest-paxctl-0.3 @@ -1 +1,3 @@ MD5 a1ebfd41b8323f3af2263317b3911806 paxctl-0.3.tar.gz 5382 +RMD160 12572c8cc7948dd2fa5274f87b13bafc3f0d6d0d paxctl-0.3.tar.gz 5382 +SHA256 6b5537db6981265b95b564e8b07e935e1273c0523211399d332ce964b6292a21 paxctl-0.3.tar.gz 5382 diff --git a/sys-apps/paxctl/files/digest-paxctl-0.4 b/sys-apps/paxctl/files/digest-paxctl-0.4 new file mode 100644 index 000000000000..f9b8b99f8216 --- /dev/null +++ b/sys-apps/paxctl/files/digest-paxctl-0.4 @@ -0,0 +1,3 @@ +MD5 c76dc576cf3265354074185e3bcb024c paxctl-0.4.tar.gz 7592 +RMD160 5dfe8720f66367c04773a28955345ff1969937f7 paxctl-0.4.tar.gz 7592 +SHA256 c5c7b6b3974f3022eb23115b1900c1a6f4fe909300cf3cdfe2af9d08621c6dec paxctl-0.4.tar.gz 7592 diff --git a/sys-apps/paxctl/paxctl-0.3.ebuild b/sys-apps/paxctl/paxctl-0.3.ebuild index 5a542d1e303c..27619bb9e710 100644 --- a/sys-apps/paxctl/paxctl-0.3.ebuild +++ b/sys-apps/paxctl/paxctl-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.3.ebuild,v 1.5 2005/12/03 17:54:47 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.3.ebuild,v 1.6 2006/06/25 15:22:24 solar Exp $ inherit flag-o-matic diff --git a/sys-apps/paxctl/paxctl-0.4.ebuild b/sys-apps/paxctl/paxctl-0.4.ebuild new file mode 100644 index 000000000000..20c969b3f995 --- /dev/null +++ b/sys-apps/paxctl/paxctl-0.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.4.ebuild,v 1.1 2006/06/25 15:22:24 solar Exp $ + +inherit flag-o-matic + +DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries." +SRC_URI="http://pax.grsecurity.net/paxctl-${PV}.tar.gz" +HOMEPAGE="http://pax.grsecurity.net" +KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" +RDEPEND="" + +#S=${WORKDIR}/${P} + +src_compile() { + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +} + +src_install() { + einstall DESTDIR="${D}" + dodoc README ChangeLog +} |