From: Alexandru Ardelean Date: Wed, 22 Apr 2026 09:06:58 +0000 (+0300) Subject: jsoncpp: update to 1.9.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=806158c32d8233ed82b42bf13f9ba29fff005107;p=openwrt-packages.git jsoncpp: update to 1.9.7 Changelog: - Security: reject unescaped control characters in JSON strings - Security: fix use-after-free in Reader::parse() - Add std::string_view support in the Value API - Fix string_view ABI mismatch between library and consumers Signed-off-by: Alexandru Ardelean --- diff --git a/libs/jsoncpp/Makefile b/libs/jsoncpp/Makefile index b4e8e3e0d..cfcaccc8b 100644 --- a/libs/jsoncpp/Makefile +++ b/libs/jsoncpp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jsoncpp -PKG_VERSION:=1.9.5 +PKG_VERSION:=1.9.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/open-source-parsers/jsoncpp/tar.gz/$(PKG_VERSION)? -PKG_HASH:=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2 +PKG_HASH:=830bf352d822d8558e9d0eb19d640d2e38536b4b6699c30a4488da09d5b1df18 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT