From 58e6694034162dd1f9ceb0a8eedf0ed9d0bae4cd Mon Sep 17 00:00:00 2001 From: programmer12 <964969108@qq.com> Date: Thu, 5 Aug 2021 17:02:17 +0800 Subject: [PATCH] CVES --- mysql.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mysql.spec b/mysql.spec index 7c1379e..03f6b10 100644 --- a/mysql.spec +++ b/mysql.spec @@ -29,12 +29,12 @@ %bcond_without conflicts %global sameevr %{?epoch:%{epoch}:}%{version}-%{release} Name: mysql -Version: 8.0.24 -Release: 2 +Version: 8.0.26 +Release: 3 Summary: MySQL client programs and shared libraries URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD -Source0: https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-%{version}.tar.gz +Source0: https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-%{version}.tar.gz Source2: mysql_config_multilib.sh Source3: my.cnf.in Source6: README.mysql-docs @@ -536,6 +536,10 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Mon Aug 2 2021 liwu - 8.0.26-1 +- Upgrade mysql to 8.0.26,fix CVES:CVE-2021-2356 CVE-2021-2339 CVE-2021-2354 + CVE-2021-2352 CVE-2021-2340 + * Wed Jun 16 2021 zhaoyao - 8.0.24-2 - Fix buiding error: Built target mysqlgcs error - Add m4 in BuildRequires