Browse code

mysql : Update to version 5.7.21 to fix CVE-2018-2583, CVE-2018-2665,

CVE-2018-2573, CVE-2018-2612, CVE-2018-2622, CVE-2018-2640

Change-Id: I545d41c25accea80cd58fe02982b8c1336a90098
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5019
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Xiaolin Li authored on 2018/04/18 08:40:09
Showing 1 changed files
... ...
@@ -1,15 +1,14 @@
1 1
 Summary:        MySQL.
2 2
 Name:           mysql
3
-Version:        5.7.20
4
-Release:        2%{?dist}
3
+Version:        5.7.21
4
+Release:        1%{?dist}
5 5
 License:        GPLv2
6 6
 Group:          Applications/Databases
7 7
 Vendor:         VMware, Inc.
8 8
 Distribution:   Photon
9 9
 Url:            http://www.mysql.com
10 10
 Source0:        https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-boost-%{version}.tar.gz
11
-%define         sha1 mysql-boost=1fcbaea0d75d71a8a868f518b5b0afaaa18c5cda
12
-Patch0:         Fix-CVE-2018-2696.patch
11
+%define         sha1 mysql-boost=63b07cfd33d494b223e9b4d73492d3508834abd0
13 12
 
14 13
 BuildRequires:  cmake
15 14
 BuildRequires:  openssl-devel
... ...
@@ -28,7 +27,6 @@ Development headers for developing applications linking to maridb
28 28
 
29 29
 %prep
30 30
 %setup -q %{name}-boost-%{version}
31
-%patch0 -p1
32 31
 
33 32
 %build
34 33
 cmake . \
... ...
@@ -68,6 +66,9 @@ make test
68 68
 %{_libdir}/pkgconfig/mysqlclient.pc
69 69
 
70 70
 %changelog
71
+*   Tue Apr 17 2018 Xiaolin Li <xiaolinl@vmware.com> 5.7.21-1
72
+-   Update to version 5.7.21 to fix CVE-2018-2583, CVE-2018-2665,
73
+-   CVE-2018-2573, CVE-2018-2612, CVE-2018-2622, CVE-2018-2640
71 74
 *   Thu Jan 25 2018 Divya Thaluru <dthaluru@vmware.com> 5.7.20-2
72 75
 -   Added patch for CVE-2018-2696
73 76
 *   Wed Oct 25 2017 Xiaolin Li <xiaolinl@vmware.com> 5.7.20-1