blueness 14/05/05 12:20:33 Modified: ChangeLog Added: paxctl-0.8.ebuild Removed: paxctl-0.5.ebuild paxctl-0.4.ebuild paxctl-0.7-r1.ebuild Log: Version bump, remove older (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.53 sys-apps/paxctl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 27 Aug 2012 17:43:30 -0000 1.52 +++ ChangeLog 5 May 2014 12:20:33 -0000 1.53 @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/paxctl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.52 2012/08/27 17:43:30 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.53 2014/05/05 12:20:33 blueness Exp $ + +*paxctl-0.8 (05 May 2014) + + 05 May 2014; Anthony G. Basile <bluen...@gentoo.org> +paxctl-0.8.ebuild, + -paxctl-0.4.ebuild, -paxctl-0.5.ebuild, -paxctl-0.7-r1.ebuild: + Version bump, remove older 27 Aug 2012; Raúl Porcel <armi...@gentoo.org> paxctl-0.7-r2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #429202 @@ -189,4 +195,3 @@ and the newer ET_DYN kind (older PaX releases referred to the latter as ET_DYN executables, these days they are called Position Independent Executables or PIEs for short). - 1.1 sys-apps/paxctl/paxctl-0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild?rev=1.1&content-type=text/plain Index: paxctl-0.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild,v 1.1 2014/05/05 12:20:33 blueness Exp $ EAPI="5" inherit toolchain-funcs DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" SRC_URI="http://pax.grsecurity.net/${P}.tar.gz" HOMEPAGE="http://pax.grsecurity.net" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" LICENSE="GPL-2" SLOT="0" DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1" RDEPEND="" src_prepare() { sed \ "s:--owner 0 --group 0::g" \ -i Makefile || die } src_compile() { emake \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" } src_install () { emake DESTDIR="${ED}" install dodoc README ChangeLog }