From 6032086e4772c9da58acbf373383c52682f9d83e Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 21 Feb 2022 19:20:03 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves (cherry picked from commit 38ccda13a8177acef8d6fa68f8c1bfbffdd19b85) --- mybatis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mybatis.spec b/mybatis.spec index cb8ebc0..c86284f 100644 --- a/mybatis.spec +++ b/mybatis.spec @@ -1,7 +1,7 @@ %bcond_with test Name: mybatis Version: 3.2.8 -Release: 4 +Release: 5 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 +* Mon Feb 21 2022 wangkai - 3.2.8-5 +- Rebuild for fix log4j1.x cves + * 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. -- Gitee