Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net-firewall/nftables: keyword 1.0.5 for ~loong | WANG Xuerui | 2022-11-19 | 1 | -1/+1 |
| | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 amd64, #872743 | Sam James | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 hppa, #872743 | Arthur Zamarin | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 sparc, #872743 | Agostino Sarubbo | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 ppc, #872743 | Agostino Sarubbo | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 ppc64, #872743 | Agostino Sarubbo | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 arm64, #872743 | Sam James | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 x86, #872743 | Sam James | 2022-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.5 arm, #872743 | Sam James | 2022-10-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.4-r2 ppc, #868963 | Arthur Zamarin | 2022-09-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.4-r2 hppa, #868963 | Arthur Zamarin | 2022-09-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.4-r2 ppc64, #868963 | Arthur Zamarin | 2022-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | net-firewall/nftables: drop RESTRICT="test? ( userpriv )" | Mike Gilbert | 2022-09-13 | 3 | -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, #868963 | Agostino Sarubbo | 2022-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.4-r2 arm, #868963 | Agostino Sarubbo | 2022-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: x86 stable wrt bug #868963 | Agostino Sarubbo | 2022-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: sparc stable wrt bug #868963 | Agostino Sarubbo | 2022-09-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: amd64 stable wrt bug #868963 | Agostino Sarubbo | 2022-09-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | net-firewall/nftables: Sync 9999 | Patrick McLean | 2022-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | net-firewall/nftables: add 1.0.5 | Patrick McLean | 2022-08-09 | 2 | -0/+217 |
| | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | net-firewall/nftables: drop 1.0.4-r1 | David Seifert | 2022-06-21 | 1 | -204/+0 |
| | | | | Signed-off-by: David Seifert <soap@gentoo.org> | ||||
* | net-firewall/nftables: add emergency pkg_preinst sanity check | Sam James | 2022-06-17 | 2 | -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 revert | Mike Gilbert | 2022-06-17 | 2 | -0/+255 |
| | | | | | Closes: https://bugs.gentoo.org/852662 Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | net-firewall/nftables: sync live ebuild | Mike Gilbert | 2022-06-17 | 1 | -6/+1 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | net-firewall/nftables: drop 1.0.1-r2, 1.0.3, 1.0.3-r1 | Mike Gilbert | 2022-06-17 | 7 | -681/+0 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | net-firewall/nftables: add 1.0.4 | Patrick McLean | 2022-06-07 | 2 | -0/+203 |
| | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | net-firewall/nftables: fix doc install | Sam James | 2022-06-05 | 2 | -0/+2 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: backport crash fix; add test infrastructure | Sam James | 2022-06-05 | 4 | -14/+324 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: add 1.0.3 | Patrick McLean | 2022-05-31 | 2 | -0/+187 |
| | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.2-r1 hppa, #846866 | Jakov Smolić | 2022-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> | ||||
* | net-firewall/nftables: sparc stable wrt bug #846866 | Agostino Sarubbo | 2022-05-22 | 1 | -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 #846866 | Agostino Sarubbo | 2022-05-22 | 1 | -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 #846866 | Agostino Sarubbo | 2022-05-22 | 1 | -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, #846866 | Sam James | 2022-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.2-r1 ppc, #846866 | Sam James | 2022-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.2-r1 x86, #846866 | Sam James | 2022-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.2-r1 amd64, #846866 | Sam James | 2022-05-22 | 1 | -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-r1 | Sam James | 2022-04-17 | 4 | -527/+0 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: drop patches from live ebuild | Sam James | 2022-03-27 | 1 | -6/+0 |
| | | | | | | All applied upstream. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Sync live ebuild. | Jonathan Davies | 2022-03-27 | 1 | -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 Davies | 2022-03-27 | 3 | -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 fix | Sam James | 2022-02-24 | 4 | -0/+62 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Version bump to 1.0.2 | Patrick McLean | 2022-02-24 | 3 | -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 #833063 | Rolf Eike Beer | 2022-02-13 | 1 | -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 iptables | Sam James | 2022-02-10 | 5 | -18/+18 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.1-r1 ppc64, #832395 | Sam James | 2022-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.1-r1 ppc, #832395 | Sam James | 2022-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.1-r1 arm64, #832395 | Sam James | 2022-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.1-r1 arm, #832395 | Sam James | 2022-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | net-firewall/nftables: Stabilize 1.0.1-r1 sparc, #832395 | Sam James | 2022-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Sam James <sam@gentoo.org> |