summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/nftables: keyword 1.0.5 for ~loongWANG Xuerui2022-11-191-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 amd64, #872743Sam James2022-10-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 hppa, #872743Arthur Zamarin2022-10-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 sparc, #872743Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 ppc, #872743Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 ppc64, #872743Agostino Sarubbo2022-10-111-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 arm64, #872743Sam James2022-10-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 x86, #872743Sam James2022-10-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.5 arm, #872743Sam James2022-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.4-r2 ppc, #868963Arthur Zamarin2022-09-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.4-r2 hppa, #868963Arthur Zamarin2022-09-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.4-r2 ppc64, #868963Arthur Zamarin2022-09-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/nftables: drop RESTRICT="test? ( userpriv )"Mike Gilbert2022-09-133-6/+18
| | | | | | | Instead, check for root and skip the relevant tests otherwise. Closes: https://bugs.gentoo.org/869989 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.4-r2 arm64, #868963Agostino Sarubbo2022-09-081-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.4-r2 arm, #868963Agostino Sarubbo2022-09-081-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: x86 stable wrt bug #868963Agostino Sarubbo2022-09-081-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: sparc stable wrt bug #868963Agostino Sarubbo2022-09-071-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: amd64 stable wrt bug #868963Agostino Sarubbo2022-09-071-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Sync 9999Patrick McLean2022-08-091-1/+1
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: add 1.0.5Patrick McLean2022-08-092-0/+217
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: drop 1.0.4-r1David Seifert2022-06-211-204/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-firewall/nftables: add emergency pkg_preinst sanity checkSam James2022-06-172-1/+233
| | | | | | | | | | | | | | | | | The idea here is that we check just before merging whether the freshly built `nft` binary can safely (pretend) reload the system ruleset. A significant number of recent regressions have manifested in immediate segfaults when doing this, so it's worth doing the safety check (it's not as if it's niche or unlikely for a failure to occur at this point). Those who want a failed check to be *fatal* can set NFTABLES_ABORT_ON_RELOAD_FAILURE=1. Otherwise, it's just a warning. Bug: https://bugs.gentoo.org/852662 Thanks-to: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: backport upstream revertMike Gilbert2022-06-172-0/+255
| | | | | Closes: https://bugs.gentoo.org/852662 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-firewall/nftables: sync live ebuildMike Gilbert2022-06-171-6/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-firewall/nftables: drop 1.0.1-r2, 1.0.3, 1.0.3-r1Mike Gilbert2022-06-177-681/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-firewall/nftables: add 1.0.4Patrick McLean2022-06-072-0/+203
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: fix doc installSam James2022-06-052-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: backport crash fix; add test infrastructureSam James2022-06-054-14/+324
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: add 1.0.3Patrick McLean2022-05-312-0/+187
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.2-r1 hppa, #846866Jakov Smolić2022-05-221-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-firewall/nftables: sparc stable wrt bug #846866Agostino Sarubbo2022-05-221-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: arm64 stable wrt bug #846866Agostino Sarubbo2022-05-221-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: arm stable wrt bug #846866Agostino Sarubbo2022-05-221-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.2-r1 ppc64, #846866Sam James2022-05-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.2-r1 ppc, #846866Sam James2022-05-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.2-r1 x86, #846866Sam James2022-05-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.2-r1 amd64, #846866Sam James2022-05-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: drop 0.9.8-r2, 0.9.9-r1, 1.0.0-r1Sam James2022-04-174-527/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: drop patches from live ebuildSam James2022-03-271-6/+0
| | | | | | All applied upstream. Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Sync live ebuild.Jonathan Davies2022-03-271-5/+11
| | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Added verify-sig integration.Jonathan Davies2022-03-273-4/+12
| | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: restore slibtool patch, API export fixSam James2022-02-244-0/+62
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Version bump to 1.0.2Patrick McLean2022-02-243-0/+221
| | | | | | | | | Had to drop the slibtool patch as it causes build to fail with GNU libtool. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: stable 1.0.1-r2 for hppa, bug #833063Rolf Eike Beer2022-02-131-1/+1
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: add subslot dependency on iptablesSam James2022-02-105-18/+18
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.1-r1 ppc64, #832395Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.1-r1 ppc, #832395Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.1-r1 arm64, #832395Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.1-r1 arm, #832395Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: Stabilize 1.0.1-r1 sparc, #832395Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>