summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-08-23 09:34:22 +0800
committerKhem Raj <raj.khem@gmail.com>2023-08-22 21:18:05 -0700
commit63680c8e15d464e285f048b34b072c826d9f5371 (patch)
treec724f00284a1c3fe21c1a8bcbadc7bbfc6170fd9
parent3ebcdae36ebd5ad2e04c22c78c3428250570e23f (diff)
downloadmeta-openembedded-63680c8e15d464e285f048b34b072c826d9f5371.tar.gz
nftables: upgrade 1.0.7 -> 1.0.8
Changelog: https://netfilter.org/projects/nftables/files/changes-nftables-1.0.8.txt Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.8.bb (renamed from meta-networking/recipes-filter/nftables/nftables_1.0.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.7.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.8.bb
index 8380bbd73d..00fe483bbd 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.0.7.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.0.8.bb
@@ -9,7 +9,7 @@ DEPENDS = "libmnl libnftnl bison-native \
9SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ 9SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \
10 file://run-ptest \ 10 file://run-ptest \
11 " 11 "
12SRC_URI[sha256sum] = "c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412" 12SRC_URI[sha256sum] = "9373740de41a82dbc98818e0a46a073faeb8a8d0689fa4fa1a74399c32bf3d50"
13 13
14inherit autotools manpages pkgconfig ptest 14inherit autotools manpages pkgconfig ptest
15 15