From 28f0033b78bafcb623fcd07ce01649e22a2d84df Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 24 Dec 2021 12:55:39 +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 9deed218b5d74591c6cb4e77029302f189decfac) --- mybatis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mybatis.spec b/mybatis.spec index 7fe00f6..39e7e89 100644 --- a/mybatis.spec +++ b/mybatis.spec @@ -1,7 +1,7 @@ %bcond_with test Name: mybatis Version: 3.2.8 -Release: 2 +Release: 3 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 +* 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. + * Sat Jun 19 2021 lingsheng - 3.2.8-2 - Fix CVE-2020-26945 -- Gitee