From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D4C8158020 for ; Mon, 5 Dec 2022 00:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E63EE07D0; Mon, 5 Dec 2022 00:30:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88427E07D0 for ; Mon, 5 Dec 2022 00:30:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C980F341101 for ; Mon, 5 Dec 2022 00:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41F0B766 for ; Mon, 5 Dec 2022 00:30:55 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1670200241.72a7863f15a783d3c459bada8f69bb6dc32b2caf.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/hardened/package.use.force X-VCS-Directories: profiles/features/hardened/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 72a7863f15a783d3c459bada8f69bb6dc32b2caf X-VCS-Branch: master Date: Mon, 5 Dec 2022 00:30:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67d36ac9-7fd1-4952-a65e-417289195636 X-Archives-Hash: 166f3306fcf485800b030ed912848131 commit: 72a7863f15a783d3c459bada8f69bb6dc32b2caf Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 5 00:28:56 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Dec 5 00:30:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a7863f profiles: update gcc version with new useflags in hardened profile Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/features/hardened/package.use.force | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/features/hardened/package.use.force b/profiles/features/hardened/package.use.force index af2aa42787f1..0cf2ecd72743 100644 --- a/profiles/features/hardened/package.use.force +++ b/profiles/features/hardened/package.use.force @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Andreas K. Hüttel (2022-11-29) -# Needed for new mechanism in gcc-13 ->sys-devel/gcc-12.99 default-znow default-stack-clash-protection +# Needed for new mechanism +>=sys-devel/gcc-12.2 default-znow default-stack-clash-protection # Needed for XATTR_PAX flags app-arch/tar xattr