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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-02-26 07:24:00 +08:00 committed by Khem Raj
parent b35a3a66a9
commit 2863e9e025
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"