Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc: make.defaults use.mask
Date: Tue, 28 May 2013 14:48:10
Message-Id: 20130528144805.155DD2171E@flycatcher.gentoo.org
1 blueness 13/05/28 14:48:05
2
3 Modified: make.defaults use.mask
4 Log:
5 Unmask jit and orc, but turn them off by default on hardened/linux/uclibc
6
7 Revision Changes Path
8 1.5 profiles/hardened/linux/uclibc/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults?r1=1.4&r2=1.5
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- make.defaults 25 Oct 2012 16:06:42 -0000 1.4
21 +++ make.defaults 28 May 2013 14:48:04 -0000 1.5
22 @@ -1,13 +1,13 @@
23 -# Copyright 1999-2012 Gentoo Foundation.
24 +# Copyright 1999-2013 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v 1.4 2012/10/25 16:06:42 blueness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/make.defaults,v 1.5 2013/05/28 14:48:04 blueness Exp $
28
29 PORTAGE_LIBC="uClibc"
30 ELIBC=uclibc
31
32 FEATURES="sandbox sfperms strict"
33
34 -USE="hardened nptl pax_kernel pic unicode xattr -berkdb"
35 -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb"
36 +USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
37 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
38
39 SYMLINK_LIB="no"
40
41
42
43 1.4 profiles/hardened/linux/uclibc/use.mask
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/use.mask?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/use.mask?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/use.mask?r1=1.3&r2=1.4
48
49 Index: use.mask
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- use.mask 25 Oct 2012 16:06:42 -0000 1.3
56 +++ use.mask 28 May 2013 14:48:04 -0000 1.4
57 @@ -1,14 +1,10 @@
58 -# Copyright 1999-2012 Gentoo Foundation.
59 +# Copyright 1999-2013 Gentoo Foundation.
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v 1.3 2012/10/25 16:06:42 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/use.mask,v 1.4 2013/05/28 14:48:04 blueness Exp $
63
64 nls
65 pam
66
67 -# JIT leads to RWX mmap denials with a PaX kernel
68 -jit
69 -orc
70 -
71 emul-linux-x86
72 -uclibc