From 12ab33eeefc9a82f7ca5dd15e0bd6ac4834e8c1a Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 29 Dec 2021 19:11:34 +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 c5f6248ad41c4de431afb809e28130885d8ddd89) --- avalon-framework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/avalon-framework.spec b/avalon-framework.spec index 84cc3db..5497fff 100644 --- a/avalon-framework.spec +++ b/avalon-framework.spec @@ -1,7 +1,7 @@ Name: avalon-framework Epoch: 0 Version: 4.3 -Release: 24 +Release: 25 Summary: Java components interfaces License: ASL 2.0 URL: http://avalon.apache.org/ @@ -80,6 +80,9 @@ mv .mfiles-javadoc .mfiles-help %files help -f .mfiles-help %changelog +* Wed Dec 29 2021 houyingchao - 0:4.3-25 +- 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 - 0:4.3-24 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild.