summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/nftables: Update 9999 with libnftnl depPatrick McLean2024-10-021-1/+1
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: add 1.1.1Patrick McLean2024-10-022-0/+230
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/firewalld: Keyword 2.2.1-r1 x86, #938899Jakov Smolić2024-09-181-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-firewall/rtsp-conntrack: update HOMEPAGEPetr Vaněk2024-09-161-1/+1
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* net-firewall/rtsp-conntrack: drop 5.3Petr Vaněk2024-09-161-26/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-128-8/+8
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/pglinux: drop 2.3.1_p20171006-r1Andreas Sturmlechner2024-09-041-118/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-firewall/pglinux: Use kde-plasma/kdesu-gui instead of kde-cli-toolsAndreas Sturmlechner2024-09-041-0/+118
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-firewall/ipset: Fix implicit declaration of function basenameMike Pagano2024-08-302-0/+131
| | | | | | Closes: https://bugs.gentoo.org/936926 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* net-firewall/nftables: drop 1.1.0Sam James2024-08-261-228/+0
| | | | | | It's masked too. Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: fix nftables[python] depSam James2024-08-261-1/+1
| | | | | | This has been wrong for quite some time. Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 2.2.1Sam James2024-08-263-0/+238
| | | | | | | | | | | * Switch from PyQt5 -> PyQt6 (this is long overdue) * Drop iptables support as it's deprecated, will be removed upstream in firewalld soon, but also, the USE didn't enforce the (default) chosen in the backend anyway. See bug #930549 too where it further needed nftables to be installed anyway. Closes: https://bugs.gentoo.org/930549 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/arno-iptables-firewall: drop 2.1.1Ferenc Erki2024-08-202-106/+0
| | | | | | Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38036 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: remove unused fileMichael Mair-Keimberger2024-08-201-22/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/arno-iptables-firewall: add 2.1.2aFerenc Erki2024-08-042-0/+108
| | | | | | Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37747 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/arno-iptables-firewall: add github upstream metadataFerenc Erki2024-08-041-0/+3
| | | | | Signed-off-by: Ferenc Erki <erkiferenc@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: remove nftables limitAlfred Wingate2024-07-241-2/+1
| | | | | | | | | | Breaking change reverted upstream. So backport revert and mask the broken version instead. Reverts: 7475c28f33a99a5a6bd74e294bb17a3a1ce8ac02 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37700 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: revert firewalld breaking changeAlfred Wingate2024-07-242-0/+295
| | | | | | | https://lore.kernel.org/netfilter-devel/ZqCw126I4VRE0xKJ@calendula/ Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: remove unused fileMichael Mair-Keimberger2024-07-211-105/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-firewall/firewalld: limit nftables dependency due to incompatibilityAlfred Wingate2024-07-211-1/+2
| | | | | | | Bug: https://github.com/firewalld/firewalld/issues/1366 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37634 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: drop 2.1.1Sam James2024-07-211-228/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add sys-apps/openrc-navi dependencyAnna (navi) Figueiredo Gomes2024-07-211-1/+1
| | | | | Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/nftables: enable py3.13Patrick McLean2024-07-191-3/+5
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/nftables: add 1.1.0Patrick McLean2024-07-192-0/+230
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-firewall/ipset: drop 7.22Mike Pagano2024-07-131-116/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* net-firewall/ipset: drop 7.21-r1Mike Pagano2024-07-132-117/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* net-firewall/ipset: drop 7.21Mike Pagano2024-07-101-116/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* net-firewall/ipset: Stabilize 7.22-r1 ppc, #935577Arthur Zamarin2024-07-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/ipset: Stabilize 7.22-r1 ppc64, #935577Sam James2024-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.22-r1 x86, #935577Sam James2024-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.22-r1 arm, #935577Sam James2024-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.22-r1 amd64, #935577Sam James2024-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.22-r1 arm64, #935577Sam James2024-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: backport buffer overflow fixesSam James2024-07-063-0/+208
| | | | | | This fixes an environment issue we were hitting on infra. Signed-off-by: Sam James <sam@gentoo.org>
* */*: Reassign pinkbyte's packagesMichał Górny2024-06-281-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-firewall/ipset: Stabilize 7.21-r1 ppc, #934875Sam James2024-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.21-r1 amd64, #934875Sam James2024-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.21-r1 ppc64, #934875Sam James2024-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.21-r1 x86, #934875Sam James2024-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.21-r1 arm64, #934875Sam James2024-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/ipset: Stabilize 7.21-r1 arm, #934875Sam James2024-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add USE=selinuxKenton Groombridge2024-06-242-2/+4
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-firewall/fwknop: subscribe to libassuan subslotSam James2024-06-232-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.10-r1 hppa, #933157Matoro Mahri2024-06-201-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-firewall/ipset: add 7.22Mike Pagano2024-06-082-0/+117
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* net-firewall/ufw: add missing dependency for setuptoolsAlfred Wingate2024-06-041-1/+6
| | | | | | | | | | * With python3.12 distutils isnt included with the interpeter but is instead bundled in setuptools. Closes: https://bugs.gentoo.org/933481 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37000 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/rtsp-conntrack: Fix implicit declaration of strlcpyBrahmajit Das2024-06-022-0/+60
| | | | | | | | | Ditching strlcpy in favor of strscpy Closes: https://bugs.gentoo.org/928590 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36462 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/ufw: enable py3.12Sam James2024-06-021-2/+2
| | | | | Closes: https://bugs.gentoo.org/929692 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.10-r1 ppc, #933157Sam James2024-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/iptables: Stabilize 1.8.10-r1 amd64, #933157Sam James2024-05-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>