Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/icedtea: ChangeLog icedtea-7.2.0-r1.ebuild icedtea-6.1.10.4-r1.ebuild
Date: Fri, 18 Nov 2011 18:11:28
Message-Id: 20111118181115.99FDC2004B@flycatcher.gentoo.org
1 sera 11/11/18 18:11:15
2
3 Modified: ChangeLog icedtea-7.2.0-r1.ebuild
4 icedtea-6.1.10.4-r1.ebuild
5 Log:
6 Add additional PaX markings to executables for x86. Bug 389751
7
8 (Portage version: 2.1.10.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.50 dev-java/icedtea/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 18 Nov 2011 16:41:38 -0000 1.49
24 +++ ChangeLog 18 Nov 2011 18:11:15 -0000 1.50
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-java/icedtea
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.49 2011/11/18 16:41:38 caster Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.50 2011/11/18 18:11:15 sera Exp $
30 +
31 + 18 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-6.1.10.4-r1.ebuild,
32 + icedtea-7.2.0-r1.ebuild:
33 + Add additional PaX markings to executables for x86. Bug 389751
34
35 18 Nov 2011; Vlastimil Babka <caster@g.o> icedtea-6.1.10.4-r1.ebuild,
36 icedtea-7.2.0-r1.ebuild:
37
38
39
40 1.14 dev-java/icedtea/icedtea-7.2.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild?rev=1.14&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild?rev=1.14&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild?r1=1.13&r2=1.14
45
46 Index: icedtea-7.2.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v
49 retrieving revision 1.13
50 retrieving revision 1.14
51 diff -u -r1.13 -r1.14
52 --- icedtea-7.2.0-r1.ebuild 18 Nov 2011 16:41:38 -0000 1.13
53 +++ icedtea-7.2.0-r1.ebuild 18 Nov 2011 18:11:15 -0000 1.14
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.13 2011/11/18 16:41:38 caster Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.14 2011/11/18 18:11:15 sera Exp $
59 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
60
61 # *********************************************************
62 @@ -287,7 +287,9 @@
63
64 # Set PaX markings on all JDK/JRE executables to allow code-generation on
65 # the heap by the JIT compiler.
66 - pax-mark m $(list-paxables "${ddest}"{,/jre}/bin/*)
67 + local marks="m"
68 + use x86 && marks="msp"
69 + pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
70
71 dodoc ASSEMBLY_EXCEPTION THIRD_PARTY_README
72
73
74
75
76 1.7 dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?rev=1.7&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?rev=1.7&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild?r1=1.6&r2=1.7
81
82 Index: icedtea-6.1.10.4-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v
85 retrieving revision 1.6
86 retrieving revision 1.7
87 diff -u -r1.6 -r1.7
88 --- icedtea-6.1.10.4-r1.ebuild 18 Nov 2011 16:41:38 -0000 1.6
89 +++ icedtea-6.1.10.4-r1.ebuild 18 Nov 2011 18:11:15 -0000 1.7
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.6 2011/11/18 16:41:38 caster Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.7 2011/11/18 18:11:15 sera Exp $
95 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
96
97 # *********************************************************
98 @@ -269,7 +269,9 @@
99
100 # Set PaX markings on all JDK/JRE executables to allow code-generation on
101 # the heap by the JIT compiler.
102 - pax-mark m $(list-paxables "${ddest}"{,/jre}/bin/*)
103 + local marks="m"
104 + use x86 && marks="msp"
105 + pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
106
107 dodoc ASSEMBLY_EXCEPTION THIRD_PARTY_README