summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-03-17 13:44:53 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-03-17 16:07:31 -0500
commit18bfd37decfb73f79f113fdb70b010f263625843 (patch)
treea414e82f05a914a21ed6bb15efae81c797b339be /net-firewall/firewalld/metadata.xml
parentsys-apps/shadow: depend on >=sys-kernel/linux-headers-4.14 (diff)
downloadgentoo-18bfd37decfb73f79f113fdb70b010f263625843.tar.gz
gentoo-18bfd37decfb73f79f113fdb70b010f263625843.tar.bz2
gentoo-18bfd37decfb73f79f113fdb70b010f263625843.zip
net-firewall/firewalld: version bump to 0.73
Also fix dependencies and add USE=+nftables - The iptables (ip6tables, ebtables, ipset) backend for firewalld is nowadays entirely optional. Thus add a use flags to control which backend is used and configured at compile time. This allows to drop iptables from the set of installed packages alltogether. - In case both, xtables and nftables are set also depend on nftables[xtables]. - install locales Closes: https://bugs.gentoo.org/670932 Closes: https://bugs.gentoo.org/709856 Bug: https://bugs.gentoo.org/703322 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-firewall/firewalld/metadata.xml')
-rw-r--r--net-firewall/firewalld/metadata.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-firewall/firewalld/metadata.xml b/net-firewall/firewalld/metadata.xml
index 121cd46cb5e1..96b274a47c90 100644
--- a/net-firewall/firewalld/metadata.xml
+++ b/net-firewall/firewalld/metadata.xml
@@ -5,4 +5,8 @@
<email>virtualization@gentoo.org</email>
<name>Gentoo Virtualization Project</name>
</maintainer>
+ <use>
+ <flag name="nftables">Add support for <pkg>net-firewall/nftables</pkg> as firewall backend</flag>
+ <flag name="iptables">Add support for <pkg>net-firewall/nftables</pkg> as firewall backend</flag>
+ </use>
</pkgmetadata>