From b11ebfa37b89f221a19967cf49d4a74bf357c7ea Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Jan 2023 19:11:21 -0800 Subject: [PATCH] nftables: Upgrade to 1.0.6 Changes are here [1], change to xz compressed archives [1] https://www.netfilter.org/projects/nftables/files/changes-nftables-1.0.6.txt Signed-off-by: Khem Raj --- .../nftables/{nftables_1.0.5.bb => nftables_1.0.6.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-networking/recipes-filter/nftables/{nftables_1.0.5.bb => nftables_1.0.6.bb} (95%) diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.5.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb similarity index 95% rename from meta-networking/recipes-filter/nftables/nftables_1.0.5.bb rename to meta-networking/recipes-filter/nftables/nftables_1.0.6.bb index c5a2968d18..789a493127 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.0.5.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb @@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79" DEPENDS = "libmnl libnftnl bison-native \ ${@bb.utils.contains('PACKAGECONFIG', 'mini-gmp', '', 'gmp', d)}" -SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ +SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ file://0001-nftables-python-Split-root-from-prefix.patch \ file://run-ptest \ " - -SRC_URI[sha256sum] = "8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a" +SRC_URI[sha256sum] = "2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c" inherit autotools manpages pkgconfig ptest