File cJSON.changes of Package cJSON
-------------------------------------------------------------------
Tue Dec 26 09:29:11 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.7.17 (bsc#1218098, CVE-2023-50472,
bsc#1218099, CVE-2023-50471):
* Fix null reference in cJSON_SetValuestring (CVE-2023-50472).
* Fix null reference in cJSON_InsertItemInArray (CVE-2023-50471).
-------------------------------------------------------------------
Sun Jul 16 19:13:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.7.16:
* Add an option for ENABLE_CJSON_VERSION_SO in CMakeLists.txt
* Add cmake_policy to CMakeLists.txt
* Add cJSON_SetBoolValue
* Add meson documentation
* Fix memory leak in merge_patch
* Fix conflicting target names 'uninstall'
* Bump cmake version to 3.0 and use new version syntax
* Print int without decimal places
* Fix 'cjson_utils-static' target not exist
* Add allocate check for replace_item_in_object
* Fix a null pointer crash in cJSON_ReplaceItemViaPointer
-------------------------------------------------------------------
Wed Aug 25 11:45:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.7.15
* Fix potential core dumped for strrchr.
* Fix null pointer crash in cJSON_CreateXxArray.
* Fix several null pointer problems on allocation failure.
* Fix a possible dereference of null pointer.
-------------------------------------------------------------------
Mon Dec 28 09:52:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Set proper library path via LD_LIBRARY_PATH for ctest
-------------------------------------------------------------------
Sat Dec 5 12:44:22 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 1.7.14
- Add patch:
* cJSON-fix-cmake-include-path.patch
Align CMake include path with the one provided by pkg-config