From b4a07ab219fc23a091cc047b1217fb2a01858521 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 14 Jan 2022 09:39:36 +0800 Subject: [PATCH] nftables: upgrade 1.0.0 -> 1.0.1 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../nftables/{nftables_1.0.0.bb => nftables_1.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/nftables/{nftables_1.0.0.bb => nftables_1.0.1.bb} (93%) diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.0.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.1.bb similarity index 93% rename from meta-networking/recipes-filter/nftables/nftables_1.0.0.bb rename to meta-networking/recipes-filter/nftables/nftables_1.0.1.bb index 68409c9103..91df1547d9 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 \ UPSTREAM_CHECK_REGEX = "nftables-(?P\d+(\.\d+){2,}).tar.bz2" SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2" -SRC_URI[sha256sum] = "58bf547daf967a2b88ecb4f425f126006ebde22711db806b25c1d6cf84fe45f4" +SRC_URI[sha256sum] = "3ceeba625818e81a0be293e9dd486c3ef799ebd92165270f1e57e9a201efa423" inherit autotools manpages pkgconfig