public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: elfix-0.2.1.ebuild ChangeLog elfix-0.2.0.ebuild
@ 2011-09-27 18:55 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2011-09-27 18:55 UTC (permalink / raw
  To: gentoo-commits

blueness    11/09/27 18:55:06

  Modified:             ChangeLog
  Added:                elfix-0.2.1.ebuild
  Removed:              elfix-0.2.0.ebuild
  Log:
  Improves control of setting PT_PAX flags
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-apps/elfix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	18 Sep 2011 23:48:48 -0000	1.4
+++ ChangeLog	27 Sep 2011 18:55:06 -0000	1.5
@@ -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:



1.1                  sys-apps/elfix/elfix-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/elfix/elfix-0.2.1.ebuild?rev=1.1&content-type=text/plain

Index: elfix-0.2.1.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-27 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 18:55 [gentoo-commits] gentoo-x86 commit in sys-apps/elfix: elfix-0.2.1.ebuild ChangeLog elfix-0.2.0.ebuild Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox