summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/iniparser
Commit message (Collapse)AuthorAgeFilesLines
* iniparser: upgrade 4.2.5 -> 4.2.6Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | 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>
* iniparser: upgrade 4.2.4 -> 4.2.5Wang Mingyu2025-01-141-1/+1
| | | | | | | | | | | | | | | | | | 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>
* iniparser: upgrade 4.2.2 -> 4.2.4Wang Mingyu2024-06-271-1/+1
| | | | | | | | Changelog: Fix paths in generated pkgconfig file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: use SHA hash for srcrevAlexandre Truong2024-05-291-1/+1
| | | | | | | | | | | | | | | A tag was previously passed which needs a network access to identify the exact SRCREV (SHA1). This network access breaks mirror testing and is generaly not considered a good practice. See errors at [0]. Thus, a full SHA hash is being passed. Please have a look at [1] for further information on the use of SRCREV. [0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/374/steps/17/logs/stdio [1]: https://docs.yoctoproject.org/ref-manual/variables.html?#term-SRCREV Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: remove dependency on doxygen-nativeLars Möllendorf2024-05-231-2/+4
| | | | | | | | This is an extra commit since I am not sure if documentation is wanted or not. Signed-off-by: Lars Möllendorf <lars.moellendorf@plating.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: upgrade 4.2 -> 4.2.1Lars Möllendorf2024-05-234-115/+16
| | | | | | | | | | | | | Hompage-Upgrade: upstream iniparser moved to Gitlab Add-CMake-support.patch removed since CMake support is now provided upstream 0001-iniparser.pc-Make-libpath-a-variable.patch removed since pkg-config file is now generated by CMake Signed-off-by: Lars Möllendorf <lars.moellendorf@plating.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: upgrade 4.1 -> 4.2Wang Mingyu2024-05-022-52/+3
| | | | | | | | | | License-Update: Copyright year updated to 2024. CVE-2023-33461.patch removed since it's included in 4.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ${SRCPV} usageMartin Jansa2024-02-091-1/+1
| | | | | | | | | | * Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
* iniparser: Fix CVE-2023-33461Lee Chee Yang2023-09-222-1/+51
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Add native supportJoshua Watt2022-10-281-0/+2
| | | | | | | | Native tools may link against iniparser, so extend it to be a native recipe also. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Update to latest tip of trunkKhem Raj2022-03-262-2/+32
| | | | | | Install .pc file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: add initial recipeGianfranco Costamagna2019-07-102-0/+80
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>