From 64b8b621b43eb9dadea2a992b876a59ff026bdbf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 May 2024 09:47:42 +0800 Subject: [PATCH] arno-iptables-firewall: upgrade 2.1.1 -> 2.1.2 Changelog: ============ * Enable IPv6 name record lookups for dig-wrapper. This indirectly enables IPv6/AAAA-record support for dyndns-host-open (& traffic-accounting) plugin ! Prevent systemd from terminating the job manager when some rules fail * Renamed xxx_OUTPUT to INET_OUTPUT_xxx for clarity/consistency + Additional INET_OUTPUT_xxx settings to have better control of internet access on this machine * Reorder some code/settings for clarity/consistency Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...tables-firewall_2.1.1.bb => arno-iptables-firewall_2.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/arno-iptables-firewall/{arno-iptables-firewall_2.1.1.bb => arno-iptables-firewall_2.1.2.bb} (97%) diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb similarity index 97% rename from meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb rename to meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb index e124fd2906..940454c3ac 100644 --- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb +++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://rocky.eld.leidenuniv.nl/joomla/index.php?option=com_content&v LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" -SRCREV = "a96b81da4a9b619e4045805f5f13a1e982c95663" +SRCREV = "c8dfd85b9e8e453e279525f30c1e3184c092f036" SRC_URI = "git://github.com/arno-iptables-firewall/aif;branch=master;protocol=https" S = "${WORKDIR}/git"