From 4cf24917c7cf072b6d1803b1844b92cc4a409a26 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 29 Dec 2021 19:30:44 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. (cherry picked from commit 544b1e417827e20a49decc4318200f7d7b149f9d) --- jboss-logging.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jboss-logging.spec b/jboss-logging.spec index c06d0c6..122a942 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,6 +1,6 @@ Name: jboss-logging Version: 3.3.0 -Release: 7 +Release: 8 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 +* 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. + * Fri Dec 24 2021 yaoxin - 3.3.0-7 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. -- Gitee