Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/, scripts/
Date: Wed, 22 Jul 2015 23:49:20
Message-Id: 1437609097.506bc960e2002cc2ba3dd9b1ef5af921da599e84.blueness@gentoo
1 commit: 506bc960e2002cc2ba3dd9b1ef5af921da599e84
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 22 23:51:37 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 22 23:51:37 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=506bc960
7
8 Rebuld toolchan at cycle 1 to be safe.
9
10 core/var/lib/portage/world.CYCLE.2 | 1 +
11 core/var/lib/portage/world.CYCLE.3 | 1 +
12 core/var/lib/portage/world.CYCLE.4 | 1 +
13 scripts/cycle.1.sh | 6 ++++++
14 4 files changed, 9 insertions(+)
15
16 diff --git a/core/var/lib/portage/world.CYCLE.2 b/core/var/lib/portage/world.CYCLE.2
17 index 0a090a3..4ed60de 100644
18 --- a/core/var/lib/portage/world.CYCLE.2
19 +++ b/core/var/lib/portage/world.CYCLE.2
20 @@ -46,6 +46,7 @@ sys-devel/gdb
21 sys-fs/cryptsetup
22 sys-kernel/genkernel
23 sys-kernel/linux-firmware
24 +sys-libs/argp-standalone
25 sys-libs/cracklib
26 sys-libs/db
27 sys-libs/gdbm
28
29 diff --git a/core/var/lib/portage/world.CYCLE.3 b/core/var/lib/portage/world.CYCLE.3
30 index 01a9dbc..3d325eb 100644
31 --- a/core/var/lib/portage/world.CYCLE.3
32 +++ b/core/var/lib/portage/world.CYCLE.3
33 @@ -47,6 +47,7 @@ sys-devel/gdb
34 sys-fs/cryptsetup
35 sys-kernel/genkernel
36 sys-kernel/linux-firmware
37 +sys-libs/argp-standalone
38 sys-libs/cracklib
39 sys-libs/db
40 sys-libs/gdbm
41
42 diff --git a/core/var/lib/portage/world.CYCLE.4 b/core/var/lib/portage/world.CYCLE.4
43 index dd462d7..fd8662a 100644
44 --- a/core/var/lib/portage/world.CYCLE.4
45 +++ b/core/var/lib/portage/world.CYCLE.4
46 @@ -3062,6 +3062,7 @@ sys-fs/udftools
47 sys-kernel/genkernel
48 sys-kernel/kccmp
49 sys-kernel/linux-firmware
50 +sys-libs/argp-standalone
51 sys-libs/cracklib
52 sys-libs/db
53 sys-libs/gdbm
54
55 diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh
56 index afeada3..6c75fa4 100644
57 --- a/scripts/cycle.1.sh
58 +++ b/scripts/cycle.1.sh
59 @@ -2,6 +2,12 @@
60
61 source /etc/profile
62 env-update
63 +
64 emerge -b1q layman
65 layman -L
66 layman -a musl
67 +
68 +emerge -b1q binutils
69 +emerge -b1q gcc
70 +emerge -b1q musl
71 +emerge -b1q argp-standalone