summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-01-14 09:39:36 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-18 09:01:51 -0800
commitb4a07ab219fc23a091cc047b1217fb2a01858521 (patch)
treea4656c223701ca78d8c8f1af821af7a99f67fff2 /meta-networking
parentccb85c8eb3e8c7a67264790420d89f181f3279d1 (diff)
downloadmeta-openembedded-b4a07ab219fc23a091cc047b1217fb2a01858521.tar.gz
nftables: upgrade 1.0.0 -> 1.0.1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.1.bb (renamed from meta-networking/recipes-filter/nftables/nftables_1.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.0.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.1.bb
index 68409c910..91df1547d 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.0.0.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.0.1.bb
@@ -10,7 +10,7 @@ DEPENDS = "libmnl libnftnl bison-native \
10UPSTREAM_CHECK_REGEX = "nftables-(?P<pver>\d+(\.\d+){2,}).tar.bz2" 10UPSTREAM_CHECK_REGEX = "nftables-(?P<pver>\d+(\.\d+){2,}).tar.bz2"
11 11
12SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2" 12SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2"
13SRC_URI[sha256sum] = "58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4" 13SRC_URI[sha256sum] = "3ceeba625818e81a0be293e9dd486c3ef799ebd92165270f1e57e9a201efa423"
14 14
15inherit autotools manpages pkgconfig 15inherit autotools manpages pkgconfig
16 16