summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-firewall/firewalld: Stabilize 1.2.1 x86, #866638Joonas Niilola2022-10-111-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: Stabilize 1.2.1 amd64, #866638Joonas Niilola2022-10-111-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: add 1.2.1Sam James2022-09-292-0/+213
| | | | | | | Upstream dropped the conflicting Kodi rules. Closes: https://bugs.gentoo.org/860249 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.1.3Sam James2022-09-282-0/+220
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.2.0Sam James2022-07-022-0/+213
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.1.2Sam James2022-07-022-0/+213
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: drop 1.1.0-r1Sam James2022-05-052-214/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.1 arm64, #841530Arthur Zamarin2022-05-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.1 arm, #841530Arthur Zamarin2022-05-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.1 ppc64, #841530Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.1 amd64, #841530Joonas Niilola2022-04-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.1 x86, #841530Joonas Niilola2022-04-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: add a missing bdep docbook-xml-dtdJoonas Niilola2022-04-291-1/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-firewall/firewalld: drop 1.0.2-r1, 1.0.3-r1Sam James2022-04-173-408/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.0-r1 arm, #836678Arthur Zamarin2022-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.0-r1 ppc64, #836678Sam James2022-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.1.0-r1 arm64, #836678Jakov Smolić2022-04-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-firewall/firewalld: x86 stable wrt bug #836678Agostino Sarubbo2022-04-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/firewalld: amd64 stable wrt bug #836678Agostino Sarubbo2022-04-041-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/firewalld: add 1.1.1Sam James2022-03-262-0/+214
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.3-r1 arm, #834933Arthur Zamarin2022-03-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-firewall/firewalld: tweak optfeature phasingSam James2022-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: update plocale listSam James2022-02-261-2/+2
| | | | | | ... and add || die to the check-for-changes call. Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.1.0Sam James2022-02-263-0/+236
| | | | | | | | | | | | | - Add updated firewalld.service for systemd (drops Conflicts line w/ now-gone iptables-and-friends unit files) - Fix needed kernel config options - Add optfeature for gnome-extra/nm-applet Closes: https://bugs.gentoo.org/831259 Closes: https://bugs.gentoo.org/833506 Closes: https://bugs.gentoo.org/833569 Thanks-to: <genBTC@gmx.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: drop OutdatedBlockerSam James2022-02-202-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Use (+) for ipv6 flag depsMichał Górny2022-02-182-2/+2
| | | | | | | | | | At this point, it is reasonable to assume that packages will be enabling IPv6 unconditionally rather than dropping it altogether. Update the USE dependencies to (+) to account for that, in preparation for removal of the flag in iproute2 and iputils. Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.3 arm64, #833032Sam James2022-02-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.3 ppc64, #833032Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.3 x86, #833032Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.3 amd64, #833032Sam James2022-02-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.2 ppc64, #831835Sam James2022-02-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: update HOMEPAGESam James2022-01-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.0.3Sam James2022-01-102-0/+205
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: drop 0.9.3-r1, 0.9.5, 1.0.1Sam James2021-12-284-358/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: update HOMEPAGE (HTTPS), DESCRIPTIONSam James2021-12-283-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: update needed kernel options/modulesSam James2021-12-281-3/+86
| | | | | | | | | | See: https://zigford.org/firewalld-kernel-requirements.html Thanks-to: Jessie Harris <jesse@zigford.org> Thanks-to: Stijn Tintel <stijn+gentoo@linux-ipv6.be> Thanks-to: genr8eofl_ Closes: https://bugs.gentoo.org/830132 Closes: https://bugs.gentoo.org/703322 Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.2 arm64, #823683Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.2 x86, #823683Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: Stabilize 1.0.2 amd64, #823683Sam James2021-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add myself as a maintainerSam James2021-11-041-0/+4
| | | | | | As discussed with tamiko a little while ago. Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: drop 0.9.1-r1Sam James2021-11-042-118/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 1.0.2Sam James2021-11-042-0/+122
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: add 0.9.5Sam James2021-10-222-0/+118
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-firewall/firewalld: Stabilize 0.9.3-r1 arm64, #811057Sam James2021-09-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: x86 stable wrt bug #811057Agostino Sarubbo2021-09-031-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/firewalld: amd64 stable wrt bug #811057Agostino Sarubbo2021-08-301-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-firewall/firewalld: drop 0.7.1-r3, 0.7.3-r1Sam James2021-08-303-238/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-firewall/firewalld: fix USE=iptables description in metadata.xmlSam James2021-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>