summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/nftables: add commentary re pkg_preinst checkSam James2023-03-102-0/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Don't test iptables-nft rulesets in pkg_preinst()Kerin Millar2023-03-101-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | Rulesets generated by iptables-nft are special in nature and will not always be printed in a way that constitutes a valid syntax for nft(8). Consider the following example in which iptables-nft would ideally have generated a native rule that specifies "reject with tcp reset". Instead, it generated a rule that integrates with an xtables target. # iptables-nft -S -A INPUT -j REJECT --reject-with tcp-reset # nft list ruleset # Warning: table ip filter is managed by iptables-nft, do not touch! table ip filter { chain INPUT { type filter hook input priority filter; policy accept; counter packets 0 bytes 0 xt target REJECT } } Simply ignore the ruleset in the case that it appears to have been generated by iptables-nft. Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.9 ppc, #899338Arthur Zamarin2023-03-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.9 sparc, #899338Arthur Zamarin2023-03-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.9 hppa, #899338Arthur Zamarin2023-03-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.9 ppc64, #899338Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 ppc64, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.3.0 ppc64, #899228Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 amd64, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/conntrack-tools: Stabilize 1.4.7-r1 ppc, #899396Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/conntrack-tools: Stabilize 1.4.7-r1 amd64, #899396Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.3.0 amd64, #899228Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 x86, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.3.0 x86, #899228Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/conntrack-tools: Stabilize 1.4.7-r1 ppc64, #899396Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 ppc, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.3.0 arm64, #899228Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 hppa, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 arm, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 arm64, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.6 sparc, #899340Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/conntrack-tools: Stabilize 1.4.7-r1 x86, #899396Arthur Zamarin2023-03-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.3.0 arm, #899228Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/xtables-addons: Stabilize 3.23 amd64, #897718Arthur Zamarin2023-02-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/xtables-addons: Stabilize 3.23 x86, #897718Arthur Zamarin2023-02-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/rtsp-conntrack: fix MissingRemoteId for maintainer-needed packagesCristian Othón Martínez Vera2023-02-221-0/+3
| | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/fwbuilder: fix MissingRemoteId for maintainer-needed packagesCristian Othón Martínez Vera2023-02-221-1/+4
| | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/rtsp-conntrack: remove myself from maintainersSergey Popov2023-02-141-4/+1
| | | | Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
* net-firewall/nftlb: drop 1.0.6Patrick McLean2023-01-312-62/+0
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftlb: drop 1.0.4Patrick McLean2023-01-312-62/+0
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftlb: add 1.0.8Patrick McLean2023-01-314-0/+183
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: remove blueness@ from most of his packages, by his requestMichał Górny2023-01-281-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-firewall/ipset: Stabilize 7.17 arm, #892177Arthur Zamarin2023-01-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/fwbuilder: drop 5.3.7Andreas Sturmlechner2023-01-273-130/+0
| | | | | Closes: https://bugs.gentoo.org/814782 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-firewall/ipset: Stabilize 7.17 amd64, #892177Jakov Smolić2023-01-271-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-firewall/ipset: Stabilize 7.17 ppc, #892177Sam James2023-01-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.17 x86, #892177Sam James2023-01-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.17 arm64, #892177Sam James2023-01-271-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nufw: Remove last-rited pkgMichał Górny2023-01-199-316/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-147-11/+11
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-firewall/firewalld: Stabilize 1.2.2 ppc64, #885129Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.2.2 arm, #885129Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.2.2 arm64, #885129Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/xtables-addons: Stabilize 3.21 amd64, #890622Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/xtables-addons: Stabilize 3.21 x86, #890622Sam James2023-01-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/xtables-addons: drop 3.13, 3.18Sam James2023-01-133-380/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/xtables-addons: add 3.23Sam James2023-01-132-0/+190
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/iptables: add 1.8.9Sam James2023-01-133-0/+207
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: disable testsSam James2023-01-062-4/+4
| | | | | | | I've tried but they're too unreliable in sandbox. Closes: https://bugs.gentoo.org/856073 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.3.0Sam James2023-01-062-0/+217
| | | | Signed-off-by: Sam James <sam@gentoo.org>