From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B61DD13877A for ; Wed, 3 Sep 2014 04:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42261E0A7C; Wed, 3 Sep 2014 04:26:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 850F2E0A7C for ; Wed, 3 Sep 2014 04:26:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5678433F2B1 for ; Wed, 3 Sep 2014 04:26:57 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2326) id 6F77D4939; Wed, 3 Sep 2014 04:26:55 +0000 (UTC) From: "Richard Farina (zerochaos)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zerochaos@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/paxctl: paxctl-0.7-r2.ebuild paxctl-0.8.ebuild paxctl-0.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: paxctl-0.7-r2.ebuild paxctl-0.8.ebuild paxctl-0.9.ebuild ChangeLog X-VCS-Directories: sys-apps/paxctl X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140903042655.6F77D4939@oystercatcher.gentoo.org> Date: Wed, 3 Sep 2014 04:26:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f43a514a-cdc7-472b-936a-af85e0b6bc61 X-Archives-Hash: 722c75c8572c98abd38cba606a70eaf7 zerochaos 14/09/03 04:26:55 Modified: paxctl-0.7-r2.ebuild paxctl-0.8.ebuild ChangeLog Added: paxctl-0.9.ebuild Log: bumping to 0.9 to include bugfix for bug #520198, adding epatch_user since it makes life so much easier for testing (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A) Revision Changes Path 1.10 sys-apps/paxctl/paxctl-0.7-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild?r1=1.9&r2=1.10 Index: paxctl-0.7-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- paxctl-0.7-r2.ebuild 27 Aug 2012 17:43:30 -0000 1.9 +++ paxctl-0.7-r2.ebuild 3 Sep 2014 04:26:55 -0000 1.10 @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.7-r2.ebuild,v 1.9 2012/08/27 17:43:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.7-r2.ebuild,v 1.10 2014/09/03 04:26:55 zerochaos Exp $ EAPI="4" -inherit toolchain-funcs +inherit toolchain-funcs eutils DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" SRC_URI="http://pax.grsecurity.net/${P}.tar.bz2" @@ -22,6 +22,7 @@ sed \ "s:--owner 0 --group 0::g" \ -i Makefile || die + epatch_user } src_compile() { 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild?r1=1.1&r2=1.2 Index: paxctl-0.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- paxctl-0.8.ebuild 5 May 2014 12:20:33 -0000 1.1 +++ paxctl-0.8.ebuild 3 Sep 2014 04:26:55 -0000 1.2 @@ -1,10 +1,10 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/paxctl-0.8.ebuild,v 1.2 2014/09/03 04:26:55 zerochaos Exp $ EAPI="5" -inherit toolchain-funcs +inherit toolchain-funcs eutils DESCRIPTION="Manages various PaX related program header flags for Elf32, Elf64, binaries" SRC_URI="http://pax.grsecurity.net/${P}.tar.gz" @@ -22,6 +22,7 @@ sed \ "s:--owner 0 --group 0::g" \ -i Makefile || die + epatch_user } src_compile() { 1.54 sys-apps/paxctl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 5 May 2014 12:20:33 -0000 1.53 +++ ChangeLog 3 Sep 2014 04:26:55 -0000 1.54 @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/paxctl # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/paxctl/ChangeLog,v 1.54 2014/09/03 04:26:55 zerochaos Exp $ + +*paxctl-0.9 (03 Sep 2014) + + 03 Sep 2014; Rick Farina +paxctl-0.9.ebuild, + paxctl-0.7-r2.ebuild, paxctl-0.8.ebuild: + bumping to 0.9 to include bugfix for bug #520198, adding epatch_user since it + makes life so much easier for testing *paxctl-0.8 (05 May 2014) 1.1 sys-apps/paxctl/paxctl-0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/paxctl/paxctl-0.9.ebuild?rev=1.1&content-type=text/plain Index: paxctl-0.9.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.9.ebuild,v 1.1 2014/09/03 04:26:55 zerochaos Exp $ EAPI="5" inherit toolchain-funcs eutils 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 epatch_user } src_compile() { emake \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" } src_install () { emake DESTDIR="${ED}" install dodoc README ChangeLog }