diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-26 07:24:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 08:30:49 -0800 |
| commit | 2863e9e02500496a86d8caab1f0e22f2fee56c65 (patch) | |
| tree | c86f1fb0a92c393e11937a9a42c4ba6cf65985d3 | |
| parent | b35a3a66a91a1f847602c86be032dca37c2f500a (diff) | |
| download | meta-openembedded-2863e9e02500496a86d8caab1f0e22f2fee56c65.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb (renamed from meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb b/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" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678" |
| 6 | SRCBRANCH = "main" | 6 | SRCBRANCH = "main" |
| 7 | SRCREV = "19e0ad6c37440ba52313e10c6e148dfb9ab417f6" | 7 | SRCREV = "4bef811283e0ec1658c60e09950bd5a1ddc92e4b" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" | 9 | SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
