forked from pool/cJSON
- 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. OBS-URL: https://build.opensuse.org/request/show/914223 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cJSON?expand=0&rev=5
22 lines
826 B
Plaintext
22 lines
826 B
Plaintext
-------------------------------------------------------------------
|
|
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
|