pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/cJSON



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Sep 14 07:15:43 UTC 2025

Modified Files:
        pkgsrc/textproc/cJSON: Makefile distinfo

Log Message:
cJSON: updated to 1.7.19

1.7.19 (Sep 9, 2025)

Fixes:

* Fix indentation (should use spaces)
* Fix spelling errors found by CodeSpell
* Check for NULL in cJSON_DetachItemViaPointer
* Fix: check overlap before calling strcpy in cJSON_SetValuestring
* Fix: Max recursion depth for cJSON_Duplicate to prevent stack exhaustion
* Allocate memory for the temporary buffer when paring numbers
* fix the incorrect check in decode_array_index_from_pointer


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/cJSON/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/cJSON/distinfo

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

Modified files:

Index: pkgsrc/textproc/cJSON/Makefile
diff -u pkgsrc/textproc/cJSON/Makefile:1.7 pkgsrc/textproc/cJSON/Makefile:1.8
--- pkgsrc/textproc/cJSON/Makefile:1.7  Wed Aug 20 11:35:11 2025
+++ pkgsrc/textproc/cJSON/Makefile      Sun Sep 14 07:15:43 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2025/08/20 11:35:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/09/14 07:15:43 adam Exp $
 
-DISTNAME=      cJSON-1.7.18
+DISTNAME=      cJSON-1.7.19
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=DaveGamble/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/cJSON/distinfo
diff -u pkgsrc/textproc/cJSON/distinfo:1.6 pkgsrc/textproc/cJSON/distinfo:1.7
--- pkgsrc/textproc/cJSON/distinfo:1.6  Mon May 13 14:22:16 2024
+++ pkgsrc/textproc/cJSON/distinfo      Sun Sep 14 07:15:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/05/13 14:22:16 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/09/14 07:15:43 adam Exp $
 
-BLAKE2s (cJSON-1.7.18.tar.gz) = 1ec328922fe6d128800de25bde34658f9dcae6d33fec73c0873dfa59d35ac6ee
-SHA512 (cJSON-1.7.18.tar.gz) = 2accb507c6b97222eb5f0232c015b356cf6d248d1247049928731aa8e897378245e62395c232b1ec57d28d1e53ac72c849be85e59c33616a382d40473649f66b
-Size (cJSON-1.7.18.tar.gz) = 354726 bytes
+BLAKE2s (cJSON-1.7.19.tar.gz) = 8bffe35705ae1ffef07d0c528a79a017dc179ce7781a06bf4ad89bf7c629b905
+SHA512 (cJSON-1.7.19.tar.gz) = 7b22bdd05b8e0bf8b24ab79db128dbab9f8c2c167f4b1d3073922b8ff1e0f0e8917322283d6d4091002f014f42692984f4f641761f05965d3b66fb3eca14dc46
+Size (cJSON-1.7.19.tar.gz) = 356247 bytes



Home | Main Index | Thread Index | Old Index