From c9daee468319c9dd131d01a79d0dd020a43b4b35 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 22 Aug 2022 09:33:15 +0800 Subject: [PATCH] Rebuild for log4j 2.17.2 fix CVE-2021-44832 --- jboss-logging.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jboss-logging.spec b/jboss-logging.spec index 81c31ff..05d43c2 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,6 +1,6 @@ Name: jboss-logging Version: 3.3.0 -Release: 6 +Release: 7 Summary: The JBoss Logging Framework License: ASL 2.0 URL: https://github.com/jboss-logging/jboss-logging @@ -47,6 +47,9 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog +* Mon Aug 22 2022 wangkai - 3.3.0-7 +- Rebuild for log4j 2.17.2 fix CVE-2021-44832 + * Thu Dec 16 2021 wangkai - 3.3.0-6 - This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild. -- Gitee