From fbebf1bb0aba87c39d6738fcf5a2422072c13232 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Fri, 3 Apr 2020 18:20:18 +0200 Subject: [PATCH] libnftnl: upgrade 1.1.5 -> 1.1.6 This includes the following changes: ac0778e build: libnftnl 1.1.6 release 60e6d9b include: update nf_tables.h. c8cc25b Revert "bitwise: add support for passing mask and xor via registers." 4bf470b expr: nat: snprint flags in hexadecimal ff92868 expr: masq: revisit _snprintf() c76d36a set: support for NFTNL_SET_EXPR 9270557 set_elem: missing set and build for NFTNL_SET_ELEM_EXPR 4c8abad chain: add NFTNL_CHAIN_FLAGS 75b8778 bitwise: add support for passing mask and xor via registers. 8db0a94 include: update nf_tables.h. 7b4848c tests: bitwise: fix error message. ec3622b src: add nftnl_*_{get,set}_array() 629ee38 src: Fix for reading garbage in nftnl_chain getters 04cc28d set_elem: Introduce support for NFTNL_SET_ELEM_KEY_END 7cd41b5 set: Add support for NFTA_SET_DESC_CONCAT attributes 131a6c2 include: resync nf_tables.h cache copy 8fa63d7 bitwise: add support for left- and right-shifts. 3f232d7 bitwise: add support for new netlink attributes. 3fb5640 include: update nf_tables.h. 154104a bitwise: add helper to print boolean expressions. 66d6afb bitwise: fix some incorrect indentation. 35bac9a Update gitignore. 325cb6f include: Remove buffer.h 6079297 expr: meta: add slave device matching 7e15d9d udata: support for TLV attribute nesting 7f72b5c udata: add NFTNL_UDATA_SET_*TYPEOF* definitions d16abf7 include: typo in object.h C++ wrapper dfe3828 examples: Replace use of deprecated symbols d95a703 chain: Correctly check realloc() call 835d645 flowtable: Correctly check realloc() call 32a8c5f chain: Fix memleak in error path of nftnl_chain_parse_devs() ba1b025 flowtable: Fix memleak in error path of nftnl_flowtable_parse_devs() b238876 tests: flowtable: Don't check NFTNL_FLOWTABLE_SIZE Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../libnftnl/{libnftnl_1.1.5.bb => libnftnl_1.1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.1.5.bb => libnftnl_1.1.6.bb} (88%) diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.5.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.6.bb similarity index 88% rename from meta-networking/recipes-filter/libnftnl/libnftnl_1.1.5.bb rename to meta-networking/recipes-filter/libnftnl/libnftnl_1.1.6.bb index e1c2720da8..db42954542 100644 --- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.5.bb +++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.6.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" SECTION = "libs" DEPENDS = "libmnl" -SRCREV = "a71599dc0ae1a808e970e96850ea83d77f452994" +SRCREV = "ac0778e403eb51986ce19bcf1a6e8ae3cd83dcfa" SRC_URI = "git://git.netfilter.org/libnftnl \ file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \ "