pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/yyjson
Module Name: pkgsrc
Committed By: vins
Date: Sun Aug 24 17:21:00 UTC 2025
Modified Files:
pkgsrc/devel/yyjson: Makefile distinfo
Log Message:
devel/yyjson: update to 0.12.0
# changes
Added
Add yyjson_write_number() and yyjson_mut_write_number() to write a number value to a string buffer.
Add YYJSON_READ_ALLOW_EXT_NUMBER to support extended number formats, such as 0x7B, +.123.
Add YYJSON_READ_ALLOW_EXT_ESCAPE to support extended escape, such as \a, \0, \x7B.
Add YYJSON_READ_ALLOW_EXT_WHITESPACE to support extended whitespace, such as \v, \u2028.
Add YYJSON_READ_ALLOW_SINGLE_QUOTED_STR to support single-quoted strings, such as 'ab'.
Add YYJSON_READ_ALLOW_UNQUOTED_KEY to allow unquoted keys, such as {a:1,b:2}.
Add YYJSON_READ_JSON5 to enable full JSON5 support.
Changed
Removed support for non-standard JSON in the incremental reader yyjson_incr_read()
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/yyjson/Makefile \
pkgsrc/devel/yyjson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/yyjson/Makefile
diff -u pkgsrc/devel/yyjson/Makefile:1.3 pkgsrc/devel/yyjson/Makefile:1.4
--- pkgsrc/devel/yyjson/Makefile:1.3 Sat Jun 7 15:34:05 2025
+++ pkgsrc/devel/yyjson/Makefile Sun Aug 24 17:20:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/06/07 15:34:05 vins Exp $
+# $NetBSD: Makefile,v 1.4 2025/08/24 17:20:59 vins Exp $
-DISTNAME= yyjson-0.11.1
+DISTNAME= yyjson-0.12.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibireme/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/devel/yyjson/distinfo
diff -u pkgsrc/devel/yyjson/distinfo:1.3 pkgsrc/devel/yyjson/distinfo:1.4
--- pkgsrc/devel/yyjson/distinfo:1.3 Sat Jun 7 15:34:05 2025
+++ pkgsrc/devel/yyjson/distinfo Sun Aug 24 17:20:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/06/07 15:34:05 vins Exp $
+$NetBSD: distinfo,v 1.4 2025/08/24 17:20:59 vins Exp $
-BLAKE2s (yyjson-0.11.1.tar.gz) = 8af33be832e99784e81aef597be22e4e43dcfd9d3a43e2e7b5e75ead73d0b5a2
-SHA512 (yyjson-0.11.1.tar.gz) = 26c93768e96080ca88e9c9acf6620ca26c54a7198bb7a5efe0294bf89102ab30e15f196597a79171b7e51f3dca1b5b0075136701007ecdc142293156031e21de
-Size (yyjson-0.11.1.tar.gz) = 1592503 bytes
+BLAKE2s (yyjson-0.12.0.tar.gz) = 40232af64e8db1b475cf61759c1bcd1b2f829e6bd9f138b1fd65112b1a508963
+SHA512 (yyjson-0.12.0.tar.gz) = a468477544f40a13595eb0afa74857b669b0cf0bf3258678541368863cc3a27fa6f43cc2ef1f4c6103c81b798cea2f67cc14268789de3965e1315a44972c713f
+Size (yyjson-0.12.0.tar.gz) = 1620674 bytes
Home |
Main Index |
Thread Index |
Old Index