From 3d8ef17ebe9475ed61875d446566140b879c13f6 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 27 Sep 2011 18:55:06 +0000 Subject: Improves control of setting PT_PAX flags (Portage version: 2.1.10.11/cvs/Linux x86_64) --- sys-apps/elfix/ChangeLog | 6 ++++++ sys-apps/elfix/elfix-0.2.0.ebuild | 27 --------------------------- sys-apps/elfix/elfix-0.2.1.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 27 deletions(-) delete mode 100644 sys-apps/elfix/elfix-0.2.0.ebuild create mode 100644 sys-apps/elfix/elfix-0.2.1.ebuild (limited to 'sys-apps') 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 -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 +elfix-0.2.0.ebuild: diff --git a/sys-apps/elfix/elfix-0.2.0.ebuild b/sys-apps/elfix/elfix-0.2.0.ebuild deleted file mode 100644 index 2c66f7f6219b..000000000000 --- a/sys-apps/elfix/elfix-0.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 $ - -EAPI=4 - -DESCRIPTION="Tool to query or clear the ELF GNU_STACK executable flag" -HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" -SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-libs/elfutils - test? ( dev-lang/yasm )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog INSTALL README THANKS TODO -} diff --git a/sys-apps/elfix/elfix-0.2.1.ebuild b/sys-apps/elfix/elfix-0.2.1.ebuild new file mode 100644 index 000000000000..7a77bf1bd9dc --- /dev/null +++ b/sys-apps/elfix/elfix-0.2.1.ebuild @@ -0,0 +1,27 @@ +# 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.1.ebuild,v 1.1 2011/09/27 18:55:06 blueness Exp $ + +EAPI=4 + +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" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-libs/elfutils + test? ( dev-lang/yasm )" +RDEPEND="${DEPEND}" + +src_configure() { + econf $(use_enable test tests) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog INSTALL README THANKS TODO +} -- cgit v1.2.3-65-gdbad