From c627784366f53c880719994e09f393265d894d35 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 9 Dec 2025 15:02:03 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../liblognorm/liblognorm_2.0.7.bb | 26 ---------------------- .../liblognorm/liblognorm_2.0.8.bb | 25 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb create mode 100644 meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb deleted file mode 100644 index 6de22d392f..0000000000 --- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.7.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Liblognorm is a fast-samples based normalization library." -DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data." -HOMEPAGE = "http://www.liblognorm.com" -SECTION = "base" - -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad" - -DEPENDS = "libfastjson libestr" - -SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \ - file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \ - " -SRCREV = "3761794fc0d3b0a9fbfe4daa14a545063f48ce6e" - - -inherit autotools pkgconfig - -PACKAGECONFIG ??= "testbench tools" -PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2," -PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," -PACKAGECONFIG[advstats] = "--enable-advanced-stats,--disable-advanced-stats,," -PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx," -PACKAGECONFIG[testbench] = "--enable-testbench,--disable-testbench,," -PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,," -PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,," diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb new file mode 100644 index 0000000000..6c68b515e9 --- /dev/null +++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb @@ -0,0 +1,25 @@ +SUMMARY = "Liblognorm is a fast-samples based normalization library." +DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data." +HOMEPAGE = "http://www.liblognorm.com" +SECTION = "base" + +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=ca016db57e008528dace002188c73dad" + +DEPENDS = "libfastjson libestr" + +SRC_URI = "git://github.com/rsyslog/liblognorm;branch=stable;protocol=https;tag=v${PV} \ + file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \ + " +SRCREV = "33ec4b061ad0a6e5508e679e150ce6422ef6be30" + +inherit autotools pkgconfig + +PACKAGECONFIG ??= "testbench tools" +PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2," +PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," +PACKAGECONFIG[advstats] = "--enable-advanced-stats,--disable-advanced-stats,," +PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx," +PACKAGECONFIG[testbench] = "--enable-testbench,--disable-testbench,," +PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,," +PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,," -- cgit v1.2.3-54-g00ecf