From 161c562b010640a4d0a90c6951a0d938f5a6a703 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Dec 2021 15:39:29 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. (cherry picked from commit 0e1b4cbbe0efc1e6d8511bcbbac9eb34f17be918) --- json-lib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/json-lib.spec b/json-lib.spec index 21e4c97..7cfcb93 100644 --- a/json-lib.spec +++ b/json-lib.spec @@ -1,6 +1,6 @@ Name: json-lib Version: 2.4 -Release: 17 +Release: 18 Summary: JSON library for Java License: ASL 2.0 URL: http://json-lib.sourceforge.net/ @@ -97,6 +97,9 @@ cd - %license LICENSE.txt %changelog +* Thu Dec 16 2021 wangkai - 2.4-18 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. + * Mon Sep 14 2020 wangyue - 2.4-17 - Fix build errors