Seems the 1.8.9 iptables bump made 1.2.6 the minimum req.
The changes look very minor, but it's still required.
https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.2.6

* Project changed the tarball compression to xz.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/libnftnl.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libnftnl.make b/rules/libnftnl.make
index f73be53cc..5369e6afa 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
 #
 # Paths and names
 #
-LIBNFTNL_VERSION       := 1.2.2
-LIBNFTNL_MD5           := 6f563bfd0e5b1b7ed433448a211187a6
+LIBNFTNL_VERSION       := 1.2.6
+LIBNFTNL_MD5           := 9bf28deba94430ee7a3dac0dc5c5026b
 LIBNFTNL               := libnftnl-$(LIBNFTNL_VERSION)
-LIBNFTNL_SUFFIX                := tar.bz2
+LIBNFTNL_SUFFIX                := tar.xz
 LIBNFTNL_URL           := 
http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
 LIBNFTNL_SOURCE                := $(SRCDIR)/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
 LIBNFTNL_DIR           := $(BUILDDIR)/$(LIBNFTNL)
-- 
2.34.1


Reply via email to