From d73de99d887058682f1cfd2fbfd08f75c1c455d7 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Dec 2021 15:50:31 +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 c45c5843ea31ad0c2a866169f0956b55caecf327) --- springframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/springframework.spec b/springframework.spec index 110af65..12fec24 100644 --- a/springframework.spec +++ b/springframework.spec @@ -1,6 +1,6 @@ Name: springframework Version: 3.2.18 -Release: 8 +Release: 9 Summary: The Spring Java Application Framework License: ASL 2.0 URL: http://projects.spring.io/spring-framework/ @@ -365,6 +365,9 @@ done %files web -f .mfiles-spring-web %changelog +* Thu Dec 16 2021 wangkai - 3.2.18-9 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. + * Fri Oct 29 2021 houyingchao - 3.2.18-8 - Fix CVE-2016-5007 -- Gitee