summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2025-12-09 15:02:03 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-08 23:22:19 -0800
commitc627784366f53c880719994e09f393265d894d35 (patch)
treebdb3f35514946cb3337b5850062f936f6933f7b3
parentf0622d3e5cf457edf13345adfe90b0f12a544162 (diff)
downloadmeta-openembedded-c627784366f53c880719994e09f393265d894d35.tar.gz
liblognorm: upgrade 2.0.7 -> 2.0.8
Change log ========== Version 2.0.8, 2025-12-04 - fix potential segfault on some platforms Thanks to Julian Thomas for a fix - fix memory leak when a custom type in rules does not match Thanks to Meric Sentunali for the fix and Julian Thomas for alerting me of the missing merge. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb (renamed from meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb
index 6de22d392f..6c68b515e9 100644
--- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb
+++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb
@@ -11,8 +11,7 @@ DEPENDS = "libfastjson libestr"
11SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \ 11SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \
12 file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \ 12 file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \
13 " 13 "
14SRCREV = "3761794fc0d3b0a9fbfe4daa14a545063f48ce6e" 14SRCREV = "33ec4b061ad0a6e5508e679e150ce6422ef6be30"
15
16 15
17inherit autotools pkgconfig 16inherit autotools pkgconfig
18 17