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: seamonkey-2.16.2.ebuild ChangeLog
Date: Fri, 29 Mar 2013 00:43:31
Message-Id: 20130329004327.7E6C62171D@flycatcher.gentoo.org
1 anarchy 13/03/29 00:43:27
2
3 Modified: seamonkey-2.16.2.ebuild ChangeLog
4 Log:
5 Seamonkey : Fix hardened support when jit is enabled
6
7 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
8
9 Revision Changes Path
10 1.5 www-client/seamonkey/seamonkey-2.16.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild?r1=1.4&r2=1.5
15
16 Index: seamonkey-2.16.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- seamonkey-2.16.2.ebuild 25 Mar 2013 14:08:08 -0000 1.4
23 +++ seamonkey-2.16.2.ebuild 29 Mar 2013 00:43:27 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild,v 1.4 2013/03/25 14:08:08 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild,v 1.5 2013/03/29 00:43:27 anarchy Exp $
29
30 EAPI="3"
31 WANT_AUTOCONF="2.1"
32 @@ -283,7 +283,7 @@
33 # Without methodjit and tracejit there's no conflict with PaX
34 if use jit ; then
35 # Pax mark xpcshell for hardened support, only used for startupcache creation.
36 - pax-mark m "${S}"/mozilla/dist/bin/xpcshell
37 + pax-mark m "${S}/${obj_dir}/mozilla/dist/bin/xpcshell"
38 fi
39
40 MOZ_MAKE_FLAGS="${MAKEOPTS}" \
41
42
43
44 1.445 www-client/seamonkey/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.445&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.445&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.444&r2=1.445
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
53 retrieving revision 1.444
54 retrieving revision 1.445
55 diff -u -r1.444 -r1.445
56 --- ChangeLog 25 Mar 2013 14:08:08 -0000 1.444
57 +++ ChangeLog 29 Mar 2013 00:43:27 -0000 1.445
58 @@ -1,6 +1,9 @@
59 # ChangeLog for www-client/seamonkey
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.444 2013/03/25 14:08:08 polynomial-c Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.445 2013/03/29 00:43:27 anarchy Exp $
63 +
64 + 29 Mar 2013; Jory A. Pratt <anarchy@g.o> seamonkey-2.16.2.ebuild:
65 + Fix hardened support for jit
66
67 25 Mar 2013; Lars Wendler <polynomial-c@g.o> seamonkey-2.16.2.ebuild:
68 Adjusted sqlite dependencies as requested in bug #462404.