cJSON: Update to 1.7.13

Upstream release notes:

Features:
 - add new API of cJSON_ParseWithLength without breaking changes. Thanks @caglarivriz, see #358
 - add new API of cJSON_GetNumberValue. Thanks @Intuition, see#385
 - add uninstall target function for CMake. See #402
 - Improve performance of adding item to array. Thanks @xiaomianhehe, see #430, #448
 - add new API of cJSON_SetValuestring, for changing the valuestring safely. See #451
 - add return value for cJSON_AddItemTo... and cJSON_ReplaceItem... (check if the operation successful). See #453

Fixes:
 - Fix clang -Wfloat-equal warning. Thanks @paulmalovanyi, see #368
 - Fix make failed in mac os. See #405
 - Fix memory leak in cJSONUtils_FindPointerFromObjectTo. Thanks @andywolk for reporting, see #414
This commit is contained in:
Travis Paul 2020-04-03 08:19:44 +00:00
parent 3d0ee4d26d
commit 22435f7841
No known key found for this signature in database
GPG Key ID: 0CA1F92FA8ED3A64
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= cJSON-1.7.12
DISTNAME= cJSON-1.7.13
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=DaveGamble/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (cJSON-1.7.12.tar.gz) = e90abbcdc0f40e7854d5838214d0668e24e6c147
RMD160 (cJSON-1.7.12.tar.gz) = 0d1c70cc79683cf2accfa470634f8ff64a50e4d5
SHA512 (cJSON-1.7.12.tar.gz) = d767b7261eff3a1a50ea46cc5573f9504f5734a891ea211ad348835bfb4b80acf7f744da2d34bb1fa270cd4d44576c21bc6f52c0604b7e6ffdeb61ecb396b376
Size (cJSON-1.7.12.tar.gz) = 348294 bytes
SHA1 (cJSON-1.7.13.tar.gz) = fdb88b77c5b1a5294f545c8366bb1b63f8b019ca
RMD160 (cJSON-1.7.13.tar.gz) = 9a7123d8dc82d9bc61210e878ed39b71a2c17006
SHA512 (cJSON-1.7.13.tar.gz) = ed8246db7d17d0ed288c1aaa30cae1c74f4405f8e854a4cb149a0f61f8603055636a0f4b12a46232a188b207bb3fe90941eb07bee325110c8329fd76414f38ad
Size (cJSON-1.7.13.tar.gz) = 354448 bytes