!78 Upgrade mysql to 8.0.28 to fix cves

Merge pull request !78 from starlet_dx/master
This commit is contained in:
openeuler-ci-bot 2022-01-26 02:43:21 +00:00 committed by Gitee
commit 1116e29d10
2 changed files with 5 additions and 3 deletions

BIN
mysql-boost-8.0.28.tar.gz Normal file

Binary file not shown.

View File

@ -29,7 +29,7 @@
%bcond_without conflicts
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
Name: mysql
Version: 8.0.27
Version: 8.0.28
Release: 1
Summary: MySQL client programs and shared libraries
URL: http://www.mysql.com
@ -49,7 +49,6 @@ Source18: mysql@.service.in
Source30: %{pkgnamepatch}.rpmlintrc
Source31: server.cnf.in
Patch1: %{pkgnamepatch}-install-test.patch
Patch2: %{pkgnamepatch}-s390-tsc.patch
Patch3: %{pkgnamepatch}-file-contents.patch
Patch4: %{pkgnamepatch}-scripts.patch
Patch5: %{pkgnamepatch}-paths.patch
@ -211,7 +210,6 @@ The package provides Docs for development of MySQL applications.
%prep
%setup -q -n mysql-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
@ -321,6 +319,7 @@ cmake .. \
-DSYSTEMD_SERVICE_NAME="%{daemon_name}" \
-DSYSTEMD_PID_DIR="%{pidfiledir}" \
-DWITH_INNODB_MEMCACHED=ON \
-DWITH_FIDO=bundled \
%ifnarch aarch64 %{arm} s390 s390x
-DWITH_NUMA=ON \
%endif
@ -536,6 +535,9 @@ fi
%{_mandir}/man1/mysql_config.1*
%changelog
* Tue Jan 25 2022 yaoxin <yaoxin30@huawei.com> - 8.0.28-1
- Upgrade mysql to 8.0.28 to fix cves.
* Fri Oct 29 2021 yaoxin <yaoxin30@huawei.com> - 8.0.27-1
- Upgrade mysql to 8.0.27,fix CVES:CVE-2021-2471 CVE-2021-2478 CVE-2021-2479
CVE-2021-2481 CVE-2021-35546 CVE-2021-35575 CVE-2021-35577 CVE-2021-35591