Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey: ChangeLog seamonkey-2.16.ebuild seamonkey-2.15.1.ebuild
Date: Sun, 24 Feb 2013 19:13:07
Message-Id: 20130224191303.79E922171D@flycatcher.gentoo.org
1 anarchy 13/02/24 19:13:03
2
3 Modified: ChangeLog seamonkey-2.16.ebuild
4 seamonkey-2.15.1.ebuild
5 Log:
6 Fix hardened support bug #459022
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
9
10 Revision Changes Path
11 1.437 www-client/seamonkey/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.437&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.437&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.436&r2=1.437
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
20 retrieving revision 1.436
21 retrieving revision 1.437
22 diff -u -r1.436 -r1.437
23 --- ChangeLog 24 Feb 2013 16:02:00 -0000 1.436
24 +++ ChangeLog 24 Feb 2013 19:13:03 -0000 1.437
25 @@ -1,6 +1,10 @@
26 # ChangeLog for www-client/seamonkey
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.436 2013/02/24 16:02:00 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.437 2013/02/24 19:13:03 anarchy Exp $
30 +
31 + 24 Feb 2013; <anarchy@g.o> seamonkey-2.15.1.ebuild,
32 + seamonkey-2.16.ebuild:
33 + Fix pax-mark issue for hardened support, bug #459022
34
35 24 Feb 2013; Agostino Sarubbo <ago@g.o> seamonkey-2.16.ebuild:
36 Accidentally marked stable for amd64 and x86, revert
37
38
39
40 1.6 www-client/seamonkey/seamonkey-2.16.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.16.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.16.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.16.ebuild?r1=1.5&r2=1.6
45
46 Index: seamonkey-2.16.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- seamonkey-2.16.ebuild 24 Feb 2013 16:02:00 -0000 1.5
53 +++ seamonkey-2.16.ebuild 24 Feb 2013 19:13:03 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.ebuild,v 1.5 2013/02/24 16:02:00 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.ebuild,v 1.6 2013/02/24 19:13:03 anarchy Exp $
59
60 EAPI="3"
61 WANT_AUTOCONF="2.1"
62 @@ -280,7 +280,7 @@
63 # Without methodjit and tracejit there's no conflict with PaX
64 if use jit ; then
65 # Pax mark xpcshell for hardened support, only used for startupcache creation.
66 - pax-mark m "${S}"/dist/bin/xpcshell
67 + pax-mark m "${S}"/mozilla/dist/bin/xpcshell
68 fi
69
70 MOZ_MAKE_FLAGS="${MAKEOPTS}" \
71
72
73
74 1.4 www-client/seamonkey/seamonkey-2.15.1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild?r1=1.3&r2=1.4
79
80 Index: seamonkey-2.15.1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- seamonkey-2.15.1.ebuild 18 Feb 2013 16:06:02 -0000 1.3
87 +++ seamonkey-2.15.1.ebuild 24 Feb 2013 19:13:03 -0000 1.4
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild,v 1.3 2013/02/18 16:06:02 polynomial-c Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild,v 1.4 2013/02/24 19:13:03 anarchy Exp $
93
94 EAPI="3"
95 WANT_AUTOCONF="2.1"
96 @@ -228,6 +228,9 @@
97 mozconfig_use_enable jit methodjit
98 mozconfig_use_enable jit tracejit
99
100 + # Causes breakage, extremely experimental feature still in development
101 + use ppc64 && mozconfig_annotate '' --disable-ion
102 +
103 # Use an objdir to keep things organized.
104 echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/seamonk" \
105 >> "${S}"/.mozconfig