jsoncpp: update to 1.9.7
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:06:58 +0000 (12:06 +0300)
committerAlexandru Ardelean <redacted>
Thu, 7 May 2026 09:59:11 +0000 (12:59 +0300)
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 <redacted>
libs/jsoncpp/Makefile

index b4e8e3e0d8b161d55346427df5cef1f864caf0ca..cfcaccc8b5503b997cfb5bdeaa2dd3735127f699 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT