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: icedtea-6.1.13.1.ebuild ChangeLog
Date: Thu, 30 Jan 2014 20:58:20
Message-Id: 20140130205814.1F1302004C@flycatcher.gentoo.org
1 sera 14/01/30 20:58:14
2
3 Modified: icedtea-6.1.13.1.ebuild ChangeLog
4 Log:
5 Fix sandbox violation #499746
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
8
9 Revision Changes Path
10 1.2 dev-java/icedtea/icedtea-6.1.13.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.1.ebuild?r1=1.1&r2=1.2
15
16 Index: icedtea-6.1.13.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- icedtea-6.1.13.1.ebuild 29 Jan 2014 21:26:17 -0000 1.1
23 +++ icedtea-6.1.13.1.ebuild 30 Jan 2014 20:58:13 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.1.ebuild,v 1.1 2014/01/29 21:26:17 sera Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.13.1.ebuild,v 1.2 2014/01/30 20:58:13 sera Exp $
29 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
30
31 # *********************************************************
32 @@ -135,6 +135,9 @@
33 }
34
35 java_prepare() {
36 + # For bootstrap builds as the sandbox control file might not yet exist.
37 + addpredict /proc/self/coredump_filter
38 +
39 # icedtea doesn't like some locales. #330433 #389717
40 export LANG="C" LC_ALL="C"
41 }
42 @@ -298,6 +301,7 @@
43 if ! use X || ! use alsa || ! use cups; then
44 java-vm_revdep-mask "${dest}"
45 fi
46 + java-vm_sandbox-predict /proc/self/coredump_filter
47 }
48
49 pkg_preinst() {
50
51
52
53 1.115 dev-java/icedtea/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.115&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?rev=1.115&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/ChangeLog?r1=1.114&r2=1.115
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v
62 retrieving revision 1.114
63 retrieving revision 1.115
64 diff -u -r1.114 -r1.115
65 --- ChangeLog 29 Jan 2014 21:26:17 -0000 1.114
66 +++ ChangeLog 30 Jan 2014 20:58:13 -0000 1.115
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-java/icedtea
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.114 2014/01/29 21:26:17 sera Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/ChangeLog,v 1.115 2014/01/30 20:58:13 sera Exp $
72 +
73 + 30 Jan 2014; Ralph Sennhauser <sera@g.o> icedtea-6.1.13.1.ebuild:
74 + Fix sandbox violation #499746
75
76 *icedtea-6.1.13.1 (29 Jan 2014)