diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-03 18:20:18 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 |
commit | fbebf1bb0aba87c39d6738fcf5a2422072c13232 (patch) | |
tree | 95373e349d84cb01052db65cd31dd3bdce7b02da /meta-networking | |
parent | 00e16173308d409acbe15cde261cc502017e2eca (diff) | |
download | meta-openembedded-fbebf1bb0aba87c39d6738fcf5a2422072c13232.tar.gz |
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 <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-filter/libnftnl/libnftnl_1.1.6.bb (renamed from meta-networking/recipes-filter/libnftnl/libnftnl_1.1.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.5.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.1.6.bb index e1c2720da..db4295454 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" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "libmnl" | 5 | DEPENDS = "libmnl" |
6 | 6 | ||
7 | SRCREV = "a71599dc0ae1a808e970e96850ea83d77f452994" | 7 | SRCREV = "ac0778e403eb51986ce19bcf1a6e8ae3cd83dcfa" |
8 | SRC_URI = "git://git.netfilter.org/libnftnl \ | 8 | SRC_URI = "git://git.netfilter.org/libnftnl \ |
9 | file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \ | 9 | file://0001-avoid-naming-local-function-as-one-of-printf-family.patch \ |
10 | " | 10 | " |