summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-09-24 20:57:33 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-24 13:17:41 -0700
commit8e6989059761875ada70d045d84bd75228928074 (patch)
treee563390eb539822724e5bd4aff0996d728fbe5c3 /meta-networking
parent66f1ee096fd2edb21b3a0cf2b1b1a12f13f7903c (diff)
downloadmeta-openembedded-8e6989059761875ada70d045d84bd75228928074.tar.gz
arno-iptables-firewall: upgrade 2.1.2 -> 2.1.2a
Changelog: - dig wrapper function was broken since 2.1.2 - No longer send nslookup/dig stderr to /dev/null Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb (renamed from meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb
index 20ba132fd0..e7c25ef266 100644
--- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb
+++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2a.bb
@@ -4,8 +4,8 @@ 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 = "c8dfd85b9e8e453e279525f30c1e3184c092f036" 7SRCREV = "4651194df5f985ebfc989da0a20d62b9baecf314"
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;tag=${PV}"
9 9
10 10
11inherit systemd 11inherit systemd