[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/, net-firewall/firewalld/files/

2024-03-20 Thread Dennis Lamm
commit: 2ee17b4a82ccad13f49f3dcdde94740e53564b3f
Author: Dennis Lamm  gentoo  org>
AuthorDate: Wed Feb 28 08:58:04 2024 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Thu Mar 21 04:10:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee17b4a

net-firewall/firewalld: improved systemd service

removed environment variable reference from ExecStart

Signed-off-by: Dennis Lamm  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/35562
Signed-off-by: Dennis Lamm  gentoo.org>

 .../firewalld/files/firewalld-systemd-service.patch   | 19 +++
 ...alld-2.1.1-r1.ebuild => firewalld-2.1.1-r2.ebuild} | 11 ---
 2 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/net-firewall/firewalld/files/firewalld-systemd-service.patch 
b/net-firewall/firewalld/files/firewalld-systemd-service.patch
new file mode 100644
index ..66f4c730b66f
--- /dev/null
+++ b/net-firewall/firewalld/files/firewalld-systemd-service.patch
@@ -0,0 +1,19 @@
+Drops the/an obsolete 'conflicts' line with old iptables services bug #833506
+Removes EnvironmentFile and FIREWALLD_ARGS variable
+===
+--- a/config/firewalld.service.in
 b/config/firewalld.service.in
+@@ -4,12 +4,10 @@
+ Wants=network-pre.target
+ After=dbus.service
+ After=polkit.service
+-Conflicts=iptables.service ip6tables.service ebtables.service ipset.service 
nftables.service
+ Documentation=man:firewalld(1)
+
+ [Service]
+-EnvironmentFile=-/etc/sysconfig/firewalld
+-ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
++ExecStart=@sbindir@/firewalld --nofork --nopid
+ ExecReload=/bin/kill -HUP $MAINPID
+ # supress to log debug and error output also to /var/log/messages
+ StandardOutput=null

diff --git a/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild
similarity index 94%
rename from net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
rename to net-firewall/firewalld/firewalld-2.1.1-r2.ebuild
index aac81d88bbee..fbe62a47db37 100644
--- a/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild
@@ -55,6 +55,10 @@ QA_AM_MAINTAINER_MODE=".*--run autom4te 
--language=autotest.*"
 
 PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ro ru si sk sl 
sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-systemd-service.patch
+)
+
 pkg_setup() {
# See bug #830132 for the huge list
# We can probably narrow it down a bit but it's rather fragile
@@ -165,13 +169,6 @@ src_prepare() {
 
plocale_find_changes "po" "" ".po" || die
plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
-
-   # Our version drops the/an obsolete 'conflicts' line with old iptables 
services
-   # bug #833506
-   sed -i \
-   -e "/Conflicts=iptables.service ip6tables.service ebtables.service 
ipset.service nftables.service/d" \
-   -e "/EnvironmentFile=-\/etc\/sysconfig\/firewalld/d" \
-   config/firewalld.service.in || die
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-20 Thread Sam James
commit: 1149e8e7f329caa0e62f88566d005ccbf11ecec5
Author: Cristian Othón Martínez Vera  cfuga  mx>
AuthorDate: Fri Mar 15 22:08:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 21 02:25:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1149e8e7

net-firewall/firewalld: CONFIG_NFT_OBJREF removed for kernels > 6.1

Closes: https://bugs.gentoo.org/926685
Signed-off-by: Cristian Othón Martínez Vera  cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/35774
Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.1.ebuild| 8 ++--
 net-firewall/firewalld/firewalld-2.0.2.ebuild| 6 +-
 net-firewall/firewalld/firewalld-2.1.0.ebuild| 6 +-
 net-firewall/firewalld/firewalld-2.1.1-r1.ebuild | 6 +-
 net-firewall/firewalld/firewalld-2.1.1.ebuild| 6 +-
 5 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.1.ebuild 
b/net-firewall/firewalld/firewalld-2.0.1.ebuild
index 59e47ff9b089..47bd3faa6dc2 100644
--- a/net-firewall/firewalld/firewalld-2.0.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -124,7 +124,6 @@ pkg_setup() {
~NFT_LOG
~NFT_MASQ
~NFT_NAT
-   ~NFT_OBJREF
~NFT_QUEUE
~NFT_QUOTA
~NFT_REDIR
@@ -153,6 +152,11 @@ pkg_setup() {
CONFIG_CHECK+=" ~NFT_COUNTER"
fi
 
+   # bug #926685
+   if kernel_is -le 6 1 ; then
+   CONFIG_CHECK+=" ~NFT_OBJREF"
+   fi
+
linux-info_pkg_setup
 }
 

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
index 020c5b0d43ae..ce1a6e8dd6b7 100644
--- a/net-firewall/firewalld/firewalld-2.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -124,7 +124,6 @@ pkg_setup() {
~NFT_LOG
~NFT_MASQ
~NFT_NAT
-   ~NFT_OBJREF
~NFT_QUEUE
~NFT_QUOTA
~NFT_REDIR
@@ -153,6 +152,11 @@ pkg_setup() {
CONFIG_CHECK+=" ~NFT_COUNTER"
fi
 
+   # bug #926685
+   if kernel_is -le 6 1 ; then
+   CONFIG_CHECK+=" ~NFT_OBJREF"
+   fi
+
linux-info_pkg_setup
 }
 

diff --git a/net-firewall/firewalld/firewalld-2.1.0.ebuild 
b/net-firewall/firewalld/firewalld-2.1.0.ebuild
index be78261c1989..34c0630c75a7 100644
--- a/net-firewall/firewalld/firewalld-2.1.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.0.ebuild
@@ -124,7 +124,6 @@ pkg_setup() {
~NFT_LOG
~NFT_MASQ
~NFT_NAT
-   ~NFT_OBJREF
~NFT_QUEUE
~NFT_QUOTA
~NFT_REDIR
@@ -153,6 +152,11 @@ pkg_setup() {
CONFIG_CHECK+=" ~NFT_COUNTER"
fi
 
+   # bug #926685
+   if kernel_is -le 6 1 ; then
+   CONFIG_CHECK+=" ~NFT_OBJREF"
+   fi
+
linux-info_pkg_setup
 }
 

diff --git a/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
index 34709578..aac81d88bbee 100644
--- a/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
@@ -124,7 +124,6 @@ pkg_setup() {
~NFT_LOG
~NFT_MASQ
~NFT_NAT
-   ~NFT_OBJREF
~NFT_QUEUE
~NFT_QUOTA
~NFT_REDIR
@@ -153,6 +152,11 @@ pkg_setup() {
CONFIG_CHECK+=" ~NFT_COUNTER"
fi
 
+   # bug #926685
+   if kernel_is -le 6 1 ; then
+   CONFIG_CHECK+=" ~NFT_OBJREF"
+   fi
+
linux-info_pkg_setup
 }
 

diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1.ebuild
index be78261c1989..34c0630c75a7 100644
--- a/net-firewall/firewalld/firewalld-2.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild
@@ -124,7 +124,6 @@ pkg_setup() {
~NFT_LOG
~NFT_MASQ
~NFT_NAT
-   ~NFT_OBJREF
~NFT_QUEUE
~NFT_QUOTA
~NFT_REDIR
@@ -153,6 +152,11 @@ pkg_setup() {
CONFIG_CHECK+=" ~NFT_COUNTER"
fi
 
+   # bug #926685
+   if kernel_is -le 6 1 ; then
+   CONFIG_CHECK+=" ~NFT_OBJREF"
+   fi
+
linux-info_pkg_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-14 Thread Sam James
commit: e08aa99ca5741d3118ba2978cef4ddcdadf3a9fe
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 14 21:44:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 14 21:44:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08aa99c

net-firewall/firewalld: Stabilize 2.1.1 ppc64, #926971

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1.ebuild
index ab2c9df950f0..be78261c1989 100644
--- a/net-firewall/firewalld/firewalld-2.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-14 Thread Joonas Niilola
commit: 8f3b21abc9f656acfe5c0027d744ac99baa26ee1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar 14 07:06:33 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 14 07:06:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3b21ab

net-firewall/firewalld: Stabilize 2.1.1 amd64, #926971

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1.ebuild
index 7b048345552a..ab2c9df950f0 100644
--- a/net-firewall/firewalld/firewalld-2.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-14 Thread Sam James
commit: cc50196f6bf9c9d02d7a8bc6626e7b701bc2d185
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 14 06:13:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 14 06:13:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc50196f

net-firewall/firewalld: Stabilize 2.1.1 x86, #926971

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1.ebuild
index adbcaad944da..7b048345552a 100644
--- a/net-firewall/firewalld/firewalld-2.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-14 Thread Sam James
commit: 123d08178e6fab3537e86166f518b4b938b2c8d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 14 06:11:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 14 06:11:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123d0817

net-firewall/firewalld: Stabilize 2.1.1 arm64, #926971

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1.ebuild
index 9e7df0246932..8b097e8aa8bf 100644
--- a/net-firewall/firewalld/firewalld-2.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-14 Thread Sam James
commit: 40859cc1d777317ef9ef2bd3beae1191389acec0
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 14 06:11:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 14 06:11:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40859cc1

net-firewall/firewalld: Stabilize 2.1.1 arm, #926971

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1.ebuild
index 8b097e8aa8bf..adbcaad944da 100644
--- a/net-firewall/firewalld/firewalld-2.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-02 Thread Arthur Zamarin
commit: 89486711ffc4ae3cfd35e6923d057e51b8b9b2e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 14:55:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 14:55:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89486711

net-firewall/firewalld: Stabilize 2.1.0 ppc64, #924917

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.0.ebuild 
b/net-firewall/firewalld/firewalld-2.1.0.ebuild
index ab2c9df950f0..be78261c1989 100644
--- a/net-firewall/firewalld/firewalld-2.1.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-03-02 Thread Arthur Zamarin
commit: 80e9f890f204071302e50b9cbe165893cd779296
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 13:59:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 13:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e9f890

net-firewall/firewalld: Stabilize 2.1.0 arm, #924917

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.0.ebuild 
b/net-firewall/firewalld/firewalld-2.1.0.ebuild
index fa8484311450..ab2c9df950f0 100644
--- a/net-firewall/firewalld/firewalld-2.1.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-02-19 Thread Dennis Lamm
commit: 0e53cae1c182d776445c3dbb8a3b5de32adbf261
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sat Feb 17 11:17:47 2024 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Feb 19 19:53:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e53cae1

net-firewall/firewalld: improved systemd service

removed undesired EnvironmentFile from service
use upstream service file instead of own maintained one

Signed-off-by: Dennis Lamm  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/35389
Signed-off-by: Dennis Lamm  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.1-r1.ebuild | 226 +++
 1 file changed, 226 insertions(+)

diff --git a/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild 
b/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
new file mode 100644
index ..34709578
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-2.1.1-r1.ebuild
@@ -0,0 +1,226 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature
+inherit plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ro ru si sk sl 
sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   ~NETFILTER_NETLINK_OSF
+   ~NETFILTER_NETLINK_QUEUE
+   ~NETFILTER_SYNPROXY
+   ~NETFILTER_XTABLES
+   ~NETFILTER_XT_CONNMARK
+   ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER_XT_MATCH_MULTIPORT
+   ~NETFILTER_XT_MATCH_STATE
+   ~NETFILTER_XT_NAT
+   ~NETFILTER_XT_TARGET_MASQUERADE
+   ~NFT_COMPAT
+   ~NFT_CT
+   ~NFT_FIB
+   ~NFT_FIB_INET
+   ~NFT_FIB_IPV4
+   ~NFT_FIB_IPV6
+   ~NFT_HASH
+   ~NFT_LIMIT
+   ~NFT_LOG
+   ~NFT_MASQ
+   ~NFT_NAT
+   ~NFT_OBJREF
+   ~NFT_QUEUE
+   ~NFT_QUOTA
+   ~NFT_REDIR
+   ~NFT_REJECT
+   ~NFT_REJECT_INET
+   ~NFT_REJECT_IPV4
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-02-18 Thread Sam James
commit: 521b5e068a16fd95d3b6b128aa1fb6e7c0b26ff2
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 18 13:30:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 18 13:30:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521b5e06

net-firewall/firewalld: Stabilize 2.1.0 arm64, #924917

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.1.0.ebuild 
b/net-firewall/firewalld/firewalld-2.1.0.ebuild
index 9e7df0246932..8b097e8aa8bf 100644
--- a/net-firewall/firewalld/firewalld-2.1.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-01-22 Thread Sam James
commit: 12368d19131a38053c7c0d3fb559d81c98079481
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 23 06:13:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 23 06:13:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12368d19

net-firewall/firewalld: Stabilize 2.0.2 ppc64, #921544

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
index fd28afab923f..020c5b0d43ae 100644
--- a/net-firewall/firewalld/firewalld-2.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-01-07 Thread Sam James
commit: e89d110c09993902d999aa6ecab19b4fd5f4ab5e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 13:25:37 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 13:25:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89d110c

net-firewall/firewalld: Stabilize 2.0.2 x86, #921544

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
index bfa0846cf89e..fd28afab923f 100644
--- a/net-firewall/firewalld/firewalld-2.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-01-07 Thread Sam James
commit: 4aff17140ad638e9dde7dc25e37aacc1b5f45f14
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 13:25:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 13:25:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aff1714

net-firewall/firewalld: Stabilize 2.0.2 amd64, #921544

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
index e4073eeb71f9..bfa0846cf89e 100644
--- a/net-firewall/firewalld/firewalld-2.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-01-07 Thread Sam James
commit: 79de90a70533080a273fb1c140ac3c6e8e576fd9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 09:31:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 09:31:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79de90a7

net-firewall/firewalld: Stabilize 2.0.2 arm, #921544

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
index 9ba2a7936667..713e240bb177 100644
--- a/net-firewall/firewalld/firewalld-2.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-01-07 Thread Sam James
commit: 625c520161ec35b09bab6a6a7903ba274c1f5aaf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 09:31:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 09:31:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625c5201

net-firewall/firewalld: Stabilize 2.0.2 arm64, #921544

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
index 713e240bb177..e4073eeb71f9 100644
--- a/net-firewall/firewalld/firewalld-2.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2024-01-07 Thread Sam James
commit: c59da30141e796d573f4a7ee734d88a554e1b41a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  7 08:44:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  7 08:44:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59da301

net-firewall/firewalld: add 2.1.0

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-2.1.0.ebuild | 223 ++
 2 files changed, 224 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 9d89b5ce8e4f..7e67bfc852b9 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,3 @@
 DIST firewalld-2.0.1.tar.bz2 1257251 BLAKE2B 
a78ff5c1d733897024c33fe74ae8723c97253498ba55957420c66ccdfe4dcf64265336c5ee0cf120c4450d9c4da492e64c4fe01a3ea974d2992f6cf5879ef88d
 SHA512 
31b18b74af4d731f6259915fd86d6551968eea563deba211b6d304d961747662085a02c7c185c0d7d8916693f53a5dca581b0877bce59c634e99a9f20de2f3e1
 DIST firewalld-2.0.2.tar.bz2 1276527 BLAKE2B 
194f8b738a37b329f11a47fa9cf01f9cadc16d9f9dc7c8ace13b56f81bbb7d999b4a15cc156f89b14ecf794d4d6ef92f307600e298552779aed936d5b196c433
 SHA512 
fdcf4937e337bce4bca07d904efe2b775c8a69d4c7c9ca55c42752cfcf37f637f1cf1125bc1ca2c35a8980c995d90ea4e3afb5712f1666734e90e78e26888196
+DIST firewalld-2.1.0.tar.bz2 1310431 BLAKE2B 
e25941f16f5a2b0803c78d45f7b4beafdd1587106daefd009ac34a906c4604fa1c8d84a179e50d005433eadae982dcd0718e753c0627725918f2b6f5b8674146
 SHA512 
0f0e56a5397ea43801f0abfd3c50854340159804c95b920c3d4a22e2c211861b0d147fce879e9ddd58f6e89a805ccd5f828e8ffa2782a077c091c56dac97ee5b

diff --git a/net-firewall/firewalld/firewalld-2.1.0.ebuild 
b/net-firewall/firewalld/firewalld-2.1.0.ebuild
new file mode 100644
index ..9e7df0246932
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-2.1.0.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature
+inherit plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ro ru si sk sl 
sq sr sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-11-29 Thread Sam James
commit: 08b9d8c4e81021af798cbc80359e66954255b7ca
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 30 02:20:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 30 02:22:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b9d8c4

net-firewall/firewalld: add 2.0.2

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-2.0.2.ebuild | 223 ++
 2 files changed, 224 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index fe35fe668bf2..9d89b5ce8e4f 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1 +1,2 @@
 DIST firewalld-2.0.1.tar.bz2 1257251 BLAKE2B 
a78ff5c1d733897024c33fe74ae8723c97253498ba55957420c66ccdfe4dcf64265336c5ee0cf120c4450d9c4da492e64c4fe01a3ea974d2992f6cf5879ef88d
 SHA512 
31b18b74af4d731f6259915fd86d6551968eea563deba211b6d304d961747662085a02c7c185c0d7d8916693f53a5dca581b0877bce59c634e99a9f20de2f3e1
+DIST firewalld-2.0.2.tar.bz2 1276527 BLAKE2B 
194f8b738a37b329f11a47fa9cf01f9cadc16d9f9dc7c8ace13b56f81bbb7d999b4a15cc156f89b14ecf794d4d6ef92f307600e298552779aed936d5b196c433
 SHA512 
fdcf4937e337bce4bca07d904efe2b775c8a69d4c7c9ca55c42752cfcf37f637f1cf1125bc1ca2c35a8980c995d90ea4e3afb5712f1666734e90e78e26888196

diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild 
b/net-firewall/firewalld/firewalld-2.0.2.ebuild
new file mode 100644
index ..9ba2a7936667
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-2.0.2.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature
+inherit plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   ~NETFILTER_NETLINK_OSF

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-11-24 Thread Sam James
commit: bedfd131d5244b2d4257f71caa8fec245bd123a1
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 05:26:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 05:27:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfd131

net-firewall/firewalld: drop 1.3.2, 1.3.3, 2.0.0

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   3 -
 net-firewall/firewalld/firewalld-1.3.2.ebuild | 216 -
 net-firewall/firewalld/firewalld-1.3.3.ebuild | 223 --
 net-firewall/firewalld/firewalld-2.0.0.ebuild | 223 --
 4 files changed, 665 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 9e5235143a84..fe35fe668bf2 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,4 +1 @@
-DIST firewalld-1.3.2.tar.bz2 1225416 BLAKE2B 
108302dab4a1a156bc12df4ec82a2f6fc7ad3e17ca56f68ac9cbd4f85db4cd06abc1a39275ec6d11fc41e820d9fc01f3cd59a73f44332cd3b9662d50d2eeb22a
 SHA512 
06658d279c5ec8eadfb14f9f7053882fc2872a4e27055e9c3aac81cf93167773d592fc29bd749cb6447116419c663fac79d6df725422394409b9a2e1c4708695
-DIST firewalld-1.3.3.tar.bz2 1218890 BLAKE2B 
79ececc0c547e4e06edced53909e9e68c6a5781c15af1d722e2247c28206e19a92349e33be31cbdec5281de6052be2718da09ab18065cfa4e94acafb0338
 SHA512 
b6bbec0dd9810a48c397bc6cfcf1339e0fff5a80df893917eddee266e48f70ae0af31a9c474d5c78fe2990433c8f84d70fd46f227ac29e4f5b7c209ca73b9e3c
-DIST firewalld-2.0.0.tar.bz2 1260018 BLAKE2B 
18b57d5692d0e8a78af590e22010f7926d65a648bffbaf49e46c2e4156a923235e0cef00df1468ad36425050b1f7f5cceacbc6189d12602f592b3b4f3f9ec6de
 SHA512 
a43e2e625d5d11cf1b740230213a44adbfe99243f2b87dc21b1698ea80a8da4af3b974e381980cc3c8d0bd3f08e5561eb2c3a393da5f5fbee4518879ae0b21a8
 DIST firewalld-2.0.1.tar.bz2 1257251 BLAKE2B 
a78ff5c1d733897024c33fe74ae8723c97253498ba55957420c66ccdfe4dcf64265336c5ee0cf120c4450d9c4da492e64c4fe01a3ea974d2992f6cf5879ef88d
 SHA512 
31b18b74af4d731f6259915fd86d6551968eea563deba211b6d304d961747662085a02c7c185c0d7d8916693f53a5dca581b0877bce59c634e99a9f20de2f3e1

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
deleted file mode 100644
index 9dc2f906..
--- a/net-firewall/firewalld/firewalld-1.3.2.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables test"
-# Tests are too unreliable in sandbox environment
-RESTRICT="!test? ( test ) test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND="app-text/docbook-xml-dtd
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS_NS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-10-03 Thread Sam James
commit: 63b26e42b52c1d50154be49ec7a4f8a92d8905b4
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 23:37:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 23:37:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b26e42

net-firewall/firewalld: add 2.0.1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-2.0.1.ebuild | 223 ++
 2 files changed, 224 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 6bca6b849584..9e5235143a84 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1,4 @@
 DIST firewalld-1.3.2.tar.bz2 1225416 BLAKE2B 
108302dab4a1a156bc12df4ec82a2f6fc7ad3e17ca56f68ac9cbd4f85db4cd06abc1a39275ec6d11fc41e820d9fc01f3cd59a73f44332cd3b9662d50d2eeb22a
 SHA512 
06658d279c5ec8eadfb14f9f7053882fc2872a4e27055e9c3aac81cf93167773d592fc29bd749cb6447116419c663fac79d6df725422394409b9a2e1c4708695
 DIST firewalld-1.3.3.tar.bz2 1218890 BLAKE2B 
79ececc0c547e4e06edced53909e9e68c6a5781c15af1d722e2247c28206e19a92349e33be31cbdec5281de6052be2718da09ab18065cfa4e94acafb0338
 SHA512 
b6bbec0dd9810a48c397bc6cfcf1339e0fff5a80df893917eddee266e48f70ae0af31a9c474d5c78fe2990433c8f84d70fd46f227ac29e4f5b7c209ca73b9e3c
 DIST firewalld-2.0.0.tar.bz2 1260018 BLAKE2B 
18b57d5692d0e8a78af590e22010f7926d65a648bffbaf49e46c2e4156a923235e0cef00df1468ad36425050b1f7f5cceacbc6189d12602f592b3b4f3f9ec6de
 SHA512 
a43e2e625d5d11cf1b740230213a44adbfe99243f2b87dc21b1698ea80a8da4af3b974e381980cc3c8d0bd3f08e5561eb2c3a393da5f5fbee4518879ae0b21a8
+DIST firewalld-2.0.1.tar.bz2 1257251 BLAKE2B 
a78ff5c1d733897024c33fe74ae8723c97253498ba55957420c66ccdfe4dcf64265336c5ee0cf120c4450d9c4da492e64c4fe01a3ea974d2992f6cf5879ef88d
 SHA512 
31b18b74af4d731f6259915fd86d6551968eea563deba211b6d304d961747662085a02c7c185c0d7d8916693f53a5dca581b0877bce59c634e99a9f20de2f3e1

diff --git a/net-firewall/firewalld/firewalld-2.0.1.ebuild 
b/net-firewall/firewalld/firewalld-2.0.1.ebuild
new file mode 100644
index ..9cdc72532067
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-2.0.1.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature
+inherit plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+ 

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-08-16 Thread Sam James
commit: 39855f596e2af6af259f2203ac8baa969c83d587
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 17 02:55:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 17 02:55:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39855f59

net-firewall/firewalld: Stabilize 2.0.0 arm64, #910958

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.0.ebuild 
b/net-firewall/firewalld/firewalld-2.0.0.ebuild
index ce6d5c66ffb5..59e47ff9b089 100644
--- a/net-firewall/firewalld/firewalld-2.0.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-07-23 Thread Sam James
commit: dcab81d3f268d263759cd5a666adaa16bb783f11
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:58:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:58:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcab81d3

net-firewall/firewalld: Stabilize 2.0.0 ppc64, #910958

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.0.ebuild 
b/net-firewall/firewalld/firewalld-2.0.0.ebuild
index 564046265073..ce6d5c66ffb5 100644
--- a/net-firewall/firewalld/firewalld-2.0.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-07-23 Thread Sam James
commit: 9515735c835b1b5cf9ee7fab73be4a5d045bc9c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:55:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9515735c

net-firewall/firewalld: Stabilize 2.0.0 x86, #910958

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.0.ebuild 
b/net-firewall/firewalld/firewalld-2.0.0.ebuild
index a1e410d18061..a977b0e8d46c 100644
--- a/net-firewall/firewalld/firewalld-2.0.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-07-23 Thread Sam James
commit: b7c917cf114b1db6a76d29220ec20cab01aba991
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:55:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:55:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c917cf

net-firewall/firewalld: Stabilize 2.0.0 amd64, #910958

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.0.ebuild 
b/net-firewall/firewalld/firewalld-2.0.0.ebuild
index a977b0e8d46c..564046265073 100644
--- a/net-firewall/firewalld/firewalld-2.0.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-07-23 Thread Sam James
commit: a235f5f1f4f0a0d6fc1ec1015842f06bec126ea6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:21:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:21:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a235f5f1

net-firewall/firewalld: Stabilize 2.0.0 arm, #910958

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-2.0.0.ebuild 
b/net-firewall/firewalld/firewalld-2.0.0.ebuild
index 9cdc72532067..a1e410d18061 100644
--- a/net-firewall/firewalld/firewalld-2.0.0.ebuild
+++ b/net-firewall/firewalld/firewalld-2.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-06-23 Thread Sam James
commit: 1b0144e3fc75d2273c3864aad11346cf39dca20d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 23 20:23:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 23 20:23:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0144e3

net-firewall/firewalld: add 2.0.0

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-2.0.0.ebuild | 223 ++
 2 files changed, 224 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 304796dd0b2e..6bca6b849584 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,3 @@
 DIST firewalld-1.3.2.tar.bz2 1225416 BLAKE2B 
108302dab4a1a156bc12df4ec82a2f6fc7ad3e17ca56f68ac9cbd4f85db4cd06abc1a39275ec6d11fc41e820d9fc01f3cd59a73f44332cd3b9662d50d2eeb22a
 SHA512 
06658d279c5ec8eadfb14f9f7053882fc2872a4e27055e9c3aac81cf93167773d592fc29bd749cb6447116419c663fac79d6df725422394409b9a2e1c4708695
 DIST firewalld-1.3.3.tar.bz2 1218890 BLAKE2B 
79ececc0c547e4e06edced53909e9e68c6a5781c15af1d722e2247c28206e19a92349e33be31cbdec5281de6052be2718da09ab18065cfa4e94acafb0338
 SHA512 
b6bbec0dd9810a48c397bc6cfcf1339e0fff5a80df893917eddee266e48f70ae0af31a9c474d5c78fe2990433c8f84d70fd46f227ac29e4f5b7c209ca73b9e3c
+DIST firewalld-2.0.0.tar.bz2 1260018 BLAKE2B 
18b57d5692d0e8a78af590e22010f7926d65a648bffbaf49e46c2e4156a923235e0cef00df1468ad36425050b1f7f5cceacbc6189d12602f592b3b4f3f9ec6de
 SHA512 
a43e2e625d5d11cf1b740230213a44adbfe99243f2b87dc21b1698ea80a8da4af3b974e381980cc3c8d0bd3f08e5561eb2c3a393da5f5fbee4518879ae0b21a8

diff --git a/net-firewall/firewalld/firewalld-2.0.0.ebuild 
b/net-firewall/firewalld/firewalld-2.0.0.ebuild
new file mode 100644
index ..9cdc72532067
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-2.0.0.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature
+inherit plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-06-15 Thread Sam James
commit: 0b0aaf271bcba0c6bf19bc9d56986d72d45979ff
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 15 22:06:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 15 22:06:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0aaf27

net-firewall/firewalld: add 1.3.3

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.3.3.ebuild | 223 ++
 2 files changed, 224 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 5243b7f7c53f..304796dd0b2e 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1 +1,2 @@
 DIST firewalld-1.3.2.tar.bz2 1225416 BLAKE2B 
108302dab4a1a156bc12df4ec82a2f6fc7ad3e17ca56f68ac9cbd4f85db4cd06abc1a39275ec6d11fc41e820d9fc01f3cd59a73f44332cd3b9662d50d2eeb22a
 SHA512 
06658d279c5ec8eadfb14f9f7053882fc2872a4e27055e9c3aac81cf93167773d592fc29bd749cb6447116419c663fac79d6df725422394409b9a2e1c4708695
+DIST firewalld-1.3.3.tar.bz2 1218890 BLAKE2B 
79ececc0c547e4e06edced53909e9e68c6a5781c15af1d722e2247c28206e19a92349e33be31cbdec5281de6052be2718da09ab18065cfa4e94acafb0338
 SHA512 
b6bbec0dd9810a48c397bc6cfcf1339e0fff5a80df893917eddee266e48f70ae0af31a9c474d5c78fe2990433c8f84d70fd46f227ac29e4f5b7c209ca73b9e3c

diff --git a/net-firewall/firewalld/firewalld-1.3.3.ebuild 
b/net-firewall/firewalld/firewalld-1.3.3.ebuild
new file mode 100644
index ..9cdc72532067
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.3.3.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature
+inherit plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-05-01 Thread Sam James
commit: ade5a04bab4e8d37ebed596dfb5377e1378ecb7a
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 13:32:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 13:32:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade5a04b

net-firewall/firewalld: drop 1.3.0, 1.3.1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   2 -
 net-firewall/firewalld/firewalld-1.3.0.ebuild | 216 --
 net-firewall/firewalld/firewalld-1.3.1.ebuild | 216 --
 3 files changed, 434 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index d61b351f728c..5243b7f7c53f 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1 @@
-DIST firewalld-1.3.0.tar.gz 2146120 BLAKE2B 
ea023278099e095ab46ea46f78f2e75c33ebadfc253cbc74beb56cf6176b98a3104f3d048c4b5379ce1ee0cca05010f9a90d019602233d869b563dd92de0cf7c
 SHA512 
e20605c8f12c12a2a692eaa38d7833b0c258092a6742c1adc359928fb4fb1872667e3a3bf0bad0b139dfc132a5507a8745789745fd9408324f7d171ad2cd5d68
-DIST firewalld-1.3.1.tar.bz2 1229285 BLAKE2B 
cd3c42f90700ab9076b2bcf51f4a863adf6909072bd3c6a0439e1a37af4cfca7b4bcf323e0609ec22bb98f5669145636d70b394e37bf8e4641590f431d0167eb
 SHA512 
98fb8a3fed2fa02aef2fe4940e044839693daa7a040d38e6ad5ff636e6cb60647917b80340858b28a9f3e3a4a736d7e4e6fdfe00356c072308d0c22277015574
 DIST firewalld-1.3.2.tar.bz2 1225416 BLAKE2B 
108302dab4a1a156bc12df4ec82a2f6fc7ad3e17ca56f68ac9cbd4f85db4cd06abc1a39275ec6d11fc41e820d9fc01f3cd59a73f44332cd3b9662d50d2eeb22a
 SHA512 
06658d279c5ec8eadfb14f9f7053882fc2872a4e27055e9c3aac81cf93167773d592fc29bd749cb6447116419c663fac79d6df725422394409b9a2e1c4708695

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
deleted file mode 100644
index 79d062f3b4ae..
--- a/net-firewall/firewalld/firewalld-1.3.0.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables test"
-# Tests are too unreliable in sandbox environment
-RESTRICT="!test? ( test ) test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND="app-text/docbook-xml-dtd
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS_NS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   ~NF_CT_NETLINK_HELPER
-   ~NF_DEFRAG_IPV4
-   ~NF_DEFRAG_IPV6
-   ~NF_NAT
-   ~NF_NAT_TFTP
-   ~NF_REJECT_IPV4
-   ~NF_REJECT_IPV6
-   ~NF_SOCKET_IPV4
-   ~NF_SOCKET_IPV6
-   ~NF_TABLES
-   ~NF_TPROXY_IPV4
-   ~NF_TPROXY_IPV6
-   ~IP_NF_FILTER
-   ~IP_NF_IPTABLES
-   ~IP_NF_MANGLE
-   ~IP_NF_NAT
-   ~IP_NF_RAW
-   ~IP_NF_SECURITY
-  

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-25 Thread Jakov Smolić
commit: 2727781fb820d7add6b4d99ae18823e23a0b23dc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 25 06:05:37 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 25 06:05:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2727781f

net-firewall/firewalld: Stabilize 1.3.2 amd64, #904854

Signed-off-by: Jakov Smolić  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
index d41bf9ea3714..9dc2f906 100644
--- a/net-firewall/firewalld/firewalld-1.3.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-23 Thread Sam James
commit: 9de91bea6edfb1693c484fd84c5becf9e5a8dd86
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 21:45:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 21:45:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de91bea

net-firewall/firewalld: Stabilize 1.3.2 arm, #904854

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
index 8b87c6bc94c2..d41bf9ea3714 100644
--- a/net-firewall/firewalld/firewalld-1.3.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
+KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-23 Thread Sam James
commit: 39e0eafdc6c0c0ded44777f6db5daf8818672006
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 08:02:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 08:02:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e0eafd

net-firewall/firewalld: Stabilize 1.3.2 x86, #904854

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
index 779a8dfedba5..29de27fd9ee6 100644
--- a/net-firewall/firewalld/firewalld-1.3.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-23 Thread Sam James
commit: 04458eca379383e1bcede208567cae4defadbcdb
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 08:02:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 08:02:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04458eca

net-firewall/firewalld: Stabilize 1.3.2 ppc64, #904854

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
index 28a9fb935638..8b87c6bc94c2 100644
--- a/net-firewall/firewalld/firewalld-1.3.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-23 Thread Sam James
commit: a52225f9e9fe6e602a1771724592c2bf37370c1b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 08:02:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 08:02:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52225f9

net-firewall/firewalld: Stabilize 1.3.2 arm64, #904854

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
index 29de27fd9ee6..28a9fb935638 100644
--- a/net-firewall/firewalld/firewalld-1.3.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-23 Thread Sam James
commit: dc9fa6e123659a73241d4e8acb2f22d7709a51e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 23 05:41:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 23 05:41:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9fa6e1

net-firewall/firewalld: add 1.3.2

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.3.2.ebuild | 216 ++
 2 files changed, 217 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 89bbfa544de9..d61b351f728c 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,3 @@
 DIST firewalld-1.3.0.tar.gz 2146120 BLAKE2B 
ea023278099e095ab46ea46f78f2e75c33ebadfc253cbc74beb56cf6176b98a3104f3d048c4b5379ce1ee0cca05010f9a90d019602233d869b563dd92de0cf7c
 SHA512 
e20605c8f12c12a2a692eaa38d7833b0c258092a6742c1adc359928fb4fb1872667e3a3bf0bad0b139dfc132a5507a8745789745fd9408324f7d171ad2cd5d68
 DIST firewalld-1.3.1.tar.bz2 1229285 BLAKE2B 
cd3c42f90700ab9076b2bcf51f4a863adf6909072bd3c6a0439e1a37af4cfca7b4bcf323e0609ec22bb98f5669145636d70b394e37bf8e4641590f431d0167eb
 SHA512 
98fb8a3fed2fa02aef2fe4940e044839693daa7a040d38e6ad5ff636e6cb60647917b80340858b28a9f3e3a4a736d7e4e6fdfe00356c072308d0c22277015574
+DIST firewalld-1.3.2.tar.bz2 1225416 BLAKE2B 
108302dab4a1a156bc12df4ec82a2f6fc7ad3e17ca56f68ac9cbd4f85db4cd06abc1a39275ec6d11fc41e820d9fc01f3cd59a73f44332cd3b9662d50d2eeb22a
 SHA512 
06658d279c5ec8eadfb14f9f7053882fc2872a4e27055e9c3aac81cf93167773d592fc29bd749cb6447116419c663fac79d6df725422394409b9a2e1c4708695

diff --git a/net-firewall/firewalld/firewalld-1.3.2.ebuild 
b/net-firewall/firewalld/firewalld-1.3.2.ebuild
new file mode 100644
index ..779a8dfedba5
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.3.2.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-13 Thread Sam James
commit: f233a9986e1068882580ffd164b9e48ddbd9a4cc
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 13 19:05:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 13 19:05:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f233a998

net-firewall/firewalld: drop 1.2.1, 1.2.2

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   2 -
 net-firewall/firewalld/firewalld-1.2.1.ebuild | 212 -
 net-firewall/firewalld/firewalld-1.2.2.ebuild | 216 --
 3 files changed, 430 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 4cfbbaf44d32..82a07859233a 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1 @@
-DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a
-DIST firewalld-1.2.2.tar.gz 2145443 BLAKE2B 
495bbd79fdab6f84e97533654b1d2b378841f14a60052a816d399d0ac8c2e2fe588486fae00dceeab5a13f7e03b030ae6db71c27208da415773ad033f0ea4ea2
 SHA512 
1b37b2daedb818afa6fe9d1512bdeebe48e39c39f94926d8aa93837816c211e30760706f536d63f51407a493a17927568c47118218d935949e22a78f7821441c
 DIST firewalld-1.3.0.tar.gz 2146120 BLAKE2B 
ea023278099e095ab46ea46f78f2e75c33ebadfc253cbc74beb56cf6176b98a3104f3d048c4b5379ce1ee0cca05010f9a90d019602233d869b563dd92de0cf7c
 SHA512 
e20605c8f12c12a2a692eaa38d7833b0c258092a6742c1adc359928fb4fb1872667e3a3bf0bad0b139dfc132a5507a8745789745fd9408324f7d171ad2cd5d68

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
deleted file mode 100644
index bffb92c8782e..
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables test"
-# Tests previously restricted for bug #650760
-RESTRICT="!test? ( test ) test? ( userpriv ) test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND="app-text/docbook-xml-dtd
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS_NS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   ~NF_CT_NETLINK_HELPER
-   ~NF_DEFRAG_IPV4
-   ~NF_DEFRAG_IPV6
-   ~NF_NAT
-   ~NF_NAT_TFTP
-   ~NF_REJECT_IPV4
-   ~NF_REJECT_IPV6
-   ~NF_SOCKET_IPV4
-   ~NF_SOCKET_IPV6
-   ~NF_TABLES
-   ~NF_TPROXY_IPV4
-   ~NF_TPROXY_IPV6
-   ~IP_NF_FILTER
-   ~IP_NF_IPTABLES
-   ~IP_NF_MANGLE
-   ~IP_NF_NAT
-   ~IP_NF_RAW
-   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-04-13 Thread Sam James
commit: 1b099624a206b39209897c13dc2c42173aa8cfb8
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 13 19:06:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 13 19:06:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b099624

net-firewall/firewalld: add 1.3.1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.3.1.ebuild | 216 ++
 2 files changed, 217 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 82a07859233a..89bbfa544de9 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1 +1,2 @@
 DIST firewalld-1.3.0.tar.gz 2146120 BLAKE2B 
ea023278099e095ab46ea46f78f2e75c33ebadfc253cbc74beb56cf6176b98a3104f3d048c4b5379ce1ee0cca05010f9a90d019602233d869b563dd92de0cf7c
 SHA512 
e20605c8f12c12a2a692eaa38d7833b0c258092a6742c1adc359928fb4fb1872667e3a3bf0bad0b139dfc132a5507a8745789745fd9408324f7d171ad2cd5d68
+DIST firewalld-1.3.1.tar.bz2 1229285 BLAKE2B 
cd3c42f90700ab9076b2bcf51f4a863adf6909072bd3c6a0439e1a37af4cfca7b4bcf323e0609ec22bb98f5669145636d70b394e37bf8e4641590f431d0167eb
 SHA512 
98fb8a3fed2fa02aef2fe4940e044839693daa7a040d38e6ad5ff636e6cb60647917b80340858b28a9f3e3a4a736d7e4e6fdfe00356c072308d0c22277015574

diff --git a/net-firewall/firewalld/firewalld-1.3.1.ebuild 
b/net-firewall/firewalld/firewalld-1.3.1.ebuild
new file mode 100644
index ..779a8dfedba5
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.3.1.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   ~NETFILTER_NETLINK_OSF
+   ~NETFILTER_NETLINK_QUEUE
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-03-04 Thread Arthur Zamarin
commit: ebf0766f0c5c515c691ef81c4ddc58a3d3ca560e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 11:55:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 11:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf0766f

net-firewall/firewalld: Stabilize 1.3.0 ppc64, #899228

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
index e09a8446fbeb..79d062f3b4ae 100644
--- a/net-firewall/firewalld/firewalld-1.3.0.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-03-03 Thread Arthur Zamarin
commit: 149b0c95a23ad9ad6185a2129f3fe9f55db382dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 07:47:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 07:47:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149b0c95

net-firewall/firewalld: Stabilize 1.3.0 amd64, #899228

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
index 82b1f082c2c7..e09a8446fbeb 100644
--- a/net-firewall/firewalld/firewalld-1.3.0.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-03-03 Thread Arthur Zamarin
commit: 29b1258c6dca911b391b4d226c9774fedb2e1834
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 07:42:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 07:42:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b1258c

net-firewall/firewalld: Stabilize 1.3.0 x86, #899228

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
index 96dd8ec56ccb..82b1f082c2c7 100644
--- a/net-firewall/firewalld/firewalld-1.3.0.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-03-03 Thread Arthur Zamarin
commit: 9d9c660c75d1c5770748eb7b9fbe616399d47746
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 06:27:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 06:27:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9c660c

net-firewall/firewalld: Stabilize 1.3.0 arm64, #899228

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
index 60e52db8050d..96dd8ec56ccb 100644
--- a/net-firewall/firewalld/firewalld-1.3.0.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-03-03 Thread Arthur Zamarin
commit: 79c0272047cab8220f42eb35e04baa47f166cca5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 05:34:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 05:34:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c02720

net-firewall/firewalld: Stabilize 1.3.0 arm, #899228

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
index 767e6571400d..60e52db8050d 100644
--- a/net-firewall/firewalld/firewalld-1.3.0.ebuild
+++ b/net-firewall/firewalld/firewalld-1.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests are too unreliable in sandbox environment
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-01-13 Thread Arthur Zamarin
commit: f540e6ed659e87672130bbfc8449b1e6b0fd01b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 17:32:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 17:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f540e6ed

net-firewall/firewalld: Stabilize 1.2.2 ppc64, #885129

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index da74df809732..3e9fdae3194f 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-01-13 Thread Arthur Zamarin
commit: 23daf17989674c6f6e7c98fc499140bb73b72e97
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 13:36:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 13:36:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23daf179

net-firewall/firewalld: Stabilize 1.2.2 arm, #885129

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index 5a0d110c1cc4..da74df809732 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-01-13 Thread Arthur Zamarin
commit: 894f1b38179567ea0125808cd9eba3a07092a39f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 12:17:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 12:17:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894f1b38

net-firewall/firewalld: Stabilize 1.2.2 arm64, #885129

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index b7dc80712142..5a0d110c1cc4 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv ) test"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-01-05 Thread Sam James
commit: dc65b7145a5fea6707b5bd73ca5ad7cbaca2c4ab
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  6 01:25:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  6 01:25:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc65b714

net-firewall/firewalld: add 1.3.0

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.3.0.ebuild | 216 ++
 2 files changed, 217 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 0a4ee8383b84..4cfbbaf44d32 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,3 @@
 DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a
 DIST firewalld-1.2.2.tar.gz 2145443 BLAKE2B 
495bbd79fdab6f84e97533654b1d2b378841f14a60052a816d399d0ac8c2e2fe588486fae00dceeab5a13f7e03b030ae6db71c27208da415773ad033f0ea4ea2
 SHA512 
1b37b2daedb818afa6fe9d1512bdeebe48e39c39f94926d8aa93837816c211e30760706f536d63f51407a493a17927568c47118218d935949e22a78f7821441c
+DIST firewalld-1.3.0.tar.gz 2146120 BLAKE2B 
ea023278099e095ab46ea46f78f2e75c33ebadfc253cbc74beb56cf6176b98a3104f3d048c4b5379ce1ee0cca05010f9a90d019602233d869b563dd92de0cf7c
 SHA512 
e20605c8f12c12a2a692eaa38d7833b0c258092a6742c1adc359928fb4fb1872667e3a3bf0bad0b139dfc132a5507a8745789745fd9408324f7d171ad2cd5d68

diff --git a/net-firewall/firewalld/firewalld-1.3.0.ebuild 
b/net-firewall/firewalld/firewalld-1.3.0.ebuild
new file mode 100644
index ..5dc1a36cec96
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.3.0.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests are too unreliable in sandbox environment
+RESTRICT="!test? ( test ) test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2023-01-05 Thread Sam James
commit: 532bd2680789b8156a070da9b1d7380564aa2a2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  6 01:26:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  6 01:26:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532bd268

net-firewall/firewalld: disable tests

I've tried but they're too unreliable in sandbox.

Closes: https://bugs.gentoo.org/856073
Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.1.ebuild | 4 ++--
 net-firewall/firewalld/firewalld-1.2.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
index 6cf64efd0d08..28ce38680879 100644
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
-RESTRICT="!test? ( test ) test? ( userpriv )"
+RESTRICT="!test? ( test ) test? ( userpriv ) test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index 211e78011f53..b7dc80712142 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
-RESTRICT="!test? ( test ) test? ( userpriv )"
+RESTRICT="!test? ( test ) test? ( userpriv ) test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-12-10 Thread Joonas Niilola
commit: abc25478ada6de6582ee6005b721b1cdfdb08884
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 10 08:58:12 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 10 08:58:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc25478

net-firewall/firewalld: Stabilize 1.2.2 x86, #885129

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index 32a3cfcbb025..211e78011f53 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-12-10 Thread Joonas Niilola
commit: 071ffbf2cf2c0e2dbd8f86a9b89cead12bf040cb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 10 08:49:01 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 10 08:49:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071ffbf2

net-firewall/firewalld: Stabilize 1.2.2 amd64, #885129

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index 28dbe5e00764..32a3cfcbb025 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-12-09 Thread Sam James
commit: bb033f0eb0b172d2ab352523ef4052c28afa827a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 04:33:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 04:35:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb033f0e

net-firewall/firewalld: drop 1.1.1, 1.1.3

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   2 -
 net-firewall/firewalld/firewalld-1.1.1.ebuild | 214 -
 net-firewall/firewalld/firewalld-1.1.3.ebuild | 219 --
 3 files changed, 435 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 3d406f33b826..0a4ee8383b84 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,4 +1,2 @@
-DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
-DIST firewalld-1.1.3.tar.gz 2124653 BLAKE2B 
178afc1c76538abbc2927819f35a81a642aabe5d9139a7dde69c50e061e59ae9f362374cc0bbfb4e8ad25c99caf8e45ddd92f1709478afb109d700b16bf84e38
 SHA512 
5108b363017b947907f104fb361bcc85443fc1b523718d8e0883932cb212a447391c9cea8b1e3f69bb9cc1c3a05b9042a8b9d91798d1dd09d4d4a224c9ce9d71
 DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a
 DIST firewalld-1.2.2.tar.gz 2145443 BLAKE2B 
495bbd79fdab6f84e97533654b1d2b378841f14a60052a816d399d0ac8c2e2fe588486fae00dceeab5a13f7e03b030ae6db71c27208da415773ad033f0ea4ea2
 SHA512 
1b37b2daedb818afa6fe9d1512bdeebe48e39c39f94926d8aa93837816c211e30760706f536d63f51407a493a17927568c47118218d935949e22a78f7821441c

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
deleted file mode 100644
index 44aacd0abb81..
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-inherit autotools bash-completion-r1 gnome2-utils linux-info optfeature 
plocale python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND="app-text/docbook-xml-dtd
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-RESTRICT="test" # bug 650760
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS_NS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   ~NF_CT_NETLINK_HELPER
-   ~NF_DEFRAG_IPV4
-   ~NF_DEFRAG_IPV6
-   ~NF_NAT
-   ~NF_NAT_TFTP
-   ~NF_REJECT_IPV4
-   ~NF_REJECT_IPV6

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-12-04 Thread WANG Xuerui
commit: 9f8a2d241f35451ffa3cc88154d7b25d0e434c7e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Dec  4 09:00:46 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 09:22:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8a2d24

net-firewall/firewalld: keyword 1.2.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
index 13ed0ef9832e..28dbe5e00764 100644
--- a/net-firewall/firewalld/firewalld-1.2.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-11-29 Thread Sam James
commit: e891cc7cc5a17f7fd4cbcb668fabcacc3549bff6
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 30 04:12:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 30 04:13:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e891cc7c

net-firewall/firewalld: add 1.2.2

Closes: https://bugs.gentoo.org/853055
Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.2.2.ebuild | 216 ++
 2 files changed, 217 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 148b643488f6..3d406f33b826 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1,4 @@
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
 DIST firewalld-1.1.3.tar.gz 2124653 BLAKE2B 
178afc1c76538abbc2927819f35a81a642aabe5d9139a7dde69c50e061e59ae9f362374cc0bbfb4e8ad25c99caf8e45ddd92f1709478afb109d700b16bf84e38
 SHA512 
5108b363017b947907f104fb361bcc85443fc1b523718d8e0883932cb212a447391c9cea8b1e3f69bb9cc1c3a05b9042a8b9d91798d1dd09d4d4a224c9ce9d71
 DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a
+DIST firewalld-1.2.2.tar.gz 2145443 BLAKE2B 
495bbd79fdab6f84e97533654b1d2b378841f14a60052a816d399d0ac8c2e2fe588486fae00dceeab5a13f7e03b030ae6db71c27208da415773ad033f0ea4ea2
 SHA512 
1b37b2daedb818afa6fe9d1512bdeebe48e39c39f94926d8aa93837816c211e30760706f536d63f51407a493a17927568c47118218d935949e22a78f7821441c

diff --git a/net-firewall/firewalld/firewalld-1.2.2.ebuild 
b/net-firewall/firewalld/firewalld-1.2.2.ebuild
new file mode 100644
index ..13ed0ef9832e
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.2.2.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests previously restricted for bug #650760
+RESTRICT="!test? ( test ) test? ( userpriv )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+  

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-11-19 Thread Arthur Zamarin
commit: 90786231f7ee70948f9b5a7811657d6cfd047a0c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 10:33:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 10:33:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90786231

net-firewall/firewalld: Stabilize 1.2.1 ppc64, #866638

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
index 90ee46626a2d..05dba56de655 100644
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-11-19 Thread Arthur Zamarin
commit: 6277fd7b2563206718aa0ecd5849fae8ee4a4dff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 10:33:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 10:33:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6277fd7b

net-firewall/firewalld: Stabilize 1.2.1 arm64, #866638

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
index 43ba3546df1f..90ee46626a2d 100644
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-11-19 Thread Arthur Zamarin
commit: 854f639a9295bba1b388a7f9919dac12fc8cd12a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 10:33:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 10:33:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854f639a

net-firewall/firewalld: Stabilize 1.2.1 arm, #866638

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
index 4bfd0c2d9541..43ba3546df1f 100644
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-31 Thread Agostino Sarubbo
commit: af1a0e74155be7d67cf7e0d7109c795e276fa78f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 31 16:40:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 31 16:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1a0e74

net-firewall/firewalld: Stabilize 1.1.3 x86, #878565

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index 3b0fa270fbcd..8c5ed2edc597 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-31 Thread Agostino Sarubbo
commit: ea380ee0c680a04bebd341ebee3eadb1bea659bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 31 16:37:45 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 31 16:37:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea380ee0

net-firewall/firewalld: Stabilize 1.1.3 amd64, #878565

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index f6c1d184a4b3..3b0fa270fbcd 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Arthur Zamarin
commit: 8b0e0b9279d6844d0d5f6611801e05b6f7a23514
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:47:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:47:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0e0b92

net-firewall/firewalld: Stabilize 1.1.3 arm64, #878565

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index 2c57d8e4b340..f6c1d184a4b3 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Arthur Zamarin
commit: c95138d493bf13984e1a33e474841f84070b3603
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:47:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:47:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95138d4

net-firewall/firewalld: Stabilize 1.1.3 ppc64, #878565

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index ec48585ff072..c5e06914c2f9 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Arthur Zamarin
commit: 03912b0d727a9880dfab2e984f7ae09494c7a458
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 05:47:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 05:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03912b0d

net-firewall/firewalld: Stabilize 1.1.3 arm, #878565

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
index c5e06914c2f9..2c57d8e4b340 100644
--- a/net-firewall/firewalld/firewalld-1.1.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-28 Thread Sam James
commit: d0e5ee08fefb505f06199c77dc8ed65be0f94a32
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 28 19:30:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 28 19:50:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e5ee08

net-firewall/firewalld: drop 1.1.2, 1.2.0

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   2 -
 net-firewall/firewalld/firewalld-1.1.2.ebuild | 212 --
 net-firewall/firewalld/firewalld-1.2.0.ebuild | 212 --
 3 files changed, 426 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index c92bd3fd4b47..148b643488f6 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,5 +1,3 @@
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
-DIST firewalld-1.1.2.tar.gz 2099245 BLAKE2B 
ea1e73cf96908ca4981deb86d4c0fad75f36ef321a37bba6d789b3de90b1cbb818f1eda713f41567c2125265b2e19707d411e1b51ab35c6f1af8b6040528f150
 SHA512 
a82a57d77c2fb5e9758218516912057bfbfb5549b341bcaaa8d40f3c39b8af67a01ca146a3aa09495ca38b315fa09a5d3d32597c40de10ca2da370b81d5598b0
 DIST firewalld-1.1.3.tar.gz 2124653 BLAKE2B 
178afc1c76538abbc2927819f35a81a642aabe5d9139a7dde69c50e061e59ae9f362374cc0bbfb4e8ad25c99caf8e45ddd92f1709478afb109d700b16bf84e38
 SHA512 
5108b363017b947907f104fb361bcc85443fc1b523718d8e0883932cb212a447391c9cea8b1e3f69bb9cc1c3a05b9042a8b9d91798d1dd09d4d4a224c9ce9d71
-DIST firewalld-1.2.0.tar.gz 2120379 BLAKE2B 
8c09e9a5e08e9f4dc2b3bfeda35d9078bd464956a30d7fdb5700329755fc307f0664f6a20ff5e941026785f28940b1eeebe747e2b2b3eed150725e014d05f870
 SHA512 
739ef7e4b85f2f00656434f6b37fb8116b9a93595390667d212820bc30a3e3cfaf5a60be7b18ec1f72be720d35a76224f3ce28856a9ff72557b8a8ae8e83f0a8
 DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a

diff --git a/net-firewall/firewalld/firewalld-1.1.2.ebuild 
b/net-firewall/firewalld/firewalld-1.1.2.ebuild
deleted file mode 100644
index a1e5b3069d0d..
--- a/net-firewall/firewalld/firewalld-1.1.2.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="gui +nftables +iptables test"
-# Tests previously restricted for bug #650760
-RESTRICT="!test? ( test ) test? ( userpriv )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND="app-text/docbook-xml-dtd
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-11 Thread Joonas Niilola
commit: 9e060d06195cb135dbc74bb72950b20a674045c4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 11 07:44:45 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 11 07:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e060d06

net-firewall/firewalld: Stabilize 1.2.1 x86, #866638

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
index 257c7c82042c..4bfd0c2d9541 100644
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-10-11 Thread Joonas Niilola
commit: 6d6151278e18172b5e7b922376bdbfd426871497
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 11 07:44:12 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 11 07:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d615127

net-firewall/firewalld: Stabilize 1.2.1 amd64, #866638

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
index a1e5b3069d0d..257c7c82042c 100644
--- a/net-firewall/firewalld/firewalld-1.2.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables test"
 # Tests previously restricted for bug #650760
 RESTRICT="!test? ( test ) test? ( userpriv )"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-09-28 Thread Sam James
commit: a34647a3dfdd756d028d41f57aa43ae02ef19076
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 28 22:03:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 28 23:15:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34647a3

net-firewall/firewalld: add 1.2.1

Upstream dropped the conflicting Kodi rules.

Closes: https://bugs.gentoo.org/860249
Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.2.1.ebuild | 212 ++
 2 files changed, 213 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 8d405da0806a..c92bd3fd4b47 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -2,3 +2,4 @@ DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116
 DIST firewalld-1.1.2.tar.gz 2099245 BLAKE2B 
ea1e73cf96908ca4981deb86d4c0fad75f36ef321a37bba6d789b3de90b1cbb818f1eda713f41567c2125265b2e19707d411e1b51ab35c6f1af8b6040528f150
 SHA512 
a82a57d77c2fb5e9758218516912057bfbfb5549b341bcaaa8d40f3c39b8af67a01ca146a3aa09495ca38b315fa09a5d3d32597c40de10ca2da370b81d5598b0
 DIST firewalld-1.1.3.tar.gz 2124653 BLAKE2B 
178afc1c76538abbc2927819f35a81a642aabe5d9139a7dde69c50e061e59ae9f362374cc0bbfb4e8ad25c99caf8e45ddd92f1709478afb109d700b16bf84e38
 SHA512 
5108b363017b947907f104fb361bcc85443fc1b523718d8e0883932cb212a447391c9cea8b1e3f69bb9cc1c3a05b9042a8b9d91798d1dd09d4d4a224c9ce9d71
 DIST firewalld-1.2.0.tar.gz 2120379 BLAKE2B 
8c09e9a5e08e9f4dc2b3bfeda35d9078bd464956a30d7fdb5700329755fc307f0664f6a20ff5e941026785f28940b1eeebe747e2b2b3eed150725e014d05f870
 SHA512 
739ef7e4b85f2f00656434f6b37fb8116b9a93595390667d212820bc30a3e3cfaf5a60be7b18ec1f72be720d35a76224f3ce28856a9ff72557b8a8ae8e83f0a8
+DIST firewalld-1.2.1.tar.gz 2142992 BLAKE2B 
4d9763373bc5b35fd4e9a435669bfba148b8ba7054c3ebb1c24ac96739bb62fa6b424b8b95bd9a0394716a36df5e9c3f4b84efcf4ca2811661265f548eedacef
 SHA512 
a9b2d7346291d0c54e850913f2d40a08d121d64df75ee87655fa2ee022ade908c762e5b6d372d4e8879eec1138f73635ee9398cdb3703efe67039769c5e2a42a

diff --git a/net-firewall/firewalld/firewalld-1.2.1.ebuild 
b/net-firewall/firewalld/firewalld-1.2.1.ebuild
new file mode 100644
index ..a1e5b3069d0d
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.2.1.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests previously restricted for bug #650760
+RESTRICT="!test? ( test ) test? ( userpriv )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-09-28 Thread Sam James
commit: cc06401da0480e0cceed79bd1eea8a88a120545f
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 28 21:55:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 28 22:54:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc06401d

net-firewall/firewalld: add 1.1.3

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.1.3.ebuild | 219 ++
 2 files changed, 220 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 0a9506eac4f6..8d405da0806a 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1,4 @@
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
 DIST firewalld-1.1.2.tar.gz 2099245 BLAKE2B 
ea1e73cf96908ca4981deb86d4c0fad75f36ef321a37bba6d789b3de90b1cbb818f1eda713f41567c2125265b2e19707d411e1b51ab35c6f1af8b6040528f150
 SHA512 
a82a57d77c2fb5e9758218516912057bfbfb5549b341bcaaa8d40f3c39b8af67a01ca146a3aa09495ca38b315fa09a5d3d32597c40de10ca2da370b81d5598b0
+DIST firewalld-1.1.3.tar.gz 2124653 BLAKE2B 
178afc1c76538abbc2927819f35a81a642aabe5d9139a7dde69c50e061e59ae9f362374cc0bbfb4e8ad25c99caf8e45ddd92f1709478afb109d700b16bf84e38
 SHA512 
5108b363017b947907f104fb361bcc85443fc1b523718d8e0883932cb212a447391c9cea8b1e3f69bb9cc1c3a05b9042a8b9d91798d1dd09d4d4a224c9ce9d71
 DIST firewalld-1.2.0.tar.gz 2120379 BLAKE2B 
8c09e9a5e08e9f4dc2b3bfeda35d9078bd464956a30d7fdb5700329755fc307f0664f6a20ff5e941026785f28940b1eeebe747e2b2b3eed150725e014d05f870
 SHA512 
739ef7e4b85f2f00656434f6b37fb8116b9a93595390667d212820bc30a3e3cfaf5a60be7b18ec1f72be720d35a76224f3ce28856a9ff72557b8a8ae8e83f0a8

diff --git a/net-firewall/firewalld/firewalld-1.1.3.ebuild 
b/net-firewall/firewalld/firewalld-1.1.3.ebuild
new file mode 100644
index ..ec48585ff072
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.1.3.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests previously restricted for bug #650760
+RESTRICT="!test? ( test ) test? ( userpriv )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   x11-libs/gtk+:3
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')
+   iptables? (
+   net-firewall/ebtables
+   net-firewall/ipset
+   net-firewall/iptables[ipv6(+)]
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/glib:2
+"
+BDEPEND="
+   app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+   test? ( net-firewall/nftables )
+"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-07-02 Thread Sam James
commit: 7e1c6b5f7a77e4935739f255953cd90876065ab0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 20:23:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 20:30:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1c6b5f

net-firewall/firewalld: add 1.2.0

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.2.0.ebuild | 212 ++
 2 files changed, 213 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 43d03f05036d..0a9506eac4f6 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,3 @@
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
 DIST firewalld-1.1.2.tar.gz 2099245 BLAKE2B 
ea1e73cf96908ca4981deb86d4c0fad75f36ef321a37bba6d789b3de90b1cbb818f1eda713f41567c2125265b2e19707d411e1b51ab35c6f1af8b6040528f150
 SHA512 
a82a57d77c2fb5e9758218516912057bfbfb5549b341bcaaa8d40f3c39b8af67a01ca146a3aa09495ca38b315fa09a5d3d32597c40de10ca2da370b81d5598b0
+DIST firewalld-1.2.0.tar.gz 2120379 BLAKE2B 
8c09e9a5e08e9f4dc2b3bfeda35d9078bd464956a30d7fdb5700329755fc307f0664f6a20ff5e941026785f28940b1eeebe747e2b2b3eed150725e014d05f870
 SHA512 
739ef7e4b85f2f00656434f6b37fb8116b9a93595390667d212820bc30a3e3cfaf5a60be7b18ec1f72be720d35a76224f3ce28856a9ff72557b8a8ae8e83f0a8

diff --git a/net-firewall/firewalld/firewalld-1.2.0.ebuild 
b/net-firewall/firewalld/firewalld-1.2.0.ebuild
new file mode 100644
index ..a1e5b3069d0d
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.2.0.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests previously restricted for bug #650760
+RESTRICT="!test? ( test ) test? ( userpriv )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-07-02 Thread Sam James
commit: 7eb4e62e89da0cadb31848eaacee6a29eafb89db
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 20:09:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 20:30:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb4e62e

net-firewall/firewalld: add 1.1.2

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.1.2.ebuild | 212 ++
 2 files changed, 213 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 0a4195ec4f64..43d03f05036d 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1 +1,2 @@
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479
+DIST firewalld-1.1.2.tar.gz 2099245 BLAKE2B 
ea1e73cf96908ca4981deb86d4c0fad75f36ef321a37bba6d789b3de90b1cbb818f1eda713f41567c2125265b2e19707d411e1b51ab35c6f1af8b6040528f150
 SHA512 
a82a57d77c2fb5e9758218516912057bfbfb5549b341bcaaa8d40f3c39b8af67a01ca146a3aa09495ca38b315fa09a5d3d32597c40de10ca2da370b81d5598b0

diff --git a/net-firewall/firewalld/firewalld-1.1.2.ebuild 
b/net-firewall/firewalld/firewalld-1.1.2.ebuild
new file mode 100644
index ..a1e5b3069d0d
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.1.2.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 gnome2-utils linux-info optfeature plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables test"
+# Tests previously restricted for bug #650760
+RESTRICT="!test? ( test ) test? ( userpriv )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   ~NETFILTER_NETLINK_OSF
+   ~NETFILTER_NETLINK_QUEUE
+  

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-05-04 Thread Sam James
commit: c8bcc8b8e49198db7465767883a2482f3cff8d2d
Author: Sam James  gentoo  org>
AuthorDate: Wed May  4 05:44:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  4 23:28:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bcc8b8

net-firewall/firewalld: drop 1.1.0-r1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest  |   1 -
 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 213 ---
 2 files changed, 214 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 0980ae878f0d..0a4195ec4f64 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1 @@
-DIST firewalld-1.1.0.tar.gz 1324519 BLAKE2B 
d9f97c88a1ed44b325bb95616770c0aff6e0088bccd08d062b3be686964d3d36003c1e13809a8802af2062ff7544b2a1fd870c1e933952a9b77af989ec0f9b54
 SHA512 
4cb8b0d6387de72827d06c19019e5608e36f647a70aef04879f9225795571638758abd5ff6333bd9db816b6de40d7e8df04c402556c2402e85ad34633d337091
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
deleted file mode 100644
index 85cf40f8f02f..
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,213 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-inherit autotools bash-completion-r1 gnome2-utils linux-info optfeature 
plocale python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://firewalld.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND=">=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-RESTRICT="test" # bug 650760
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS_NS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   ~NF_CT_NETLINK_HELPER
-   ~NF_DEFRAG_IPV4
-   ~NF_DEFRAG_IPV6
-   ~NF_NAT
-   ~NF_NAT_TFTP
-   ~NF_REJECT_IPV4
-   ~NF_REJECT_IPV6
-   ~NF_SOCKET_IPV4
-   ~NF_SOCKET_IPV6
-   ~NF_TABLES
-   ~NF_TPROXY_IPV4
-   ~NF_TPROXY_IPV6
-   ~IP_NF_FILTER
-   ~IP_NF_IPTABLES
-   ~IP_NF_MANGLE
-   ~IP_NF_NAT
-   ~IP_NF_RAW
-   ~IP_NF_SECURITY
-   ~IP_NF_TARGET_MASQUERADE
-   ~IP_NF_TARGET_REJECT
-   ~IP6_NF_FILTER
-   ~IP6_NF_IPTABLES
-   ~IP6_NF_MANGLE
-   ~IP6_NF_NAT
-   ~IP6_NF_RAW
-   ~IP6_NF_SECURITY
-   ~IP6_NF_TARGET_MASQUERADE
-   ~IP6_NF_TARGET_REJECT
-   ~IP_SET
-   ~NETFILTER_CONNCOUNT
-   ~NETFILTER_NETLINK
-   ~NETFILTER_NETLINK_OSF
-   ~NETFILTER_NETLINK_QUEUE
-   ~NETFILTER_SYNPROXY
-   ~NETFILTER_XTABLES
-   ~NETFILTER_XT_CONNMARK
-   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-05-03 Thread Arthur Zamarin
commit: 2cb33693f357e8e7047a5eb1de037ee2f262c2d9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  3 18:11:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  3 18:11:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb33693

net-firewall/firewalld: Stabilize 1.1.1 arm64, #841530

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
index 91c080d26bce..44aacd0abb81 100644
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-05-03 Thread Arthur Zamarin
commit: 6e70f7dba44f4c2967669b3ea44f275d4f25ef93
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  3 17:52:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  3 17:52:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e70f7db

net-firewall/firewalld: Stabilize 1.1.1 arm, #841530

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
index d23808f26f71..91c080d26bce 100644
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-29 Thread Sam James
commit: f781374b7417c814491a9606bc5899ed67105d24
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 19:20:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 19:20:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f781374b

net-firewall/firewalld: Stabilize 1.1.1 ppc64, #841530

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
index 9e30e72f763f..d23808f26f71 100644
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-29 Thread Joonas Niilola
commit: d3f8c144f341fab99b9a9271b0f66a854158afb3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Apr 29 07:35:46 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 29 07:41:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f8c144

net-firewall/firewalld: add a missing bdep docbook-xml-dtd

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
index 93efaebbee7e..dbbe5dc8371c 100644
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -35,7 +35,8 @@ RDEPEND="${PYTHON_DEPS}
')"
 DEPEND="${RDEPEND}
dev-libs/glib:2"
-BDEPEND=">=dev-util/intltool-0.35
+BDEPEND="app-text/docbook-xml-dtd
+   >=dev-util/intltool-0.35
sys-devel/gettext"
 
 RESTRICT="test" # bug 650760



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-29 Thread Joonas Niilola
commit: 52b95cd87cf690f2600e83f66766123ffb696cca
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Apr 29 07:40:47 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 29 07:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b95cd8

net-firewall/firewalld: Stabilize 1.1.1 amd64, #841530

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
index 390f886fa029..9e30e72f763f 100644
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-29 Thread Joonas Niilola
commit: ed935bc3aa48f61d870e0a7be82c647f28aacb9d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Apr 29 07:40:03 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 29 07:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed935bc3

net-firewall/firewalld: Stabilize 1.1.1 x86, #841530

Signed-off-by: Joonas Niilola  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
index dbbe5dc8371c..390f886fa029 100644
--- a/net-firewall/firewalld/firewalld-1.1.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-17 Thread Sam James
commit: 329a129d3eae69efe0e0eca9902a62ed4826eddf
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 16:40:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 16:40:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329a129d

net-firewall/firewalld: drop 1.0.2-r1, 1.0.3-r1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest  |   2 -
 net-firewall/firewalld/firewalld-1.0.2-r1.ebuild | 203 ---
 net-firewall/firewalld/firewalld-1.0.3-r1.ebuild | 203 ---
 3 files changed, 408 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 6ef8dd026dee..0980ae878f0d 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,4 +1,2 @@
-DIST firewalld-1.0.2.tar.gz 1307963 BLAKE2B 
11a7710981ba39f4bcb8431558e5b558a60d77fb1aa3fe4c5febc37f2eab754a6608e4820b6318c963bb6290a9b26ae9e162d9e46277c34dfdacac46ba938b21
 SHA512 
fbb60a6f52e5be26051303769b6521a6c775d450ab6704f2d63fe38dc6194976ad36f1d924380d09012f41ab6dab1f6f78c5a859fbfe00c52cdff40d82e62283
-DIST firewalld-1.0.3.tar.gz 1310433 BLAKE2B 
c414a347ca1008e010bf8393e4538b5845fde7cc53b810276e46d67c6302cfe93a59665ad6ebc533b3ae04908f9089546b109888f60f0c798f3cac62a30d
 SHA512 
0ba423e8c294d143f31bbdac13553e58cd0a3429812b555829c34f411478c26cffcc40095218539155e9ed7fe7e360fb8dd85a572a8ad9d5650b0cc206fe42a1
 DIST firewalld-1.1.0.tar.gz 1324519 BLAKE2B 
d9f97c88a1ed44b325bb95616770c0aff6e0088bccd08d062b3be686964d3d36003c1e13809a8802af2062ff7544b2a1fd870c1e933952a9b77af989ec0f9b54
 SHA512 
4cb8b0d6387de72827d06c19019e5608e36f647a70aef04879f9225795571638758abd5ff6333bd9db816b6de40d7e8df04c402556c2402e85ad34633d337091
 DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479

diff --git a/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
deleted file mode 100644
index 36b30b91cc4e..
--- a/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,203 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://www.firewalld.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   iptables? (
-   net-firewall/iptables[ipv6(+)]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
-   ')"
-DEPEND="${RDEPEND}
-   dev-libs/glib:2"
-BDEPEND=">=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-RESTRICT="test" # bug 650760
-
-# Testsuite's Makefile.am calls missing(!)
-# ... but this seems to be consistent with the autoconf docs?
-# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
-QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   # See bug #830132 for the huge list
-   # We can probably narrow it down a bit but it's rather fragile
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
-   ~NETFILTER
-   ~NETFILTER_ADVANCED
-   ~NETFILTER_INGRESS
-   ~NF_NAT_MASQUERADE
-   ~NF_NAT_REDIRECT
-   ~NF_TABLES_INET
-   ~NF_TABLES_IPV4
-   ~NF_TABLES_IPV6
-   ~NF_CONNTRACK
-   ~NF_CONNTRACK_BROADCAST
-   ~NF_CONNTRACK_NETBIOS
-   ~NF_CONNTRACK_TFTP
-   ~NF_CT_NETLINK
-   ~NF_CT_NETLINK_HELPER
-   ~NF_DEFRAG_IPV4
-   ~NF_DEFRAG_IPV6
-   ~NF_NAT
-   ~NF_NAT_TFTP
-   ~NF_REJECT_IPV4
-   ~NF_REJECT_IPV6
-   ~NF_SOCKET_IPV4
-  

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-09 Thread Arthur Zamarin
commit: 4a07d8bd8046491d2492920b59488757ec77c2d3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  9 19:52:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  9 19:52:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a07d8bd

net-firewall/firewalld: Stabilize 1.1.0-r1 arm, #836678

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 3629b8d3ff47..85cf40f8f02f 100644
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-04 Thread Sam James
commit: 2fe0dc4eefc24172d660aae197f585271b746f74
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  5 02:36:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  5 02:36:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe0dc4e

net-firewall/firewalld: Stabilize 1.1.0-r1 ppc64, #836678

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 12cd825374cf..3629b8d3ff47 100644
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-04 Thread Jakov Smolić
commit: 6a988f59e07c1aa60f351fd7672ff16ec0c943e2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr  4 18:28:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr  4 18:28:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a988f59

net-firewall/firewalld: Stabilize 1.1.0-r1 arm64, #836678

Signed-off-by: Jakov Smolić  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 4303ecc75824..12cd825374cf 100644
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-04 Thread Agostino Sarubbo
commit: 8572b3b6d6646769d85063d215d4bef62d7ae86c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr  4 06:37:49 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr  4 06:37:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8572b3b6

net-firewall/firewalld: x86 stable wrt bug #836678

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 2cbc8dea5cf8..4303ecc75824 100644
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-04-04 Thread Agostino Sarubbo
commit: 3dd03b898844604563376a8caad8dca756edaa65
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr  4 06:37:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr  4 06:37:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd03b89

net-firewall/firewalld: amd64 stable wrt bug #836678

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 9b7cca65163e..2cbc8dea5cf8 100644
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-03-26 Thread Sam James
commit: b6d2bef61b69df7c6c193fd3fd6434ebfbb66eca
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 26 21:00:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 26 21:21:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d2bef6

net-firewall/firewalld: add 1.1.1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.1.1.ebuild | 213 ++
 2 files changed, 214 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index eb1690b0d69a..6ef8dd026dee 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,3 +1,4 @@
 DIST firewalld-1.0.2.tar.gz 1307963 BLAKE2B 
11a7710981ba39f4bcb8431558e5b558a60d77fb1aa3fe4c5febc37f2eab754a6608e4820b6318c963bb6290a9b26ae9e162d9e46277c34dfdacac46ba938b21
 SHA512 
fbb60a6f52e5be26051303769b6521a6c775d450ab6704f2d63fe38dc6194976ad36f1d924380d09012f41ab6dab1f6f78c5a859fbfe00c52cdff40d82e62283
 DIST firewalld-1.0.3.tar.gz 1310433 BLAKE2B 
c414a347ca1008e010bf8393e4538b5845fde7cc53b810276e46d67c6302cfe93a59665ad6ebc533b3ae04908f9089546b109888f60f0c798f3cac62a30d
 SHA512 
0ba423e8c294d143f31bbdac13553e58cd0a3429812b555829c34f411478c26cffcc40095218539155e9ed7fe7e360fb8dd85a572a8ad9d5650b0cc206fe42a1
 DIST firewalld-1.1.0.tar.gz 1324519 BLAKE2B 
d9f97c88a1ed44b325bb95616770c0aff6e0088bccd08d062b3be686964d3d36003c1e13809a8802af2062ff7544b2a1fd870c1e933952a9b77af989ec0f9b54
 SHA512 
4cb8b0d6387de72827d06c19019e5608e36f647a70aef04879f9225795571638758abd5ff6333bd9db816b6de40d7e8df04c402556c2402e85ad34633d337091
+DIST firewalld-1.1.1.tar.gz 1325362 BLAKE2B 
0167d9bc1c76da420dfe8aa5e6bfdd743116fbe6959d5920b972fac09c72608c90b9d6b2bb4bd7bb01250cbab2bdbb30a017becf5d050f490f4f289661e4366a
 SHA512 
ecf75c30be63d2285d0b915b26d20e679c2f45f121c37b8cecc236da02d21039c692d1fec72e6c29d2a7b6de570daad573c230deacaef7491a2fd39c35332479

diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.1.ebuild
new file mode 100644
index ..93efaebbee7e
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit autotools bash-completion-r1 gnome2-utils linux-info optfeature 
plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND=">=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+RESTRICT="test" # bug 650760
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS_NS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-03-12 Thread Arthur Zamarin
commit: 1d935c97bcd026be8c418c1ee291c2b432e6532b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 12:31:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 12:31:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d935c97

net-firewall/firewalld: Stabilize 1.0.3-r1 arm, #834933

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
index 034a4540dfdf..44c9ba18b636 100644
--- a/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-25 Thread Sam James
commit: a91485744aea2e2eea9eed3f39071e53f0007514
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 26 05:35:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 26 05:35:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9148574

net-firewall/firewalld: tweak optfeature phasing

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 273fdfa6a807..9b7cca65163e 100644
--- a/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -204,7 +204,7 @@ pkg_postinst() {
gnome2_schemas_update
 
# bug #833569
-   optfeature "Change zones with NetworkManager" gnome-extra/nm-applet
+   optfeature "changing zones with NetworkManager" gnome-extra/nm-applet
 }
 
 pkg_postrm() {



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-25 Thread Sam James
commit: 0dde7837c0b46c0a4f52e7229038d8452b4f11a5
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 26 05:33:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 26 05:34:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dde7837

net-firewall/firewalld: update plocale list

... and add || die to the check-for-changes call.

Signed-off-by: Sam James  gentoo.org>

 .../firewalld/{firewalld-1.1.0.ebuild => firewalld-1.1.0-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-1.1.0.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
similarity index 96%
rename from net-firewall/firewalld/firewalld-1.1.0.ebuild
rename to net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
index 467c6bd41651..273fdfa6a807 100644
--- a/net-firewall/firewalld/firewalld-1.1.0.ebuild
+++ b/net-firewall/firewalld/firewalld-1.1.0-r1.ebuild
@@ -45,7 +45,7 @@ RESTRICT="test" # bug 650760
 # Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
 QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
 
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
 
 pkg_setup() {
# See bug #830132 for the huge list
@@ -149,7 +149,7 @@ src_prepare() {
 
eautoreconf
 
-   plocale_find_changes "po" "" ".po"
+   plocale_find_changes "po" "" ".po" || die
plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/files/, net-firewall/firewalld/

2022-02-25 Thread Sam James
commit: eaf5a9d096bc19ea688b4cfb7612cab7fa5658ab
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 26 04:05:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 26 04:07:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf5a9d0

net-firewall/firewalld: add 1.1.0

- 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:  gmx.com>
Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest|   1 +
 net-firewall/firewalld/files/firewalld.service |  22 +++
 net-firewall/firewalld/firewalld-1.1.0.ebuild  | 213 +
 3 files changed, 236 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index b33424011e4d..eb1690b0d69a 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,2 +1,3 @@
 DIST firewalld-1.0.2.tar.gz 1307963 BLAKE2B 
11a7710981ba39f4bcb8431558e5b558a60d77fb1aa3fe4c5febc37f2eab754a6608e4820b6318c963bb6290a9b26ae9e162d9e46277c34dfdacac46ba938b21
 SHA512 
fbb60a6f52e5be26051303769b6521a6c775d450ab6704f2d63fe38dc6194976ad36f1d924380d09012f41ab6dab1f6f78c5a859fbfe00c52cdff40d82e62283
 DIST firewalld-1.0.3.tar.gz 1310433 BLAKE2B 
c414a347ca1008e010bf8393e4538b5845fde7cc53b810276e46d67c6302cfe93a59665ad6ebc533b3ae04908f9089546b109888f60f0c798f3cac62a30d
 SHA512 
0ba423e8c294d143f31bbdac13553e58cd0a3429812b555829c34f411478c26cffcc40095218539155e9ed7fe7e360fb8dd85a572a8ad9d5650b0cc206fe42a1
+DIST firewalld-1.1.0.tar.gz 1324519 BLAKE2B 
d9f97c88a1ed44b325bb95616770c0aff6e0088bccd08d062b3be686964d3d36003c1e13809a8802af2062ff7544b2a1fd870c1e933952a9b77af989ec0f9b54
 SHA512 
4cb8b0d6387de72827d06c19019e5608e36f647a70aef04879f9225795571638758abd5ff6333bd9db816b6de40d7e8df04c402556c2402e85ad34633d337091

diff --git a/net-firewall/firewalld/files/firewalld.service 
b/net-firewall/firewalld/files/firewalld.service
new file mode 100644
index ..708326f58fed
--- /dev/null
+++ b/net-firewall/firewalld/files/firewalld.service
@@ -0,0 +1,22 @@
+[Unit]
+Description=firewalld - dynamic firewall daemon
+Before=network-pre.target
+Wants=network-pre.target
+After=dbus.service
+After=polkit.service
+Documentation=man:firewalld(1)
+
+[Service]
+EnvironmentFile=-/etc/sysconfig/firewalld
+ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS
+ExecReload=/bin/kill -HUP $MAINPID
+# supress to log debug and error output also to /var/log/messages
+StandardOutput=null
+StandardError=null
+Type=dbus
+BusName=org.fedoraproject.FirewallD1
+KillMode=mixed
+
+[Install]
+WantedBy=multi-user.target
+Alias=dbus-org.fedoraproject.FirewallD1.service

diff --git a/net-firewall/firewalld/firewalld-1.1.0.ebuild 
b/net-firewall/firewalld/firewalld-1.1.0.ebuild
new file mode 100644
index ..467c6bd41651
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.1.0.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit autotools bash-completion-r1 gnome2-utils linux-info optfeature 
plocale python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://firewalld.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   iptables? (
+   net-firewall/iptables[ipv6(+)]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND=">=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+RESTRICT="test" # bug 650760
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu 

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-19 Thread Sam James
commit: 9d0a7009bb2840e08e305f68d63b1f4349b0748c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 20 05:36:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 20 05:36:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0a7009

net-firewall/firewalld: drop OutdatedBlocker

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.2-r1.ebuild | 1 -
 net-firewall/firewalld/firewalld-1.0.3-r1.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
index d4ea370c416e..36b30b91cc4e 100644
--- a/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
@@ -17,7 +17,6 @@ IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   !!net-firewall/gshield
iptables? (
net-firewall/iptables[ipv6(+)]
net-firewall/ebtables

diff --git a/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
index ccb386137cd9..034a4540dfdf 100644
--- a/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
@@ -17,7 +17,6 @@ IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   !!net-firewall/gshield
iptables? (
net-firewall/iptables[ipv6(+)]
net-firewall/ebtables



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-17 Thread Sam James
commit: 62b2651a590693f437d3eb5fa43194f32204f0a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 12 16:11:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 18 02:40:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b2651a

net-firewall/firewalld: Use (+) for ipv6 flag deps

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  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../firewalld/{firewalld-1.0.2.ebuild => firewalld-1.0.2-r1.ebuild} | 2 +-
 .../firewalld/{firewalld-1.0.3.ebuild => firewalld-1.0.3-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
similarity index 99%
rename from net-firewall/firewalld/firewalld-1.0.2.ebuild
rename to net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
index 88351db686f2..d4ea370c416e 100644
--- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
!!net-firewall/gshield
iptables? (
-   net-firewall/iptables[ipv6]
+   net-firewall/iptables[ipv6(+)]
net-firewall/ebtables
net-firewall/ipset
nftables? ( net-firewall/nftables[xtables(+)] )

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
similarity index 99%
rename from net-firewall/firewalld/firewalld-1.0.3.ebuild
rename to net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
index 55fe049bd7ec..ccb386137cd9 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
!!net-firewall/gshield
iptables? (
-   net-firewall/iptables[ipv6]
+   net-firewall/iptables[ipv6(+)]
net-firewall/ebtables
net-firewall/ipset
nftables? ( net-firewall/nftables[xtables(+)] )



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-11 Thread Sam James
commit: 5633525f11aa8b163b63b55fc96f234e1ebc5937
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 11 12:23:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 11 12:23:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5633525f

net-firewall/firewalld: Stabilize 1.0.3 arm64, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index f903ade02ff9..55fe049bd7ec 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-09 Thread Sam James
commit: 49bc9e2031f46c59f7536ae790416633dbb7fcda
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:51:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:51:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bc9e20

net-firewall/firewalld: Stabilize 1.0.3 x86, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 35c17afac569..6de78e2c8e4e 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-09 Thread Sam James
commit: 762881d287847010b7222652c01098321e8e9476
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:51:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762881d2

net-firewall/firewalld: Stabilize 1.0.3 ppc64, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 6de78e2c8e4e..f903ade02ff9 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-09 Thread Sam James
commit: d487cad50cf79bb7473c8e4e731a5f01a6e70b73
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 07:50:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 07:50:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d487cad5

net-firewall/firewalld: Stabilize 1.0.3 amd64, #833032

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 510d602c75ab..35c17afac569 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-02-04 Thread Sam James
commit: 1dc5cd0b073751d1d739f58bdbf95fe09d5f8022
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  4 18:47:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  4 18:47:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc5cd0b

net-firewall/firewalld: Stabilize 1.0.2 ppc64, #831835

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2.ebuild
index a5b813717e90..88351db686f2 100644
--- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-01-10 Thread Sam James
commit: 569e654ce49fd8756dcffd1fd01644e54dcbbb1e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 10 22:53:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 10 22:53:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569e654c

net-firewall/firewalld: update HOMEPAGE

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
index 2bf06009d02d..510d602c75ab 100644
--- a/net-firewall/firewalld/firewalld-1.0.3.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
 
 DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://www.firewalld.org/;
+HOMEPAGE="https://firewalld.org/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2022-01-10 Thread Sam James
commit: 26e9b66291419aaf7f458a9ed972da92ea27dffc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 10 22:51:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 10 22:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e9b662

net-firewall/firewalld: add 1.0.3

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest   |   1 +
 net-firewall/firewalld/firewalld-1.0.3.ebuild | 204 ++
 2 files changed, 205 insertions(+)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index df3e7246dc75..b33424011e4d 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1 +1,2 @@
 DIST firewalld-1.0.2.tar.gz 1307963 BLAKE2B 
11a7710981ba39f4bcb8431558e5b558a60d77fb1aa3fe4c5febc37f2eab754a6608e4820b6318c963bb6290a9b26ae9e162d9e46277c34dfdacac46ba938b21
 SHA512 
fbb60a6f52e5be26051303769b6521a6c775d450ab6704f2d63fe38dc6194976ad36f1d924380d09012f41ab6dab1f6f78c5a859fbfe00c52cdff40d82e62283
+DIST firewalld-1.0.3.tar.gz 1310433 BLAKE2B 
c414a347ca1008e010bf8393e4538b5845fde7cc53b810276e46d67c6302cfe93a59665ad6ebc533b3ae04908f9089546b109888f60f0c798f3cac62a30d
 SHA512 
0ba423e8c294d143f31bbdac13553e58cd0a3429812b555829c34f411478c26cffcc40095218539155e9ed7fe7e360fb8dd85a572a8ad9d5650b0cc206fe42a1

diff --git a/net-firewall/firewalld/firewalld-1.0.3.ebuild 
b/net-firewall/firewalld/firewalld-1.0.3.ebuild
new file mode 100644
index ..2bf06009d02d
--- /dev/null
+++ b/net-firewall/firewalld/firewalld-1.0.3.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
+
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://www.firewalld.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="gui +nftables +iptables"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   !!net-firewall/gshield
+   iptables? (
+   net-firewall/iptables[ipv6]
+   net-firewall/ebtables
+   net-firewall/ipset
+   nftables? ( net-firewall/nftables[xtables(+)] )
+   )
+   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gui? (
+   x11-libs/gtk+:3
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   nftables? ( >=net-firewall/nftables-0.9.4[python,json] )
+   ')"
+DEPEND="${RDEPEND}
+   dev-libs/glib:2"
+BDEPEND=">=dev-util/intltool-0.35
+   sys-devel/gettext"
+
+RESTRICT="test" # bug 650760
+
+# Testsuite's Makefile.am calls missing(!)
+# ... but this seems to be consistent with the autoconf docs?
+# Needs more investigation: 
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html
+QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*"
+
+PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
+
+pkg_setup() {
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TABLES_SET
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   ~NETFILTER_NETLINK_OSF
+   ~NETFILTER_NETLINK_QUEUE
+   ~NETFILTER_SYNPROXY
+   ~NETFILTER_XTABLES
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-12-27 Thread Sam James
commit: 0d0e5ab741f884b4061749b4b00aba9a4736afb3
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 28 01:54:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 28 01:54:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0e5ab7

net-firewall/firewalld: drop 0.9.3-r1, 0.9.5, 1.0.1

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/Manifest  |   3 -
 net-firewall/firewalld/firewalld-0.9.3-r1.ebuild | 117 --
 net-firewall/firewalld/firewalld-0.9.5.ebuild| 117 --
 net-firewall/firewalld/firewalld-1.0.1.ebuild| 121 ---
 4 files changed, 358 deletions(-)

diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest
index 45ebd490af73..df3e7246dc75 100644
--- a/net-firewall/firewalld/Manifest
+++ b/net-firewall/firewalld/Manifest
@@ -1,4 +1 @@
-DIST firewalld-0.9.3.tar.gz 1309371 BLAKE2B 
78a86f9c14ed8cc2497f3b79e4be627a28dcdcd4e8117438cb24142643bd16dc624196a80ce2c9f81c63f745c1b1430b2e8c2f3f1061f98fd4fa58f6227def81
 SHA512 
6ae45652225a3b983c0f67307208df171cf4794da5873a84b4a827753b8d93736f0538e06d31cd8177446827691886a58a493b6be1dcf6efd1a550f8886522f4
-DIST firewalld-0.9.5.tar.gz 1317089 BLAKE2B 
7c4fbd1f4fcd941247bb474d6436101e8da97805d6eedaa02f957a041abe4d262bd6f2dab0e94fea34ebc8dc4361bc59eb6c7a9c9536553f7fce370fa47defd1
 SHA512 
5a5f91ff4aaa24ab9e4727b5b3b9f4fa252da28070e3eb62e2880618f6976df0eee626593efedc8c21a615df65f89f34d1a7e9b3aaf970e6290a35b9363bab4b
-DIST firewalld-1.0.1.tar.gz 1306854 BLAKE2B 
6dd68ed4219eb7d266e6bfa4d626dec51dcf28aae84609c9b87afa8e397179b0565bc8144c106c8ae8770293b371552b930679ec8a1204b2c9cb1f75e39c7013
 SHA512 
875af09caface324f7b5cfb0a87df5d309ff2e9e51d6d3a797f46f951ba95f4e1bc9f9f046f5191fafdef878dc65baf1b77a25a17f5aaf2f32bb1e1f782f1f8c
 DIST firewalld-1.0.2.tar.gz 1307963 BLAKE2B 
11a7710981ba39f4bcb8431558e5b558a60d77fb1aa3fe4c5febc37f2eab754a6608e4820b6318c963bb6290a9b26ae9e162d9e46277c34dfdacac46ba938b21
 SHA512 
fbb60a6f52e5be26051303769b6521a6c775d450ab6704f2d63fe38dc6194976ad36f1d924380d09012f41ab6dab1f6f78c5a859fbfe00c52cdff40d82e62283

diff --git a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild 
b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
deleted file mode 100644
index 298f34bb09cd..
--- a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
-
-DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
-HOMEPAGE="https://www.firewalld.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="gui +nftables +iptables"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   !!net-firewall/gshield
-   nftables? ( net-firewall/nftables[python,json] )
-   iptables? (
-   net-firewall/iptables[ipv6]
-   net-firewall/ebtables
-   net-firewall/ipset
-   nftables? ( net-firewall/nftables[xtables(+)] )
-   )
-   || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd )
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   >=dev-python/python-slip-0.2.7[dbus,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gui? (
-   x11-libs/gtk+:3
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   ')"
-
-DEPEND="${RDEPEND}
-   dev-libs/glib:2
-   >=dev-util/intltool-0.35
-   sys-devel/gettext"
-
-RESTRICT="test" # bug 650760
-
-PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
-
-pkg_setup() {
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK"
-
-   # kernel >= 4.19 has unified a NF_CONNTRACK module, bug 692944
-   if kernel_is -lt 4 19; then
-   CONFIG_CHECK="${CONFIG_CHECK} ~NF_CONNTRACK_IPV4 
~NF_CONNTRACK_IPV6"
-   fi
-
-   linux-info_pkg_setup
-}
-
-src_prepare() {
-   default
-   eautoreconf
-
-   plocale_find_changes "po" "" ".po"
-   plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS
-}
-
-src_configure() {
-   python_setup
-
-   local econf_args=(
-   --enable-systemd
-   $(use_with iptables iptables "${EPREFIX}/sbin/iptables")
-   $(use_with iptables iptables_restore 
"${EPREFIX}/sbin/iptables-restore")
-   $(use_with iptables ip6tables 

[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-12-27 Thread Sam James
commit: b1630545b0a0b1d71775a2c7ec89025be32c3f49
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 28 01:50:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 28 01:50:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1630545

net-firewall/firewalld: update needed kernel options/modules

See: https://zigford.org/firewalld-kernel-requirements.html
Thanks-to: Jessie Harris  zigford.org>
Thanks-to: Stijn Tintel  linux-ipv6.be>
Thanks-to: genr8eofl_
Closes: https://bugs.gentoo.org/830132
Closes: https://bugs.gentoo.org/703322
Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.2.ebuild | 89 ++-
 1 file changed, 86 insertions(+), 3 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2.ebuild
index d3413dec38c9..a5b813717e90 100644
--- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9,10} )
 inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
 
-DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic 
firewall"
-HOMEPAGE="http://www.firewalld.org/;
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://www.firewalld.org/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
@@ -49,7 +49,90 @@ QA_AM_MAINTAINER_MODE=".*--run autom4te 
--language=autotest.*"
 PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl 
gu hi hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr 
sr@latin sv ta te tr uk zh_CN zh_TW"
 
 pkg_setup() {
-   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK"
+   # See bug #830132 for the huge list
+   # We can probably narrow it down a bit but it's rather fragile
+   local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER
+   ~NETFILTER_ADVANCED
+   ~NETFILTER_INGRESS
+   ~NF_NAT_MASQUERADE
+   ~NF_NAT_REDIRECT
+   ~NF_TABLES_INET
+   ~NF_TABLES_IPV4
+   ~NF_TABLES_IPV6
+   ~NF_CONNTRACK
+   ~NF_CONNTRACK_BROADCAST
+   ~NF_CONNTRACK_NETBIOS
+   ~NF_CONNTRACK_TFTP
+   ~NF_CT_NETLINK
+   ~NF_CT_NETLINK_HELPER
+   ~NF_DEFRAG_IPV4
+   ~NF_DEFRAG_IPV6
+   ~NF_NAT
+   ~NF_NAT_TFTP
+   ~NF_REJECT_IPV4
+   ~NF_REJECT_IPV6
+   ~NF_SOCKET_IPV4
+   ~NF_SOCKET_IPV6
+   ~NF_TABLES
+   ~NF_TABLES_SET
+   ~NF_TPROXY_IPV4
+   ~NF_TPROXY_IPV6
+   ~IP_NF_FILTER
+   ~IP_NF_IPTABLES
+   ~IP_NF_MANGLE
+   ~IP_NF_NAT
+   ~IP_NF_RAW
+   ~IP_NF_SECURITY
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REJECT
+   ~IP6_NF_FILTER
+   ~IP6_NF_IPTABLES
+   ~IP6_NF_MANGLE
+   ~IP6_NF_NAT
+   ~IP6_NF_RAW
+   ~IP6_NF_SECURITY
+   ~IP6_NF_TARGET_MASQUERADE
+   ~IP6_NF_TARGET_REJECT
+   ~IP_SET
+   ~NETFILTER_CONNCOUNT
+   ~NETFILTER_NETLINK
+   ~NETFILTER_NETLINK_OSF
+   ~NETFILTER_NETLINK_QUEUE
+   ~NETFILTER_SYNPROXY
+   ~NETFILTER_XTABLES
+   ~NETFILTER_XT_CONNMARK
+   ~NETFILTER_XT_MATCH_CONNTRACK
+   ~NETFILTER_XT_MATCH_MULTIPORT
+   ~NETFILTER_XT_MATCH_STATE
+   ~NETFILTER_XT_NAT
+   ~NETFILTER_XT_TARGET_MASQUERADE
+   ~NFT_COMPAT
+   ~NFT_COUNTER
+   ~NFT_CT
+   ~NFT_FIB
+   ~NFT_FIB_INET
+   ~NFT_FIB_IPV4
+   ~NFT_FIB_IPV6
+   ~NFT_HASH
+   ~NFT_LIMIT
+   ~NFT_LOG
+   ~NFT_MASQ
+   ~NFT_NAT
+   ~NFT_NET
+   ~NFT_OBJREF
+   ~NFT_QUEUE
+   ~NFT_QUOTA
+   ~NFT_REDIR
+   ~NFT_REJECT
+   ~NFT_REJECT_INET
+   ~NFT_REJECT_IPV4
+   ~NFT_REJECT_IPV6
+   ~NFT_SOCKET
+   ~NFT_SYNPROXY
+   ~NFT_TPROXY
+   ~NFT_TUNNEL
+   ~NFT_XFRM"
 
# kernel >= 4.19 has unified a NF_CONNTRACK module, bug 692944
if kernel_is -lt 4 19; then



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-12-27 Thread Sam James
commit: 85a2ad3a6c88096412ac023c83eb0a896c1746d5
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 28 01:51:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 28 01:51:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a2ad3a

net-firewall/firewalld: update HOMEPAGE (HTTPS), DESCRIPTION

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-0.9.3-r1.ebuild | 4 ++--
 net-firewall/firewalld/firewalld-0.9.5.ebuild| 4 ++--
 net-firewall/firewalld/firewalld-1.0.1.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild 
b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
index 11fe3cc84dd2..298f34bb09cd 100644
--- a/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
+++ b/net-firewall/firewalld/firewalld-0.9.3-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9} )
 inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
 
-DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic 
firewall"
-HOMEPAGE="http://www.firewalld.org/;
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://www.firewalld.org/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"

diff --git a/net-firewall/firewalld/firewalld-0.9.5.ebuild 
b/net-firewall/firewalld/firewalld-0.9.5.ebuild
index 59c6dff62994..078f2eb7f7d5 100644
--- a/net-firewall/firewalld/firewalld-0.9.5.ebuild
+++ b/net-firewall/firewalld/firewalld-0.9.5.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9} )
 inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
 
-DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic 
firewall"
-HOMEPAGE="http://www.firewalld.org/;
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://www.firewalld.org/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"

diff --git a/net-firewall/firewalld/firewalld-1.0.1.ebuild 
b/net-firewall/firewalld/firewalld-1.0.1.ebuild
index d99dc6ac2166..9b7974c1591e 100644
--- a/net-firewall/firewalld/firewalld-1.0.1.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.1.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9,10} )
 inherit autotools bash-completion-r1 gnome2-utils linux-info plocale 
python-single-r1 systemd xdg-utils
 
-DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic 
firewall"
-HOMEPAGE="http://www.firewalld.org/;
+DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic 
firewall"
+HOMEPAGE="https://www.firewalld.org/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-11-17 Thread Sam James
commit: 4d1c5c0f3c3e25281a4e8aa0ee5f2eb4caf5429a
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 22:45:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 22:45:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1c5c0f

net-firewall/firewalld: Stabilize 1.0.2 arm64, #823683

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2.ebuild
index 4bd28d9e3eb0..d3413dec38c9 100644
--- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-11-14 Thread Sam James
commit: 2cc0e882be34be985d5dcb498ca463ab9df852ae
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 20:29:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 20:29:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc0e882

net-firewall/firewalld: Stabilize 1.0.2 x86, #823683

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2.ebuild
index bcf1948023ce..4bd28d9e3eb0 100644
--- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-11-14 Thread Sam James
commit: b61d81def61b604a93a54a5dc37149d506c17018
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 08:37:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 08:37:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61d81de

net-firewall/firewalld: Stabilize 1.0.2 amd64, #823683

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/firewalld-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-1.0.2.ebuild 
b/net-firewall/firewalld/firewalld-1.0.2.ebuild
index d99dc6ac2166..bcf1948023ce 100644
--- a/net-firewall/firewalld/firewalld-1.0.2.ebuild
+++ b/net-firewall/firewalld/firewalld-1.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="gui +nftables +iptables"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2021-11-04 Thread Sam James
commit: d866866f50d767f018c4328eac69d829f6973974
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  4 16:14:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  4 16:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d866866f

net-firewall/firewalld: add myself as a maintainer

As discussed with tamiko a little while ago.

Signed-off-by: Sam James  gentoo.org>

 net-firewall/firewalld/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-firewall/firewalld/metadata.xml 
b/net-firewall/firewalld/metadata.xml
index 1d13392ec6a..8173b9a770b 100644
--- a/net-firewall/firewalld/metadata.xml
+++ b/net-firewall/firewalld/metadata.xml
@@ -5,6 +5,10 @@
virtualizat...@gentoo.org
Gentoo Virtualization Project

+   
+   s...@gentoo.org
+   Sam James
+   

Add support for 
net-firewall/nftables as firewall backend
Add support for 
net-firewall/iptables as firewall backend



  1   2   >