pkgsrc-WIP-changes archive

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

cJSON: Update to 1.7.14



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Thu Sep 3 18:21:02 2020 +0000
Changeset:	1bc3f6e7d5dfbd04da3e0713c449f7642682e6df

Modified Files:
	cJSON/Makefile
	cJSON/distinfo

Log Message:
cJSON: Update to 1.7.14

Upstream release notes:
 * optimize the way to find tail node, see #503
 * Fix WError error on macosx because NAN is a float. Thanks @sappo, see #484
 * Fix some bugs in detach and replace. Thanks @miaoerduo, see #456

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

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 9ea49affbf..ffcb86b7c2 100644
--- a/cJSON/Makefile
+++ b/cJSON/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cJSON-1.7.13
+DISTNAME=	cJSON-1.7.14
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=DaveGamble/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/cJSON/distinfo b/cJSON/distinfo
index 612fa91cbe..3142f9af78 100644
--- a/cJSON/distinfo
+++ b/cJSON/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+SHA1 (cJSON-1.7.14.tar.gz) = b401e57edbc9377f0b4139206297984e073c4e47
+RMD160 (cJSON-1.7.14.tar.gz) = 8ae860dc286956a7512e298a35c6374630cc9cde
+SHA512 (cJSON-1.7.14.tar.gz) = 8de1dedc123ed025a9cbe6764e5963eb0550f726d06a8f6bedfe05b84e852cd9c1587cd381669663073967f42be894a535ba239013f304ce544c3b15a6477c01
+Size (cJSON-1.7.14.tar.gz) = 352028 bytes


Home | Main Index | Thread Index | Old Index