summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-18 12:25:12 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-26 15:13:03 +0200
commit71a07ae386c24dec73fe8efd71e47c64d1511aa1 (patch)
treeaffeb30a665fcd81c6194cbfc448fe65d10cdd06
parenta1460941fc56e099f97514263b94f9f84543c6a7 (diff)
downloadmeta-openembedded-71a07ae386c24dec73fe8efd71e47c64d1511aa1.tar.gz
libnftnl: upgrade 1.2.5 -> 1.2.6
Changelog: ========= tests: nft-rule-test: Add test cases to improve code coverage tests: nft-table-test: fix typo shixuantong expr: meta: introduce broute meta expression Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d35850759791685892b02a5794cfe16cb8e920f7) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-networking/recipes-filter/libnftnl/libnftnl_1.2.6.bb (renamed from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.5.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.6.bb
index 380a33064b..841a7267b8 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.5.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.6.bb
@@ -7,7 +7,7 @@ SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \
7 file://0001-configure.ac-Add-serial-tests.patch \ 7 file://0001-configure.ac-Add-serial-tests.patch \
8 file://run-ptest \ 8 file://run-ptest \
9 " 9 "
10SRCREV = "c62bef65fef638452b4ed1893c2451fc253ca7ca" 10SRCREV = "83dd4dc316b4189d16ead54cd30bfc89e5160cfd"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13