From 2054ed07bbd387e9d24f2742a58eb8768a8ca47b Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 29 Dec 2021 20:23:37 +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 8a990495bae1259e8a6c4d046cd0d39664702d2c) --- mybatis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mybatis.spec b/mybatis.spec index 39e7e89..cb8ebc0 100644 --- a/mybatis.spec +++ b/mybatis.spec @@ -1,7 +1,7 @@ %bcond_with test Name: mybatis Version: 3.2.8 -Release: 3 +Release: 4 Summary: SQL Mapping Framework for Java License: Apache 2.0 URL: https://github.com/mybatis/mybatis-3 @@ -83,6 +83,9 @@ opts="-f" %license LICENSE NOTICE %changelog +* Wed Dec 29 2021 wangkai - 3.2.8-4 +- 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 - 3.2.8-3 - This package depends on log4j.After the log4j vulnerability CVE-2021-45105 is fixed,the version needs to be rebuild. -- Gitee