Thanks, applied as 80986e284a7a82b1b01b7c1b2e76e76cc5c7c393. Michael
[sent from post-receive hook] On Fri, 20 Oct 2023 09:43:39 +0200, Christian Melki <[email protected]> wrote: > 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libnftnl.make b/rules/libnftnl.make > index f73be53cceb1..5369e6afac39 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)
