summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/iptables: Stabilize 1.8.9 x86, #899338Arthur Zamarin2023-04-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.9 arm, #899338Arthur Zamarin2023-04-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.9 arm64, #899338Arthur Zamarin2023-04-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Always require sys-devel/flex for buildingKerin Millar2023-03-224-24/+12
| | | | | | | | | | | | It is always necessary for flex to be available, whereas bison is only necessary where building from git. Update the BDEPEND declarations to reflect this. Also, bump the revision number for the formal releases because --changed-deps isn't a commonly used option and nftables isn't a particularly large package. Signed-off-by: Kerin Millar <kfm@plushkava.net> Closes: https://bugs.gentoo.org/876730 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Use the newly built libnftables.so in the pkg_preinst ↵Kerin Millar2023-03-194-75/+90
| | | | | | | | | | | check Doing so is appropriate because it's not a library that's provided externally. Also, tidy up the code structure and replace the outdated pkg_preinst() function in the ebuild for v1.0.5. Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Require >=libnftnl-1.2.5 for 1.0.7 and 9999Kerin Millar2023-03-192-2/+2
| | | | | Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.17 ppc64, #892177Arthur Zamarin2023-03-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: add 1.0.7Sam James2023-03-153-2/+253
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* 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>