Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/musl/
Date: Sat, 01 May 2021 20:22:09
Message-Id: 1619900515.1193c422d1ca15da03fcafbe06a225bb72788b24.dilfridge@gentoo
1 commit: 1193c422d1ca15da03fcafbe06a225bb72788b24
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 20:19:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 20:21:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1193c422
7
8 Add experimental amd64 musl hardened specs
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 releases/specs/amd64/musl/stage1-hardened.spec | 14 ++++++++++++++
13 releases/specs/amd64/musl/stage2-hardened.spec | 12 ++++++++++++
14 releases/specs/amd64/musl/stage3-hardened.spec | 12 ++++++++++++
15 3 files changed, 38 insertions(+)
16
17 diff --git a/releases/specs/amd64/musl/stage1-hardened.spec b/releases/specs/amd64/musl/stage1-hardened.spec
18 new file mode 100644
19 index 00000000..11762770
20 --- /dev/null
21 +++ b/releases/specs/amd64/musl/stage1-hardened.spec
22 @@ -0,0 +1,14 @@
23 +subarch: amd64
24 +target: stage1
25 +version_stamp: musl-hardened-@TIMESTAMP@
26 +rel_type: musl-hardened
27 +profile: default/linux/amd64/17.0/musl/hardened
28 +snapshot: @TIMESTAMP@
29 +source_subpath: musl-hardened/stage3-amd64-musl-hardened-latest
30 +chost: x86_64-gentoo-linux-musl
31 +portage_confdir: @REPO_DIR@/releases/portage/stages-musl-hardened
32 +portage_overlay: /root/musl
33 +portage_prefix: releng
34 +update_seed: yes
35 +update_seed_command: --update --deep --newuse @world
36 +compression_mode: pixz_x
37
38 diff --git a/releases/specs/amd64/musl/stage2-hardened.spec b/releases/specs/amd64/musl/stage2-hardened.spec
39 new file mode 100644
40 index 00000000..266791f7
41 --- /dev/null
42 +++ b/releases/specs/amd64/musl/stage2-hardened.spec
43 @@ -0,0 +1,12 @@
44 +subarch: amd64
45 +target: stage2
46 +version_stamp: musl-hardened-@TIMESTAMP@
47 +rel_type: musl-hardened
48 +profile: default/linux/amd64/17.0/musl/hardened
49 +snapshot: @TIMESTAMP@
50 +source_subpath: musl-hardened/stage1-amd64-musl-hardened-@TIMESTAMP@
51 +chost: x86_64-gentoo-linux-musl
52 +portage_confdir: @REPO_DIR@/releases/portage/stages-musl-hardened
53 +portage_overlay: /root/musl
54 +portage_prefix: releng
55 +compression_mode: pixz_x
56
57 diff --git a/releases/specs/amd64/musl/stage3-hardened.spec b/releases/specs/amd64/musl/stage3-hardened.spec
58 new file mode 100644
59 index 00000000..7a520594
60 --- /dev/null
61 +++ b/releases/specs/amd64/musl/stage3-hardened.spec
62 @@ -0,0 +1,12 @@
63 +subarch: amd64
64 +target: stage3
65 +version_stamp: musl-hardened-@TIMESTAMP@
66 +rel_type: musl-hardened
67 +profile: default/linux/amd64/17.0/musl/hardened
68 +snapshot: @TIMESTAMP@
69 +source_subpath: musl-hardened/stage2-amd64-musl-hardened-@TIMESTAMP@
70 +chost: x86_64-gentoo-linux-musl
71 +portage_confdir: @REPO_DIR@/releases/portage/stages-musl
72 +portage_overlay: /root/musl
73 +portage_prefix: releng
74 +compression_mode: pixz_x