Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/x86: make.defaults package.mask package.use.mask parent use.mask
Date: Tue, 01 Apr 2008 17:47:54
Message-Id: E1JgkUF-0004PA-6h@stork.gentoo.org
1 wolf31o2 08/04/01 17:41:31
2
3 Added: make.defaults package.mask package.use.mask parent
4 use.mask
5 Log:
6 Huge initial 2008.0 profile commit. This will need to be adjusted synced with the current masks and such in the tree, but this will work for people doing beta installs. Enjoy.
7
8 Revision Changes Path
9 1.1 profiles/hardened/linux/x86/make.defaults
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/make.defaults?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/make.defaults?rev=1.1&content-type=text/plain
13
14 Index: make.defaults
15 ===================================================================
16 # Copyright 1999-2006 Gentoo Foundation.
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.1 2008/04/01 17:41:30 wolf31o2 Exp $
19
20 ARCH="x86"
21 ACCEPT_KEYWORDS="x86"
22
23 CHOST="i486-pc-linux-gnu"
24 CFLAGS="-O2 -mcpu=i486 -pipe -fforce-addr"
25 CXXFLAGS="${CFLAGS}"
26
27 USE="berkdb crypt hardened nls nptl nptlonly pam pic readline ssl tcpd zlib"
28
29 # 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
30 # Defaults for video drivers
31 VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt \
32 mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage \
33 siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware \
34 voodoo"
35
36 # 2006/12/21 - Andrej Kacian <ticho@g.o>
37 # Defaults for audio drivers
38 ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 \
39 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m \
40 maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
41
42
43
44 1.1 profiles/hardened/linux/x86/package.mask
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/package.mask?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/package.mask?rev=1.1&content-type=text/plain
48
49 Index: package.mask
50 ===================================================================
51 # Copyright 2006-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v 1.1 2008/04/01 17:41:30 wolf31o2 Exp $
54
55 # Markus Ullmann <jokey@g.o> (18 Apr 2007)
56 # mask because of b0rkage with hardened compiler, works with vanilla compiler
57 # see bug #174813
58 app-emulation/virtualbox
59
60 # Christian Faulhammer <opfer@g.o> (05 Dec 2006)
61 # this version is badly broken on x86, see bug #153280
62 ~app-arch/rpm-4.4.7
63
64
65
66 1.1 profiles/hardened/linux/x86/package.use.mask
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/package.use.mask?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/package.use.mask?rev=1.1&content-type=text/plain
70
71 Index: package.use.mask
72 ===================================================================
73 # This file requires >=portage-2.1.1
74
75 # cyrus-sasl doesn't work w/ USE=berkdb (#192753)
76 dev-libs/cyrus-sasl berkdb
77
78 # missing the necessary linux-headers dep
79 >=net-fs/netatalk-2.0.3-r3 xfs
80
81 # needs sys-process/audit which is masked by this profile
82 sys-libs/pam audit
83
84
85
86 1.1 profiles/hardened/linux/x86/parent
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/parent?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/parent?rev=1.1&content-type=text/plain
90
91 Index: parent
92 ===================================================================
93 ../../../base
94 ..
95 ../../../arch/x86
96
97
98
99 1.1 profiles/hardened/linux/x86/use.mask
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/use.mask?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/use.mask?rev=1.1&content-type=text/plain
103
104 Index: use.mask
105 ===================================================================
106 # Copyright 1999-2004 Gentoo Foundation.
107 # Distributed under the terms of the GNU General Public License v2
108 # $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/use.mask,v 1.1 2008/04/01 17:41:30 wolf31o2 Exp $
109
110 # nvidia-drivers are masked, this has to be too
111 video_cards_nvidia
112 nvidia
113
114
115
116
117 --
118 gentoo-commits@l.g.o mailing list