diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-08-23 09:34:22 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-22 21:18:05 -0700 |
commit | 63680c8e15d464e285f048b34b072c826d9f5371 (patch) | |
tree | c724f00284a1c3fe21c1a8bcbadc7bbfc6170fd9 | |
parent | 3ebcdae36ebd5ad2e04c22c78c3428250570e23f (diff) | |
download | meta-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 \ | |||
9 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ | 9 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[sha256sum] = "c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412" | 12 | SRC_URI[sha256sum] = "9373740de41a82dbc98818e0a46a073faeb8a8d0689fa4fa1a74399c32bf3d50" |
13 | 13 | ||
14 | inherit autotools manpages pkgconfig ptest | 14 | inherit autotools manpages pkgconfig ptest |
15 | 15 | ||