pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cJSON: Update to 1.7.13



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Fri Apr 3 08:19:44 2020 +0000
Changeset:	22435f7841ce18d74461cc4cc6475015f43ca36a

Modified Files:
	cJSON/Makefile
	cJSON/distinfo

Log Message:
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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22435f7841ce18d74461cc4cc6475015f43ca36a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cJSON/Makefile | 2 +-
 cJSON/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/cJSON/Makefile b/cJSON/Makefile
index 2ec9d71b3b..91bb30ee37 100644
--- a/cJSON/Makefile
+++ b/cJSON/Makefile
@@ -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}
diff --git a/cJSON/distinfo b/cJSON/distinfo
index 48743716a6..612fa91cbe 100644
--- a/cJSON/distinfo
+++ b/cJSON/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index