Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened: use.mask
Date: Wed, 02 Jan 2008 02:53:48
Message-Id: E1J9tjh-0000Ix-OF@stork.gentoo.org
1 solar 08/01/02 02:53:41
2
3 Modified: use.mask
4 Log:
5 - pch is not compat with ASLR
6
7 Revision Changes Path
8 1.20 profiles/hardened/use.mask
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/use.mask?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/use.mask?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/use.mask?r1=1.19&r2=1.20
13
14 Index: use.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- use.mask 27 Jul 2007 02:20:09 -0000 1.19
21 +++ use.mask 2 Jan 2008 02:53:41 -0000 1.20
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.19 2007/07/27 02:20:09 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.20 2008/01/02 02:53:41 solar Exp $
27
28 emul-linux-x86
29
30 @@ -17,5 +17,8 @@
31 # tcc is x86-only
32 tcc
33
34 +# precompiled headers are not compat with ASLR.
35 +pch
36 +
37 # we love this stuff
38 -hardened
39
40
41
42 --
43 gentoo-commits@g.o mailing list