From 9909ef36044bba9eb22ffa28770f89abb7485dbc Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 15 Feb 2022 14:55:24 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit a9f08201760782608352c0a095bd83cfdedd0988) --- jboss-logging.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jboss-logging.spec b/jboss-logging.spec index 122a942..a45bc9c 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,6 +1,6 @@ Name: jboss-logging Version: 3.3.0 -Release: 8 +Release: 9 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 Feb 14 2022 wangkai - 3.3.0-9 +- Rebuild for fix log4j1.x cves + * Wed Dec 29 2021 yaoxin - 3.3.0-8 - This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. -- Gitee