From b43a172a67299708f897cc032d6ee05bd62923bc Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 29 Dec 2021 20:01:48 +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 0dda1ad5f0d035a3b3ba098b95e9050b58c541d9) --- wildfly-elytron.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wildfly-elytron.spec b/wildfly-elytron.spec index 5ef10df..2535ece 100644 --- a/wildfly-elytron.spec +++ b/wildfly-elytron.spec @@ -3,7 +3,7 @@ Name: wildfly-elytron Version: 1.0.2 -Release: 2 +Release: 3 Summary: Security, Authentication, and Authorization SPIs for the WildFly project License: ASL 2.0 and LGPLv2+ URL: http://wildfly.org/ @@ -54,6 +54,9 @@ This package contains javadoc for %{name}. %license LICENSE.txt %changelog +* Wed Dec 29 2021 wangkai - 1.0.2-3 +- This package depends on log4j.After the log4j vulnerability CVE-2021-44832 is fixed,the version needs to be rebuild. + * Fri Dec 24 2021 wangkai - 1.0.2-2 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. -- Gitee