diff --git a/cjson.spec b/cjson.spec index af825eb103697df211028edb0feddb643c3a9c40..34f4920961b7e8b7ca1d340164dba311a2a94245 100644 --- a/cjson.spec +++ b/cjson.spec @@ -1,6 +1,6 @@ Name: cjson -Version: 1.7.18 -Release: 5 +Version: 1.7.19 +Release: 1 Summary: Ultralightweight JSON parser in ANSI C License: MIT @@ -47,6 +47,12 @@ developing applications that use cJSON. %{_includedir}/cjson/ %changelog +* Tue Oct 14 2025 openeuler_bot - 1.7.19-1 +- Fix indentation (should use spaces) (version:1.7.19). +- Fix spelling errors found by CodeSpell (version:1.7.19). +- Check for NULL in cJSON_DetachItemViaPointer (version:1.7.19). +- Fix #881, check overlap before calling strcpy in cJSON_SetValuestring (version:1.7.19). + * Mon Sep 29 2025 zhangpan - 1.7.18-5 - Fix CVE-2025-57052 diff --git a/v1.7.18.tar.gz b/v1.7.18.tar.gz deleted file mode 100644 index 9477643c6b29150280add09f6bd19628a2c50089..0000000000000000000000000000000000000000 Binary files a/v1.7.18.tar.gz and /dev/null differ diff --git a/v1.7.19.tar.gz b/v1.7.19.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7f5a46b6ac1e4148e8f5faec7559a8d8ddaa228f Binary files /dev/null and b/v1.7.19.tar.gz differ