The upgrades include support for newer kernel features and bugfixes.
This is a dependency for nftables 0.8.3. See the announcements for
details:

* 1.0.7: 
https://lists.netfilter.org/pipermail/netfilter-announce/2016/000221.html
* 1.0.8: 
https://lists.netfilter.org/pipermail/netfilter-announce/2017/000224.html
* 1.0.9: 
https://lists.netfilter.org/pipermail/netfilter-announce/2018/000226.html

Signed-off-by: Alexander Dahl <a...@thorsis.com>
---
 rules/libnftnl.in   | 6 ------
 rules/libnftnl.make | 5 ++---
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/rules/libnftnl.in b/rules/libnftnl.in
index 7d91ccea8e..78cefc2cbd 100644
--- a/rules/libnftnl.in
+++ b/rules/libnftnl.in
@@ -3,7 +3,6 @@
 menuconfig LIBNFTNL
        tristate
        select LIBMNL
-       select LIBMXML if LIBNFTNL_XML
        select JANSSON if LIBNFTNL_JSON
        prompt "libnftnl                      "
        help
@@ -14,11 +13,6 @@ menuconfig LIBNFTNL
 
 if LIBNFTNL
 
-config LIBNFTNL_XML
-       bool
-       depends on LIBNFTNL
-       prompt "XML parsing support"
-
 config LIBNFTNL_JSON
        bool
        depends on LIBNFTNL
diff --git a/rules/libnftnl.make b/rules/libnftnl.make
index 7d73a21946..5547b56bff 100644
--- a/rules/libnftnl.make
+++ b/rules/libnftnl.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNFTNL) += libnftnl
 #
 # Paths and names
 #
-LIBNFTNL_VERSION       := 1.0.6
-LIBNFTNL_MD5   := 6d7f9f161538ca7efd535dcc70caf964
+LIBNFTNL_VERSION       := 1.0.9
+LIBNFTNL_MD5   := 6c4f392faab5745933553b4354be5d8d
 LIBNFTNL               := libnftnl-$(LIBNFTNL_VERSION)
 LIBNFTNL_SUFFIX        := tar.bz2
 LIBNFTNL_URL           := 
http://ftp.netfilter.org/pub/libnftnl/$(LIBNFTNL).$(LIBNFTNL_SUFFIX)
@@ -31,7 +31,6 @@ LIBNFTNL_LICENSE      := GPL-2.0-only
 LIBNFTNL_CONF_TOOL     := autoconf
 LIBNFTNL_CONF_OPT      := \
        $(CROSS_AUTOCONF_USR) \
-       --$(call ptx/wwo, PTXCONF_LIBNFTNL_XML)-xml-parsing \
        --$(call ptx/wwo, PTXCONF_LIBNFTNL_JSON)-json-parsing
 
 # ----------------------------------------------------------------------------
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to