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 AFEC7159C96 for ; Wed, 24 Jul 2024 11:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E154DE2A8B; Wed, 24 Jul 2024 11:53:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2BEDE2A8B for ; Wed, 24 Jul 2024 11:53: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C8D934106C for ; Wed, 24 Jul 2024 11:53:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7311B1D9B for ; Wed, 24 Jul 2024 11:53:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721821982.61bc9961374b7af5517e107a89b514b422afe0a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61bc9961374b7af5517e107a89b514b422afe0a7 X-VCS-Branch: master Date: Wed, 24 Jul 2024 11:53:54 +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: 7f57648d-4ea6-4af6-8bbb-5859fffcce44 X-Archives-Hash: 56222661e6bf7a929aef72c13866bad9 commit: 61bc9961374b7af5517e107a89b514b422afe0a7 Author: Alfred Wingate protonmail com> AuthorDate: Wed Jul 24 09:05:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 24 11:53:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bc9961 package.mask: mask =net-firewall/nftables-1.1.0 due broken change Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 22e249770447..f98dfc9172c7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Alfred Wingate (2024-07-24) +# Includes change that breaks firewalld notably. +# +# https://git.netfilter.org/nftables/commit/?id=93560d0117639c8685fc287128ab06dec9950fbd +# https://github.com/firewalld/firewalld/issues/1366 +# https://lore.kernel.org/netfilter-devel/Zp7FqL_YK3p_dQ8B@egarver-mac/ +=net-firewall/nftables-1.1.0 + # Sam James (2024-07-24) # Fails to build with GCC 15, several open bugs # including test failures. Unpackaged by others.