diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-03-17 06:05:32 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-03-17 06:05:32 +0000 |
commit | 665b0e064d6a2e7d079a02ba54376749f3f6881b (patch) | |
tree | 614f952c8dc5b9bd792db4efcab439548f805ea1 /sys-apps | |
parent | Stable on ppc64 (diff) | |
download | historical-665b0e064d6a2e7d079a02ba54376749f3f6881b.tar.gz historical-665b0e064d6a2e7d079a02ba54376749f3f6881b.tar.bz2 historical-665b0e064d6a2e7d079a02ba54376749f3f6881b.zip |
~ppc64 for testing
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/paxctl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/paxctl/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/paxctl/paxctl-0.2.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/paxctl/ChangeLog b/sys-apps/paxctl/ChangeLog index 66541183414f..09e7de591ad7 100644 --- a/sys-apps/paxctl/ChangeLog +++ b/sys-apps/paxctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/paxctl -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.6 2004/07/22 21:08:16 solar Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.7 2005/03/17 06:05:32 dostrow Exp $ + + 17 Mar 2005; Daniel Ostrow <dostrow@gentoo.org> paxctl-0.2.ebuild: + ~ppc64 for testing 22 Jul 2004; <solar@gentoo.org> paxctl-0.2.ebuild: marked paxctl stable on x86 now that min-version binutils is in stable diff --git a/sys-apps/paxctl/Manifest b/sys-apps/paxctl/Manifest index ef2a8f411300..bb6714a00a7a 100644 --- a/sys-apps/paxctl/Manifest +++ b/sys-apps/paxctl/Manifest @@ -1,4 +1,4 @@ -MD5 c3a8220a41932d4b47078e41b05cae88 paxctl-0.2.ebuild 718 -MD5 7c7a642406569e3d29fd2322a586fb0e ChangeLog 1463 +MD5 d8e8d65082556a159f4a9f060e3b830e ChangeLog 1556 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 17aed98e65ae31d23ffeef8372db4e70 paxctl-0.2.ebuild 727 MD5 7cd8adc34a7c0e7b400dcd24793ff4cf files/digest-paxctl-0.2 60 diff --git a/sys-apps/paxctl/paxctl-0.2.ebuild b/sys-apps/paxctl/paxctl-0.2.ebuild index 8102a49c746e..154742bc95ba 100644 --- a/sys-apps/paxctl/paxctl-0.2.ebuild +++ b/sys-apps/paxctl/paxctl-0.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.5 2004/07/22 21:08:16 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.2.ebuild,v 1.6 2005/03/17 06:05:32 dostrow 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="x86 amd64 ~sparc ~ppc ~hppa ~ia64 ~mips" +KEYWORDS="x86 amd64 ~sparc ~ppc ~hppa ~ia64 ~mips ~ppc64" IUSE="" LICENSE="GPL-2" SLOT="0" |