pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/json-c
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Jan 11 14:31:24 UTC 2025
Modified Files:
pkgsrc/textproc/json-c: Makefile PLIST distinfo
Log Message:
textproc/json-c: Update to 0.18
Changelog:
0.18 (up to commit 6bfab90, 2023-09-15)
========================================
Deprecated and removed features:
--------------------------------
* Clean up pre-3.9 CMake support in CMakeLists.txt
New features
------------
* Build pkg-config for msvc as well
Significant changes and bug fixes
---------------------------------
* Critical fix for binary compatibility with 0.16: Move the
json_tokener_error_memory entry to the end of enum json_tokener_error.
* Issue #829: attempt to detect clang-cl.exe and pass MSVC-compatile command
line arguments.
* PR #831 - rename WIN32 to _WIN32
* PR #839 - Fix gcc 5 "may be used uninitialized" failure in json_pointer.c
* PR #849 - random_seed.c: add a Coverity Scan suppression
* Issue #854: Set error=json_tokener_error_memory in
json_tokener_parser_verbose() when allocating the tokener fails.
* Issue #857: fix a few places where json_tokener should have been returning
json_tokener_error_memory but wasn't.
* Handle yet another out-of-memory condition in json_tokener, duplocate can
return NULL.
* Various fixes in the fuzzers
* A few minor doc fixes
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/json-c/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/json-c/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/json-c/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/json-c/Makefile
diff -u pkgsrc/textproc/json-c/Makefile:1.22 pkgsrc/textproc/json-c/Makefile:1.23
--- pkgsrc/textproc/json-c/Makefile:1.22 Sun Aug 25 06:19:15 2024
+++ pkgsrc/textproc/json-c/Makefile Sat Jan 11 14:31:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/08/25 06:19:15 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/01/11 14:31:24 ryoon Exp $
-DISTNAME= json-c-0.17
+DISTNAME= json-c-0.18
CATEGORIES= textproc
MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/
Index: pkgsrc/textproc/json-c/PLIST
diff -u pkgsrc/textproc/json-c/PLIST:1.11 pkgsrc/textproc/json-c/PLIST:1.12
--- pkgsrc/textproc/json-c/PLIST:1.11 Mon Jun 10 06:16:04 2024
+++ pkgsrc/textproc/json-c/PLIST Sat Jan 11 14:31:24 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/06/10 06:16:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/01/11 14:31:24 ryoon Exp $
include/json-c/arraylist.h
include/json-c/debug.h
include/json-c/json.h
@@ -21,7 +21,7 @@ lib/cmake/json-c/json-c-targets.cmake
lib/libjson-c.a
lib/libjson-c.so
lib/libjson-c.so.5
-lib/libjson-c.so.5.3.0
+lib/libjson-c.so.5.4.0
lib/pkgconfig/json-c.pc
${PLIST.doc}share/doc/json-c/html/README_8md.html
${PLIST.doc}share/doc/json-c/html/annotated.html
Index: pkgsrc/textproc/json-c/distinfo
diff -u pkgsrc/textproc/json-c/distinfo:1.14 pkgsrc/textproc/json-c/distinfo:1.15
--- pkgsrc/textproc/json-c/distinfo:1.14 Thu Aug 24 09:23:14 2023
+++ pkgsrc/textproc/json-c/distinfo Sat Jan 11 14:31:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/08/24 09:23:14 wiz Exp $
+$NetBSD: distinfo,v 1.15 2025/01/11 14:31:24 ryoon Exp $
-BLAKE2s (json-c-0.17.tar.gz) = 2eec6e0dabcd0cc30fae346a73055650d9de9b40c9de75c81493a38ce4ccbbe1
-SHA512 (json-c-0.17.tar.gz) = 4cbedd559502bf9014cfcd1d0bb8bb80d2abac4e969d95d4170123cd9cbafb0756b913fdbb83f666d14f674d6539a60ed1c5d0eb03c36b8037a2e00dc1636e19
-Size (json-c-0.17.tar.gz) = 390045 bytes
+BLAKE2s (json-c-0.18.tar.gz) = ed0267b99ec8c5b776fbd67567ccc1e411373702dd4380a839351ebfe9230315
+SHA512 (json-c-0.18.tar.gz) = 4763f2352414dac3599bc2183b4fa57dbfaac0ca24de890097bd7d0bdda93c91efa280f6566e949e6d94212ef39a63fc76c5f9d0c54ff3d04b13c859717dba5a
+Size (json-c-0.18.tar.gz) = 401788 bytes
Home |
Main Index |
Thread Index |
Old Index