From 806158c32d8233ed82b42bf13f9ba29fff005107 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 22 Apr 2026 12:06:58 +0300 Subject: [PATCH] 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 --- libs/jsoncpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/jsoncpp/Makefile b/libs/jsoncpp/Makefile index b4e8e3e0d8..cfcaccc8b5 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