Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/, profiles/features/hardened/x86/, profiles/, ...
Date: Tue, 30 Jan 2018 01:09:37
Message-Id: 1517274557.c9483bd9f5942f09961575193fcd121e594372d6.zorry@gentoo
1 commit: c9483bd9f5942f09961575193fcd121e594372d6
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 01:07:57 2018 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 01:09:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9483bd9
7
8 profiles: add hardened x86 on 17.0
9
10 profiles/default/linux/x86/17.0/hardened/eapi | 1 +
11 profiles/default/linux/x86/17.0/hardened/parent | 2 ++
12 profiles/features/hardened/package.use | 2 +-
13 profiles/features/hardened/x86/eapi | 1 +
14 profiles/features/hardened/{package.use => x86/make.defaults} | 5 ++---
15 profiles/features/hardened/x86/parent | 1 +
16 profiles/profiles.desc | 1 +
17 7 files changed, 9 insertions(+), 4 deletions(-)
18
19 diff --git a/profiles/default/linux/x86/17.0/hardened/eapi b/profiles/default/linux/x86/17.0/hardened/eapi
20 new file mode 100644
21 index 00000000000..7ed6ff82de6
22 --- /dev/null
23 +++ b/profiles/default/linux/x86/17.0/hardened/eapi
24 @@ -0,0 +1 @@
25 +5
26
27 diff --git a/profiles/default/linux/x86/17.0/hardened/parent b/profiles/default/linux/x86/17.0/hardened/parent
28 new file mode 100644
29 index 00000000000..40a1173682f
30 --- /dev/null
31 +++ b/profiles/default/linux/x86/17.0/hardened/parent
32 @@ -0,0 +1,2 @@
33 +..
34 +../../../../../features/hardened/x86
35
36 diff --git a/profiles/features/hardened/package.use b/profiles/features/hardened/package.use
37 index 97fd35ef32a..7068f81e305 100644
38 --- a/profiles/features/hardened/package.use
39 +++ b/profiles/features/hardened/package.use
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 dev-lang/python gdbm
46
47 diff --git a/profiles/features/hardened/x86/eapi b/profiles/features/hardened/x86/eapi
48 new file mode 100644
49 index 00000000000..7ed6ff82de6
50 --- /dev/null
51 +++ b/profiles/features/hardened/x86/eapi
52 @@ -0,0 +1 @@
53 +5
54
55 diff --git a/profiles/features/hardened/package.use b/profiles/features/hardened/x86/make.defaults
56 similarity index 52%
57 copy from profiles/features/hardened/package.use
58 copy to profiles/features/hardened/x86/make.defaults
59 index 97fd35ef32a..bc6776d156e 100644
60 --- a/profiles/features/hardened/package.use
61 +++ b/profiles/features/hardened/x86/make.defaults
62 @@ -1,5 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Foundation.
65 # Distributed under the terms of the GNU General Public License v2
66
67 -dev-lang/python gdbm
68 -
69 +USE="pic"
70
71 diff --git a/profiles/features/hardened/x86/parent b/profiles/features/hardened/x86/parent
72 new file mode 100644
73 index 00000000000..f3229c5b987
74 --- /dev/null
75 +++ b/profiles/features/hardened/x86/parent
76 @@ -0,0 +1 @@
77 +..
78
79 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
80 index e6fe238b8a6..8bdfb1d1dd9 100644
81 --- a/profiles/profiles.desc
82 +++ b/profiles/profiles.desc
83 @@ -248,6 +248,7 @@ x86 default/linux/x86/13.0/developer stable
84 x86 default/linux/x86/13.0/systemd stable
85 x86 default/linux/x86/17.0 stable
86 x86 default/linux/x86/17.0/selinux dev
87 +x86 default/linux/x86/17.0/hardened dev
88 x86 default/linux/x86/17.0/desktop stable
89 x86 default/linux/x86/17.0/desktop/gnome stable
90 x86 default/linux/x86/17.0/desktop/gnome/systemd stable