Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/, profiles/hardened/linux/uclibc/, ...
Date: Fri, 20 Oct 2017 01:38:33
Message-Id: 1508463394.4c07e32781f58ac749b8922533c5a85eced4eecc.zerochaos@gentoo
1 commit: 4c07e32781f58ac749b8922533c5a85eced4eecc
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 20 01:36:34 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 01:36:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c07e327
7
8 profiles: remove pax_kernel from default use flags
9
10 With the removal of the only pax hardened kernel sources in gentoo, this
11 use flag default no longer makes sense. I weep for all of us.
12 https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html
13
14 profiles/features/hardened/make.defaults | 6 +++---
15 profiles/hardened/linux/make.defaults | 6 +++---
16 profiles/hardened/linux/musl/make.defaults | 6 +++---
17 profiles/hardened/linux/uclibc/make.defaults | 6 +++---
18 4 files changed, 12 insertions(+), 12 deletions(-)
19
20 diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults
21 index f753f571b72..d83d7eab885 100644
22 --- a/profiles/features/hardened/make.defaults
23 +++ b/profiles/features/hardened/make.defaults
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2014 Gentoo Foundation.
26 +# Copyright 1999-2017 Gentoo Foundation.
27 # Distributed under the terms of the GNU General Public License v2
28
29 # Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
30 # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
31 -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc"
32 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic xtpax -jit -orc"
33
34 -USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
35 +USE="hardened pic urandom xtpax -fortran -jit -orc"
36
37 # Ian Stakenvicius, 2014-09-03
38 # Set a variable just to indicate that the current profile is a hardened one
39
40 diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
41 index f753f571b72..d83d7eab885 100644
42 --- a/profiles/hardened/linux/make.defaults
43 +++ b/profiles/hardened/linux/make.defaults
44 @@ -1,11 +1,11 @@
45 -# Copyright 1999-2014 Gentoo Foundation.
46 +# Copyright 1999-2017 Gentoo Foundation.
47 # Distributed under the terms of the GNU General Public License v2
48
49 # Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
50 # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
51 -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc"
52 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic xtpax -jit -orc"
53
54 -USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
55 +USE="hardened pic urandom xtpax -fortran -jit -orc"
56
57 # Ian Stakenvicius, 2014-09-03
58 # Set a variable just to indicate that the current profile is a hardened one
59
60 diff --git a/profiles/hardened/linux/musl/make.defaults b/profiles/hardened/linux/musl/make.defaults
61 index ec5b4ed52d2..518c214765b 100644
62 --- a/profiles/hardened/linux/musl/make.defaults
63 +++ b/profiles/hardened/linux/musl/make.defaults
64 @@ -1,12 +1,12 @@
65 -# Copyright 1999-2014 Gentoo Foundation.
66 +# Copyright 1999-2017 Gentoo Foundation.
67 # Distributed under the terms of the GNU General Public License v2
68
69 ELIBC="musl"
70
71 FEATURES="sandbox sfperms strict"
72
73 -USE="hardened nptl pax_kernel pic unicode -berkdb -jit -orc"
74 -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -nls -orc"
75 +USE="hardened nptl pic unicode -berkdb -jit -orc"
76 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pic -berkdb -jit -nls -orc"
77
78 SYMLINK_LIB="no"
79
80
81 diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults
82 index c08f30f5e7f..1212f635f54 100644
83 --- a/profiles/hardened/linux/uclibc/make.defaults
84 +++ b/profiles/hardened/linux/uclibc/make.defaults
85 @@ -1,5 +1,5 @@
86 -# Copyright 1999-2014 Gentoo Foundation.
87 +# Copyright 1999-2017 Gentoo Foundation.
88 # Distributed under the terms of the GNU General Public License v2
89
90 -USE="${USE} hardened pax_kernel pic -jit -orc"
91 -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc"
92 +USE="${USE} hardened pic -jit -orc"
93 +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic -jit -orc"