From 2863e9e02500496a86d8caab1f0e22f2fee56c65 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 26 Feb 2025 07:24:00 +0800 Subject: [PATCH] iniparser: upgrade 4.2.5 -> 4.2.6 Changelog: =========== - Fix heap overflow in 'iniparser_dumpsection_ini()' - Add test to reproduce heap overflow in 'iniparser_dumpsection_ini()' - Clean-up - Ingore temporary vim files - Symlink compile_commmands.json to make YouCompleteMe in vim work - Fix typo - Fix links to FAQ sites in doxygen generated documentation - Escape names to prevent doxygen trying to interpret them as command - Enable command line arguments for tests - Fix packaging status description - Add packaging status badge to give users and me an overview - Convert @-value that slipped through Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../iniparser/{iniparser_4.2.5.bb => iniparser_4.2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/iniparser/{iniparser_4.2.5.bb => iniparser_4.2.6.bb} (91%) diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb b/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb similarity index 91% rename from meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb rename to meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb index dd2c97ed04..aaabfaa085 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/iniparser/iniparser" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678" SRCBRANCH = "main" -SRCREV = "19e0ad6c37440ba52313e10c6e148dfb9ab417f6" +SRCREV = "4bef811283e0ec1658c60e09950bd5a1ddc92e4b" SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" S = "${WORKDIR}/git"