summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-04 19:11:21 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commitb11ebfa37b89f221a19967cf49d4a74bf357c7ea (patch)
tree724b4947511b3ec305b2814fc2427b3f71cb472c
parentd869383b0f9848a07ab3d7fbb5b7f687dce7744a (diff)
downloadmeta-openembedded-b11ebfa37b89f221a19967cf49d4a74bf357c7ea.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.6.bb (renamed from meta-networking/recipes-filter/nftables/nftables_1.0.5.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.5.bb b/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"
6DEPENDS = "libmnl libnftnl bison-native \ 6DEPENDS = "libmnl libnftnl bison-native \
7 ${@bb.utils.contains('PACKAGECONFIG', 'mini-gmp', '', 'gmp', d)}" 7 ${@bb.utils.contains('PACKAGECONFIG', 'mini-gmp', '', 'gmp', d)}"
8 8
9SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ 9SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \
10 file://0001-nftables-python-Split-root-from-prefix.patch \ 10 file://0001-nftables-python-Split-root-from-prefix.patch \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13 13SRC_URI[sha256sum] = "2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c"
14SRC_URI[sha256sum] = "8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a"
15 14
16inherit autotools manpages pkgconfig ptest 15inherit autotools manpages pkgconfig ptest
17 16