From 761f79a29fdb849ffc9843de3c61cc3014fa3d7d Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 22 Aug 2022 10:13:46 +0800 Subject: [PATCH] Rebuild for log4j 2.17.2 fix CVE-2021-44832 (cherry picked from commit 25e2adfe89e8e8b28a85f264bf49cd57644bc67c) --- wildfly-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wildfly-core.spec b/wildfly-core.spec index 7723a31..6db7c4c 100644 --- a/wildfly-core.spec +++ b/wildfly-core.spec @@ -3,7 +3,7 @@ %global namedversion %{version}%{?namedreltag} Name: wildfly-core Version: 2.2.0 -Release: 3 +Release: 4 Summary: The core run-time of WildFly License: ASL 2.0 and BSD and LGPLv2+ URL: http://wildfly.org/ @@ -131,6 +131,9 @@ rm target/site/apidocs/javadoc.sh %license LICENSE.txt %changelog +* Mon Aug 22 2022 wangkai - 2.2.0-4 +- Rebuild for log4j 2.17.2 fix CVE-2021-44832 + * Fri Dec 24 2021 wangkai - 2.2.0-3 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. -- Gitee