diff options
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" |