diff mbox series

[meta-networking] nftables: Upgrade to 1.0.6

Message ID 20230105031228.4126802-1-raj.khem@gmail.com
State New
Headers show
Series [meta-networking] nftables: Upgrade to 1.0.6 | expand

Commit Message

Khem Raj Jan. 5, 2023, 3:12 a.m. UTC
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 <raj.khem@gmail.com>
---
 .../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 mbox series

Patch

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