pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/jsoncpp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 22 19:29:50 UTC 2026

Modified Files:
        pkgsrc/textproc/jsoncpp: Makefile distinfo

Log Message:
jsoncpp: update to 1.9.8.

What's Changed

    Update to 1.9.8, remove qualifier from version string by @baylesj in #1666
    Revert soversion change by @baylesj in #1667
    prevent macro redefined for JSON_HAS_INT64 by @anandolee in #1673
    ci: suppress Node 20 deprecation and missing python-version warnings by @baylesj in #1674
    Fix C++11 ABI breakage when compiled with C++17 #1668 by @baylesj in #1675
    chore: remove leftover CMake checks for std::string_view by @baylesj in #1676
    docs: update amalgamation instructions and add github action by @baylesj in #1677
    feat: add Json::version() to expose runtime version (#1531) by @baylesj in #1678
    feat: add .members() iterator adapter for range-based for loops (#288) by @baylesj in #1679
    Improve formatting by @baylesj in #1680
    docs: remove conan and vcpkg instructions from README by @baylesj in #1683
    fix: GCC 16 / C++20 build failure with u8 string literals by @baylesj in #1685
    feat: improve type assertion messages with actual ValueType by @baylesj in #1686
    fix: avoid quadratic re-scan of comments after a value by @hjanuschka in #1689


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/jsoncpp/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/jsoncpp/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/jsoncpp/Makefile
diff -u pkgsrc/textproc/jsoncpp/Makefile:1.20 pkgsrc/textproc/jsoncpp/Makefile:1.21
--- pkgsrc/textproc/jsoncpp/Makefile:1.20       Thu Mar 26 13:40:47 2026
+++ pkgsrc/textproc/jsoncpp/Makefile    Mon Jun 22 19:29:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2026/03/26 13:40:47 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/06/22 19:29:50 wiz Exp $
 
-DISTNAME=      jsoncpp-1.9.7
+DISTNAME=      jsoncpp-1.9.8
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=open-source-parsers/}
 

Index: pkgsrc/textproc/jsoncpp/distinfo
diff -u pkgsrc/textproc/jsoncpp/distinfo:1.19 pkgsrc/textproc/jsoncpp/distinfo:1.20
--- pkgsrc/textproc/jsoncpp/distinfo:1.19       Thu Mar 26 13:40:47 2026
+++ pkgsrc/textproc/jsoncpp/distinfo    Mon Jun 22 19:29:50 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2026/03/26 13:40:47 wiz Exp $
+$NetBSD: distinfo,v 1.20 2026/06/22 19:29:50 wiz Exp $
 
-BLAKE2s (jsoncpp-1.9.7.tar.gz) = d5ad7a0b60c9424636c74f5fb149adea631d9ab0ff2ef18a0ef24ffe51f05a6b
-SHA512 (jsoncpp-1.9.7.tar.gz) = 346e93d2adb299547905800fc8c4c3a2db83de102ed2f7507dd79b971a83920b0281c458843f332895f90ea264b7958dd790a6951bbfc6079d6d986ce97d6f38
-Size (jsoncpp-1.9.7.tar.gz) = 217906 bytes
+BLAKE2s (jsoncpp-1.9.8.tar.gz) = 1dd28cc813c8e7b294dad0a885f814eedc1b96c9c8d111120037ed19aa4eab37
+SHA512 (jsoncpp-1.9.8.tar.gz) = 849957d9c87edc1d375698a9ea2709b7304cabc2b05ba180dc09f68653e32316e1ae4fe0108ab63ec7b56d255ccbc6ccf8715cf8396c1438edda775bec74b05b
+Size (jsoncpp-1.9.8.tar.gz) = 220066 bytes
 SHA1 (patch-CMakeLists.txt) = 4877e9a0f018090e0d61f551338cf99492493e84



Home | Main Index | Thread Index | Old Index