* [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/amd64/
@ 2017-12-30 10:16 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-12-30 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 8de4f780b7153c030c832c89da4a6a7f4c1ef198
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 10:00:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 10:16:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de4f780
profiles/features/hardened: Remove USE masks for removed packages
profiles/features/hardened/amd64/package.use.mask | 8 --------
1 file changed, 8 deletions(-)
diff --git a/profiles/features/hardened/amd64/package.use.mask b/profiles/features/hardened/amd64/package.use.mask
deleted file mode 100644
index 50e34f0e46d..00000000000
--- a/profiles/features/hardened/amd64/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Cernlib has address space issues on amd64 and package is no
-# longer supported by upstream. Thus masking it and its reverse
-# dependencies.
-# See bugs 426764, 556612.
-=sci-physics/geant-4.9.4* geant3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/amd64/
@ 2021-11-27 19:47 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-11-27 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 10bad611687710903699c02b6a0d12280337f96b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 19:44:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 19:46:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bad611
profiles/features/hardened/amd64: unmask CET
The plan is to unmask CET in base entirely soon but let's allow it
to soak in hardened first.
We'll then switch to enabling USE=cet by default in hardened later.
See: https://github.com/gentoo/gentoo/pull/21588
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/features/hardened/amd64/package.use.mask | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/profiles/features/hardened/amd64/package.use.mask b/profiles/features/hardened/amd64/package.use.mask
new file mode 100644
index 000000000000..c1152ea1c608
--- /dev/null
+++ b/profiles/features/hardened/amd64/package.use.mask
@@ -0,0 +1,11 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2021-11-27)
+# Unmask CET here. It works on amd64 and this is the hardened profile.
+sys-devel/binutils -cet
+sys-devel/binutils-hppa64 -cet
+sys-devel/gdb -cet
+sys-libs/binutils-libs -cet
+sys-libs/glibc -cet
+sys-devel/gcc -cet
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/amd64/
@ 2023-01-20 21:18 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-01-20 21:18 UTC (permalink / raw
To: gentoo-commits
commit: f69a93f7c1aac2540ea2ecd80a264b7b8ba1094a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:18:02 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:18:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69a93f7
profiles/features/hardened/amd64: enable USE=cet
Closes: https://bugs.gentoo.org/822036
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/features/hardened/amd64/make.defaults | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/profiles/features/hardened/amd64/make.defaults b/profiles/features/hardened/amd64/make.defaults
index 1d58d93d3152..e8f0bdf8ba65 100644
--- a/profiles/features/hardened/amd64/make.defaults
+++ b/profiles/features/hardened/amd64/make.defaults
@@ -1,5 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2023 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
-USE="-pic"
-
+USE="cet -pic"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-20 21:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-27 19:47 [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/amd64/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-01-20 21:18 Sam James
2017-12-30 10:16 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox