aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-01 21:40:20 +0000
committerSam James <sam@gentoo.org>2023-01-01 21:40:20 +0000
commit55ff6471ce55a668602922eb922642d0a405b020 (patch)
treea1099d2f3230e67823e1217b89ba16542e4482ae
parent2023-01-01-hardening-fortify-assertions: add item (diff)
downloadgentoo-news-55ff6471.tar.gz
gentoo-news-55ff6471.tar.bz2
gentoo-news-55ff6471.zip
2023-01-01-hardening-fortify-assertions: update GCC version
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt b/2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt
index dfe9127..3b2ff02 100644
--- a/2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt
+++ b/2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt
@@ -26,12 +26,12 @@ techniques:
2. libstdc++ assertions (-D_GLIBCXX_ASSERTIONS) [1]
These will both be enabled by default with USE=hardened on sys-devel/gcc
-for >=sys-devel/gcc-12.2.1_p20221224-r1.
+for >=sys-devel/gcc-12.2.1_p20221231.
To view the existing list of hardening changes applied by the profiles,
see the wiki [2].
-Stable users may wish to add sys-devel/gcc-12.2.1_p20221224-r1 into
+Stable users may wish to add sys-devel/gcc-12.2.1_p20221231 into
/etc/portage/package.accept_keywords if they wish to take advantage
of these improvements early, before GCC 12 is marked stable.
@@ -40,7 +40,7 @@ of these improvements early, before GCC 12 is marked stable.
To fully take advantage of these new settings, GCC must first
be upgraded, and then all packages must be re-emerged:
1. emerge --sync
-2. emerge --verbose --oneshot ">=sys-devel/gcc-12.2.1_p20221224-r1"
+2. emerge --verbose --oneshot ">=sys-devel/gcc-12.2.1_p20221231"
3. emerge --verbose --emptytree @world
## Troubleshooting