public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild v8-3.2.3.1.ebuild ChangeLog v8-3.2.8.2.ebuild v8-3.3.4.ebuild v8-3.1.8.12.ebuild
@ 2011-05-24  8:04 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-24  8:04 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/05/24 08:04:01

  Modified:             v8-9999.ebuild v8-3.2.3.1.ebuild ChangeLog
                        v8-3.2.8.2.ebuild v8-3.3.4.ebuild
                        v8-3.1.8.12.ebuild
  Log:
  Apply necessary PaX marks for hardened systems, bug #368151 by Marcin Miroslaw <bug@mejor.pl>.
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.11                 dev-lang/v8/v8-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.10&r2=1.11

Index: v8-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- v8-9999.ebuild	1 May 2011 16:55:02 -0000	1.10
+++ v8-9999.ebuild	24 May 2011 08:04:01 -0000	1.11
@@ -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/dev-lang/v8/v8-9999.ebuild,v 1.10 2011/05/01 16:55:02 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.11 2011/05/24 08:04:01 phajdan.jr Exp $
 
 EAPI="2"
 
-inherit eutils flag-o-matic multilib scons-utils subversion toolchain-funcs
+inherit eutils flag-o-matic multilib pax-utils scons-utils subversion toolchain-funcs
 
 DESCRIPTION="Google's open source JavaScript engine"
 HOMEPAGE="http://code.google.com/p/v8"
@@ -76,6 +76,7 @@
 	fi
 
 	escons $(use_scons readline console readline dumb) ${myconf} . || die
+	pax-mark -m obj/test/release/cctest shell d8
 }
 
 src_install() {



1.3                  dev-lang/v8/v8-3.2.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.3.1.ebuild?r1=1.2&r2=1.3

Index: v8-3.2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v8-3.2.3.1.ebuild	19 Apr 2011 10:15:44 -0000	1.2
+++ v8-3.2.3.1.ebuild	24 May 2011 08:04:01 -0000	1.3
@@ -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/dev-lang/v8/v8-3.2.3.1.ebuild,v 1.2 2011/04/19 10:15:44 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.3.1.ebuild,v 1.3 2011/05/24 08:04:01 phajdan.jr Exp $
 
 EAPI="2"
 
-inherit eutils flag-o-matic multilib scons-utils toolchain-funcs
+inherit eutils flag-o-matic multilib pax-utils scons-utils toolchain-funcs
 
 DESCRIPTION="Google's open source JavaScript engine"
 HOMEPAGE="http://code.google.com/p/v8"
@@ -75,6 +75,7 @@
 	fi
 
 	escons $(use_scons readline console readline dumb) ${myconf} . || die
+	pax-mark -m obj/test/release/cctest shell d8
 }
 
 src_install() {



1.58                 dev-lang/v8/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	13 May 2011 11:37:08 -0000	1.57
+++ ChangeLog	24 May 2011 08:04:01 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/v8
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.57 2011/05/13 11:37:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.58 2011/05/24 08:04:01 phajdan.jr Exp $
+
+  24 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> v8-3.1.8.12.ebuild,
+  v8-3.2.3.1.ebuild, v8-3.2.8.2.ebuild, v8-3.3.4.ebuild, v8-9999.ebuild:
+  Apply necessary PaX marks for hardened systems, bug #368151 by Marcin
+  Miroslaw <bug@mejor.pl>.
 
 *v8-3.3.4 (13 May 2011)
 



1.4                  dev-lang/v8/v8-3.2.8.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild?r1=1.3&r2=1.4

Index: v8-3.2.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- v8-3.2.8.2.ebuild	1 May 2011 16:55:02 -0000	1.3
+++ v8-3.2.8.2.ebuild	24 May 2011 08:04:01 -0000	1.4
@@ -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/dev-lang/v8/v8-3.2.8.2.ebuild,v 1.3 2011/05/01 16:55:02 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild,v 1.4 2011/05/24 08:04:01 phajdan.jr Exp $
 
 EAPI="2"
 
-inherit eutils flag-o-matic multilib scons-utils toolchain-funcs
+inherit eutils flag-o-matic multilib pax-utils scons-utils toolchain-funcs
 
 DESCRIPTION="Google's open source JavaScript engine"
 HOMEPAGE="http://code.google.com/p/v8"
@@ -76,6 +76,7 @@
 	fi
 
 	escons $(use_scons readline console readline dumb) ${myconf} . || die
+	pax-mark -m obj/test/release/cctest shell d8
 }
 
 src_install() {



1.2                  dev-lang/v8/v8-3.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.3.4.ebuild?r1=1.1&r2=1.2

Index: v8-3.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.3.4.ebuild	13 May 2011 11:37:08 -0000	1.1
+++ v8-3.3.4.ebuild	24 May 2011 08:04:01 -0000	1.2
@@ -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/dev-lang/v8/v8-3.3.4.ebuild,v 1.1 2011/05/13 11:37:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.3.4.ebuild,v 1.2 2011/05/24 08:04:01 phajdan.jr Exp $
 
 EAPI="2"
 
-inherit eutils flag-o-matic multilib scons-utils toolchain-funcs
+inherit eutils flag-o-matic multilib pax-utils scons-utils toolchain-funcs
 
 DESCRIPTION="Google's open source JavaScript engine"
 HOMEPAGE="http://code.google.com/p/v8"
@@ -76,6 +76,7 @@
 	fi
 
 	escons $(use_scons readline console readline dumb) ${myconf} . || die
+	pax-mark -m obj/test/release/cctest shell d8
 }
 
 src_install() {



1.4                  dev-lang/v8/v8-3.1.8.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.1.8.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.1.8.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.1.8.12.ebuild?r1=1.3&r2=1.4

Index: v8-3.1.8.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.1.8.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- v8-3.1.8.12.ebuild	12 May 2011 15:48:12 -0000	1.3
+++ v8-3.1.8.12.ebuild	24 May 2011 08:04:01 -0000	1.4
@@ -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/dev-lang/v8/v8-3.1.8.12.ebuild,v 1.3 2011/05/12 15:48:12 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.1.8.12.ebuild,v 1.4 2011/05/24 08:04:01 phajdan.jr Exp $
 
 EAPI="2"
 
-inherit eutils flag-o-matic multilib scons-utils toolchain-funcs
+inherit eutils flag-o-matic multilib pax-utils scons-utils toolchain-funcs
 
 DESCRIPTION="Google's open source JavaScript engine"
 HOMEPAGE="http://code.google.com/p/v8"
@@ -66,6 +66,7 @@
 	fi
 
 	escons $(use_scons readline console readline dumb) ${myconf} . || die
+	pax-mark -m obj/test/release/cctest shell d8
 }
 
 src_install() {






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

only message in thread, other threads:[~2011-05-24  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24  8:04 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild v8-3.2.3.1.ebuild ChangeLog v8-3.2.8.2.ebuild v8-3.3.4.ebuild v8-3.1.8.12.ebuild PaweA Hajdan (phajdan.jr)

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