summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-05-05 11:15:21 +0200
committerKhem Raj <raj.khem@gmail.com>2019-05-05 23:22:39 -0700
commitb99b30f0348b6d113f70c117e577344b7c5eb4ee (patch)
tree8e6c0bd4f67dadb2e01b46a127340ffad57815cd /meta-networking
parentef486f6b28713f3451d13b834ca8af73630dc0e7 (diff)
downloadmeta-openembedded-b99b30f0348b6d113f70c117e577344b7c5eb4ee.tar.gz
arno-iptables-firewall: update to 2.0.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.0.3.bb (renamed from meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.1g.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.1g.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb
index 6fd0affdf..040c53f5c 100644
--- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.1g.bb
+++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.0.3.bb
@@ -4,12 +4,11 @@ HOMEPAGE = "http://rocky.eld.leidenuniv.nl/joomla/index.php?option=com_content&v
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403" 5LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403"
6 6
7SRC_URI = "http://rocky.eld.leidenuniv.nl/arno-iptables-firewall/${BPN}_${PV}.tar.gz \ 7SRC_URI = "https://github.com/arno-iptables-firewall/aif/archive/${PV}.tar.gz"
8 " 8SRC_URI[md5sum] = "71271c08299aacd45ceb9c9400082d03"
9SRC_URI[md5sum] = "77eba7f148bf2840a3e35a6f50c9c353" 9SRC_URI[sha256sum] = "e2c4fb88a25f0cae8308a3b2bb922b5e2f52f24d8309b24e15a527a6b326e703"
10SRC_URI[sha256sum] = "0bafd85ddc235752250eaec0c7fdb21e530912483f6807a97f86158ed2d301f7"
11 10
12S = "${WORKDIR}/${BPN}_${PV}" 11S = "${WORKDIR}/aif-${PV}"
13 12
14inherit systemd 13inherit systemd
15 14