Browse code

mysql : Update to version 5.7.22 to fix CVE-2018-2755

Change-Id: Iab4c3019ee04a587f77d5f8fd4c3ac97aa1da07a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5088
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

Xiaolin Li authored on 2018/04/27 05:36:14
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:        MySQL.
2 2
 Name:           mysql
3
-Version:        5.7.21
3
+Version:        5.7.22
4 4
 Release:        1%{?dist}
5 5
 License:        GPLv2
6 6
 Group:          Applications/Databases
... ...
@@ -8,7 +8,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=63b07cfd33d494b223e9b4d73492d3508834abd0
11
+%define         sha1 mysql-boost=f4a65a2789cb2f697178327623407f7314b65faf
12 12
 
13 13
 BuildRequires:  cmake
14 14
 BuildRequires:  openssl-devel
... ...
@@ -66,6 +66,8 @@ make test
66 66
 %{_libdir}/pkgconfig/mysqlclient.pc
67 67
 
68 68
 %changelog
69
+*   Thu Apr 26 2018 Xiaolin Li <xiaolinl@vmware.com> 5.7.22-1
70
+-   Update to version 5.7.22 to fix CVE-2018-2755
69 71
 *   Tue Apr 17 2018 Xiaolin Li <xiaolinl@vmware.com> 5.7.21-1
70 72
 -   Update to version 5.7.21 to fix CVE-2018-2583, CVE-2018-2665,
71 73
 -   CVE-2018-2573, CVE-2018-2612, CVE-2018-2622, CVE-2018-2640