diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-09-27 18:55:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-09-27 18:55:06 +0000 |
commit | 3d8ef17ebe9475ed61875d446566140b879c13f6 (patch) | |
tree | e8faba22be5ffc903b7146de6f65a129088436a5 /sys-apps/elfix | |
parent | mask games-fps/ut2004-redorchestra for removal (diff) | |
download | gentoo-2-3d8ef17ebe9475ed61875d446566140b879c13f6.tar.gz gentoo-2-3d8ef17ebe9475ed61875d446566140b879c13f6.tar.bz2 gentoo-2-3d8ef17ebe9475ed61875d446566140b879c13f6.zip |
Improves control of setting PT_PAX flags
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.2.1.ebuild (renamed from sys-apps/elfix/elfix-0.2.0.ebuild) | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index fde9b9cd7f7c..d12880505a35 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,5 +1,11 @@ +*elfix-0.2.1 (27 Sep 2011) + + 27 Sep 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.2.0.ebuild, + +elfix-0.2.1.ebuild: + Improves control of setting PT_PAX flags + *elfix-0.2.0 (18 Sep 2011) 18 Sep 2011; Anthony G. Basile <blueness@gentoo.org> +elfix-0.2.0.ebuild: diff --git a/sys-apps/elfix/elfix-0.2.0.ebuild b/sys-apps/elfix/elfix-0.2.1.ebuild index 2c66f7f6219b..7a77bf1bd9dc 100644 --- a/sys-apps/elfix/elfix-0.2.0.ebuild +++ b/sys-apps/elfix/elfix-0.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.2.0.ebuild,v 1.1 2011/09/18 23:48:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.2.1.ebuild,v 1.1 2011/09/27 18:55:06 blueness Exp $ EAPI=4 -DESCRIPTION="Tool to query or clear the ELF GNU_STACK executable flag" +DESCRIPTION="Tools to fix ELF binaries to work on Hardened Gentoo" HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" |