From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1646283-garchives=archives.gentoo.org@lists.gentoo.org> 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 0185115802E for <garchives@archives.gentoo.org>; Mon, 24 Jun 2024 17:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 327EFE2B6A; Mon, 24 Jun 2024 17:35:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0BD5EE2B6A for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jun 2024 17:35:02 +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 1AADA335D6B for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jun 2024 17:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85F1901 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Jun 2024 17:34:59 +0000 (UTC) From: "Kenton Groombridge" <concord@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" <concord@gentoo.org> Message-ID: <1719250346.188485d2a7b8af8b0c1c58447450067d29a83ffd.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-2.1.1-r2.ebuild net-firewall/firewalld/firewalld-2.1.1.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 188485d2a7b8af8b0c1c58447450067d29a83ffd X-VCS-Branch: master Date: Mon, 24 Jun 2024 17:34:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b67d1679-d303-4609-b1be-2d348240a1d7 X-Archives-Hash: 0a1169d66d704cd5a5b66a007f5ed19c commit: 188485d2a7b8af8b0c1c58447450067d29a83ffd Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Mon Jun 24 17:32:26 2024 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Mon Jun 24 17:32:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188485d2 net-firewall/firewalld: add USE=selinux Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> net-firewall/firewalld/firewalld-2.1.1-r2.ebuild | 3 ++- net-firewall/firewalld/firewalld-2.1.1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild index 518816e8e8b3..5bad13603297 100644 --- a/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild +++ b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" +IUSE="gui +nftables +iptables selinux test" # Tests are too unreliable in sandbox environment RESTRICT="!test? ( test ) test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -37,6 +37,7 @@ RDEPEND=" net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) + selinux? ( sec-policy/selinux-firewalld ) " DEPEND=" ${RDEPEND} diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild b/net-firewall/firewalld/firewalld-2.1.1.ebuild index d30735b4523c..86bba732e341 100644 --- a/net-firewall/firewalld/firewalld-2.1.1.ebuild +++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" +IUSE="gui +nftables +iptables selinux test" # Tests are too unreliable in sandbox environment RESTRICT="!test? ( test ) test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -37,6 +37,7 @@ RDEPEND=" net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) + selinux? ( sec-policy/selinux-firewalld ) " DEPEND=" ${RDEPEND}