Some new features, some bug fixes, including: * Issue #927: CVE-2026-9146 - update json_object_iterator documentation * Issue #929: CVE-2026-11322 - fix information disclosure bug in apps/json_parse (not installed by default)
Link: https://github.com/json-c/json-c/releases/tag/json-c-0.19-20260627 Link: https://github.com/json-c/json-c/blob/json-c-0.19/ChangeLog Signed-off-by: Alexander Dahl <[email protected]> --- rules/json-c.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index 024375c61..461188ce1 100644 --- a/rules/json-c.make +++ b/rules/json-c.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_JSON_C) += json-c # # Paths and names # -JSON_C_VERSION := 0.18 -JSON_C_SHA256 := 876ab046479166b869afc6896d288183bbc0e5843f141200c677b3e8dfb11724 +JSON_C_VERSION := 0.19 +JSON_C_SHA256 := 37ad0249902e301bd9052bf712e511fcc6acff4ecaad4b5900aad9ce564e26de JSON_C := json-c-$(JSON_C_VERSION) JSON_C_SUFFIX := tar.gz JSON_C_URL := https://s3.amazonaws.com/json-c_releases/releases/$(JSON_C).$(JSON_C_SUFFIX) -- 2.47.3
