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:           Mon Jan  1 11:49:57 UTC 2024

Modified Files:
        pkgsrc/textproc/cJSON: Makefile distinfo

Log Message:
cJSON: updated to 1.7.17

1.7.17 (Dec 26, 2023)

Fixes:

* Fix null reference in cJSON_SetValuestring(CVE-2023-50472)
* Fix null reference in cJSON_InsertItemInArray(CVE-2023-50471)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/cJSON/Makefile
cvs rdiff -u -r1.4 -r1.5 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.3 pkgsrc/textproc/cJSON/Makefile:1.4
--- pkgsrc/textproc/cJSON/Makefile:1.3  Wed Jul  5 12:18:08 2023
+++ pkgsrc/textproc/cJSON/Makefile      Mon Jan  1 11:49:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/07/05 12:18:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/01 11:49:57 adam Exp $
 
-DISTNAME=      cJSON-1.7.16
+DISTNAME=      cJSON-1.7.17
 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.4 pkgsrc/textproc/cJSON/distinfo:1.5
--- pkgsrc/textproc/cJSON/distinfo:1.4  Wed Jul  5 12:18:08 2023
+++ pkgsrc/textproc/cJSON/distinfo      Mon Jan  1 11:49:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/07/05 12:18:08 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/01/01 11:49:57 adam Exp $
 
-BLAKE2s (cJSON-1.7.16.tar.gz) = 4887e85762a36cab3f562aefd4d9616e4e36b53ee43e371ac0a1e5c10d5d36b7
-SHA512 (cJSON-1.7.16.tar.gz) = 3a894de03c33d89f1e7ee572418d5483c844d38e1e64aa4f6297ddaa01f4111f07601f8d26617b424b5af15d469e3955dae075d9f30b5c25e16ec348fdb06e6f
-Size (cJSON-1.7.16.tar.gz) = 353498 bytes
+BLAKE2s (cJSON-1.7.17.tar.gz) = 3e507bad43e00954ccfed7364772c0439b7617d9cbe32f089af0d915a79a3deb
+SHA512 (cJSON-1.7.17.tar.gz) = 4feebafa5225297fa3e6a7bf23f8d31b5c3e172f437078c5a07528522ad58ca2e9c72dd9e8611241d2b8321e9aa0a1a9af7743689d1c2001d1d9cb624aae6fa8
+Size (cJSON-1.7.17.tar.gz) = 353748 bytes



Home | Main Index | Thread Index | Old Index