diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-14 16:28:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-14 08:52:04 -0800 |
| commit | 503dc1b1cb82f0530f6ca137bcf3ad00118ede35 (patch) | |
| tree | 53bbe7ee2dfa624e99ea4aac319b0710ef80a5c7 | |
| parent | 5aad510837d7f95b98ead7d08dbfa123dbd4c875 (diff) | |
| download | meta-openembedded-503dc1b1cb82f0530f6ca137bcf3ad00118ede35.tar.gz | |
iniparser: upgrade 4.2.4 -> 4.2.5
Changelog:
===========
- Fix stack buffer overflow in iniparser dump functions (#175)
- Update doxygen main page, merge it with README and use it as new main page
- Explain how to build documentation as it not build per default
- Stylize the name iniParser as it used to be done
- Mention CMake options to prevent them from being overlooked
- Add build instructions for MinGW
- Replace outdated installation instructions by link to README sections
- Remove section numbers from README
- add DESCRIPTION, HOMEPAGE_URL and LANGUAGES in cmake project()
- Fix MSVC build issues
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.5.bb (renamed from meta-oe/recipes-support/iniparser/iniparser_4.2.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.2.4.bb b/meta-oe/recipes-support/iniparser/iniparser_4.2.5.bb index aeac9c30ba..dd2c97ed04 100644 --- a/meta-oe/recipes-support/iniparser/iniparser_4.2.4.bb +++ b/meta-oe/recipes-support/iniparser/iniparser_4.2.5.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 = "4e5d1cc10215ce328c61bb5fd7839746e47375f9" | 7 | SRCREV = "19e0ad6c37440ba52313e10c6e148dfb9ab417f6" |
| 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" |
