From a761d0df8a1b6306448efe062a388630afba2ce6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 27 2017 18:25:43 +0000 Subject: import rh-mysql56-mysql-5.6.38-1.el7 --- diff --git a/.gitignore b/.gitignore index ba1b522..973b7ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mysql-5.6.37.tar.gz +SOURCES/mysql-5.6.38.tar.gz diff --git a/.rh-mysql56-mysql.metadata b/.rh-mysql56-mysql.metadata index dec0e41..387ff5b 100644 --- a/.rh-mysql56-mysql.metadata +++ b/.rh-mysql56-mysql.metadata @@ -1 +1 @@ -052d315488831cd1dfd150e938f8d6812ef28b7b SOURCES/mysql-5.6.37.tar.gz +bbd89dc891799b84ca0228e996bda1ec5365b38a SOURCES/mysql-5.6.38.tar.gz diff --git a/SPECS/mysql.spec b/SPECS/mysql.spec index d1ad541..b71dbef 100644 --- a/SPECS/mysql.spec +++ b/SPECS/mysql.spec @@ -110,8 +110,8 @@ %endif Name: %{?scl_prefix}mysql -Version: 5.6.37 -Release: 5%{?with_debug:.debug}%{?dist} +Version: 5.6.38 +Release: 1%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -1049,10 +1049,17 @@ fi %endif %changelog +* Sun Oct 22 2017 Honza Horak - 5.6.38-1 +- Update to 5.6.38 + Also fixes CVE-2017-10155 CVE-2017-10227 CVE-2017-10268 CVE-2017-10276 + CVE-2017-10279 CVE-2017-10283 CVE-2017-10286 CVE-2017-10294 CVE-2017-10314 + CVE-2017-10378 CVE-2017-10379 CVE-2017-10384 + Resolves: #1505112 + * Mon Aug 28 2017 Honza Horak - 5.6.37-5 - Remove the attempt to implement mysqld@.service, because mysqld_safe is not capable of keeping arguments order as mysqld expects - Reverts: #1452518 + Reverts: #1449695 * Wed Aug 16 2017 Honza Horak - 5.6.37-4 - Fix mysql-default-logdir.patch, default_log_dir must be set outside of case @@ -1073,31 +1080,30 @@ fi * Fri Jun 23 2017 Michal Schorm - 5.6.36-2 - Previous CVE fix was incomplete, fixed now -- CVEs fixed by this commit, #1445537: +- CVEs fixed by this commit, #1414423: CVE-2017-3265 -- Resolves: #1445537 * Mon May 15 2017 Michal Schorm - 5.6.36-1 - Udate to MySQL 5.6.36, for various fixes described at https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-36.html -- CVEs fixed by this commit, #1445525: +- CVEs fixed by this commit, #1445524: CVE-2017-3302 CVE-2017-3305/Riddle CVE-2016-5483/CVE-2017-3600 CVE-2017-3308 CVE-2017-3309 CVE-2017-3450 CVE-2017-3452 CVE-2017-3453 CVE-2017-3456 CVE-2017-3461 CVE-2017-3462 CVE-2017-3463 CVE-2017-3464 CVE-2017-3599 -- CVEs fixed by this commit, #1445533: +- CVEs fixed by this commit, #1445534: CVE-2016-8327 CVE-2017-3238 CVE-2017-3244 CVE-2017-3257 CVE-2017-3258 CVE-2017-3273 CVE-2017-3313 CVE-2017-3317 CVE-2017-3318 CVE-2017-3291 -- CVEs fixed by this commit, #1445537: +- CVEs fixed by this commit, #1445538: CVE-2017-3312 CVE-2017-3265 - 'force' option for 'rm' removed in specfile - Testsuite extended by '--big-test' option - Following tests were disabled, for they started to fail or are unstable: main.events_2 -- Resolves: #1452469; MD5 in FIPS mode - #1452515; bundled() provides - #1452518; rh-mysql56-mysqld@ wasn't made for scl +- Resolves: #1351791; MD5 in FIPS mode + #1449691; bundled() provides + #1449695; rh-mysql56-mysqld@ wasn't made for scl * Thu Nov 03 2016 Honza Horak - 5.6.34-2 - Use correct dir for mysql-files