summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/arno-iptables-firewall
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-28 09:47:42 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-28 09:34:28 -0700
commit64b8b621b43eb9dadea2a992b876a59ff026bdbf (patch)
tree2636233f6514e4650bab8cc0769437e75c7674d3 /meta-networking/recipes-filter/arno-iptables-firewall
parent6193a1a12f8c7a8bc6c1e78e90ada8bea0f8927f (diff)
downloadmeta-openembedded-64b8b621b43eb9dadea2a992b876a59ff026bdbf.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-filter/arno-iptables-firewall')
-rw-r--r--meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb (renamed from meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
index e124fd290..940454c3a 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
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" 5LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403"
6 6
7SRCREV = "a96b81da4a9b619e4045805f5f13a1e982c95663" 7SRCREV = "c8dfd85b9e8e453e279525f30c1e3184c092f036"
8SRC_URI = "git://github.com/arno-iptables-firewall/aif;branch=master;protocol=https" 8SRC_URI = "git://github.com/arno-iptables-firewall/aif;branch=master;protocol=https"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"