From cc932562d4e564a99ed56c5d4eded6d6d4fa72b5 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 19 Jan 2026 21:35:40 +1300 Subject: liblognorm: upgrade 2.0.8 -> 2.0.9 - fix build issue on some platforms - guard compile pragma use - remove unneeded variable - fix memory leak when a custom type in rules does not match Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../liblognorm/liblognorm_2.0.8.bb | 25 ---------------------- .../liblognorm/liblognorm_2.0.9.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb create mode 100644 meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb deleted file mode 100644 index 6c68b515e9..0000000000 --- a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.8.bb +++ /dev/null @@ -1,25 +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 = "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,," diff --git a/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.bb new file mode 100644 index 0000000000..188f7d6011 --- /dev/null +++ b/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.9.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 = "3804548e3541747bde3e82a78d2c2dcd865296dd" + +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