From 08bafc3f258ae90cf451849aa390964a23264e6c Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 22 Aug 2022 10:11:08 +0800 Subject: [PATCH] Rebuild for log4j 2.17.2 fix CVE-2021-44832 --- springframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/springframework.spec b/springframework.spec index 499795a..59b5536 100644 --- a/springframework.spec +++ b/springframework.spec @@ -1,6 +1,6 @@ Name: springframework Version: 3.2.18 -Release: 10 +Release: 11 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 +* Mon Aug 22 2022 wangkai - 3.2.18-11 +- Rebuild for log4j 2.17.2 fix CVE-2021-44832 + * Fri Dec 24 2021 wangkai - 3.2.18-10 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. -- Gitee