Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/gentoo-news:master commit in: 2023-01-01-hardening-fortify-assertions/
Date: Sun, 01 Jan 2023 21:40:34
Message-Id: 1672609220.55ff6471ce55a668602922eb922642d0a405b020.sam@gentoo
1 commit: 55ff6471ce55a668602922eb922642d0a405b020
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 21:40:20 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 21:40:20 2023 +0000
6 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=55ff6471
7
8 2023-01-01-hardening-fortify-assertions: update GCC version
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../2023-01-01-hardening-fortify-assertions.en.txt | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 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
16 index dfe9127..3b2ff02 100644
17 --- a/2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt
18 +++ b/2023-01-01-hardening-fortify-assertions/2023-01-01-hardening-fortify-assertions.en.txt
19 @@ -26,12 +26,12 @@ techniques:
20 2. libstdc++ assertions (-D_GLIBCXX_ASSERTIONS) [1]
21
22 These will both be enabled by default with USE=hardened on sys-devel/gcc
23 -for >=sys-devel/gcc-12.2.1_p20221224-r1.
24 +for >=sys-devel/gcc-12.2.1_p20221231.
25
26 To view the existing list of hardening changes applied by the profiles,
27 see the wiki [2].
28
29 -Stable users may wish to add sys-devel/gcc-12.2.1_p20221224-r1 into
30 +Stable users may wish to add sys-devel/gcc-12.2.1_p20221231 into
31 /etc/portage/package.accept_keywords if they wish to take advantage
32 of these improvements early, before GCC 12 is marked stable.
33
34 @@ -40,7 +40,7 @@ of these improvements early, before GCC 12 is marked stable.
35 To fully take advantage of these new settings, GCC must first
36 be upgraded, and then all packages must be re-emerged:
37 1. emerge --sync
38 -2. emerge --verbose --oneshot ">=sys-devel/gcc-12.2.1_p20221224-r1"
39 +2. emerge --verbose --oneshot ">=sys-devel/gcc-12.2.1_p20221231"
40 3. emerge --verbose --emptytree @world
41
42 ## Troubleshooting