From 74073b0af23cc2abb674b19989af5d1f1ba21d8f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 24 Dec 2021 20:37:11 +0800 Subject: [PATCH] This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. (cherry picked from commit b58e6d090ddb34938c2df86f96ea657d1f9df69f) --- datanucleus-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datanucleus-core.spec b/datanucleus-core.spec index 768a8f5..ef7153e 100644 --- a/datanucleus-core.spec +++ b/datanucleus-core.spec @@ -3,7 +3,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: datanucleus-core Version: 3.2.15 -Release: 2 +Release: 3 Summary: DataNucleus Core License: ASL 2.0 URL: http://www.datanucleus.org/ @@ -86,6 +86,9 @@ cp -p META-INF/README.txt . %doc LICENSE.txt NOTICE.txt %changelog +* Fri Dec 24 2021 yaoxin - 3.2.15-3 +- This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. + * Thu Dec 16 2021 wangkai - 3.2.15-2 - This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild.