Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/x86: package.mask package.use.mask
Date: Tue, 27 Nov 2012 01:20:26
Message-Id: 20121127012013.F309520C65@flycatcher.gentoo.org
1 zerochaos 12/11/27 01:20:13
2
3 Modified: package.mask package.use.mask
4 Log:
5 propogating changes from amd64 to x86 relating to nvidia on hardened
6
7 Revision Changes Path
8 1.8 profiles/hardened/linux/x86/package.mask
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/package.mask?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/package.mask?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/package.mask?r1=1.7&r2=1.8
13
14 Index: package.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- package.mask 7 Aug 2012 03:45:22 -0000 1.7
21 +++ package.mask 27 Nov 2012 01:20:13 -0000 1.8
22 @@ -1,13 +1,15 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v 1.7 2012/08/07 03:45:22 zerochaos Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v 1.8 2012/11/27 01:20:13 zerochaos Exp $
27
28 -# Although it may build, these packages do more harm than good on hardened.
29 -# X almost certainly will not load, same with anything related to opengl.
30 -# Users with nVidia GPUs must use the OSS "nouveau" or "nv" Xorg drivers.
31 -x11-drivers/nvidia-drivers
32 -media-video/nvidia-settings
33 -dev-util/nvidia-cuda-sdk
34 +# Rick Farina <zerochaos@g.o> (26 Nov 2012)
35 +# Newer then 300.00 is patched but we still have RWX in the libs.
36 +# We mask X for we still need to make the doc for revdep-pax else
37 +# hell will rule. Propogating change from amd64.
38 +# Bug 433121
39 +<=x11-drivers/nvidia-drivers-300.00
40 +#media-video/nvidia-settings
41 +#dev-util/nvidia-cuda-sdk
42
43 # Depends on x11-drivers/nvidia-drivers
44 -dev-python/pyopencl
45 +#dev-python/pyopencl
46
47
48
49 1.17 profiles/hardened/linux/x86/package.use.mask
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/package.use.mask?rev=1.17&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/package.use.mask?rev=1.17&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/x86/package.use.mask?r1=1.16&r2=1.17
54
55 Index: package.use.mask
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v
58 retrieving revision 1.16
59 retrieving revision 1.17
60 diff -u -r1.16 -r1.17
61 --- package.use.mask 22 Mar 2012 16:57:27 -0000 1.16
62 +++ package.use.mask 27 Nov 2012 01:20:13 -0000 1.17
63 @@ -1,9 +1,17 @@
64 # Copyright 1999-2012 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v 1.16 2012/03/22 16:57:27 radhermit Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v 1.17 2012/11/27 01:20:13 zerochaos Exp $
68
69 # cyrus-sasl doesn't work w/ USE=berkdb (#192753)
70 dev-libs/cyrus-sasl berkdb
71
72 # missing the necessary linux-headers dep
73 >=net-fs/netatalk-2.0.3-r3 xfs
74 +
75 +# Rick Farina <zerochaos@g.o> (26 Nov 2012)
76 +# mask X and tools for we still miss the docs for revdep-pax
77 +# else hell will rule. (RWX in the libs)
78 +# Propogating changes from amd64.
79 +# Bug 433121
80 +x11-drivers/nvidia-drivers X tools
81 +