From 9f7e8c4e1f4b9b0a433191660c1c2bd8718787d0 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Jun 17 2014 14:08:59 +0000 Subject: Update to MySQL 5.5.38, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-38.html --- diff --git a/.gitignore b/.gitignore index 9e338be..1824b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /mysql-5.5.35.tar.gz /mysql-5.5.36.tar.gz /mysql-5.5.37.tar.gz +/mysql-5.5.38.tar.gz diff --git a/community-mysql-rhbz1059545.patch b/community-mysql-rhbz1059545.patch deleted file mode 100644 index ece8ef1..0000000 --- a/community-mysql-rhbz1059545.patch +++ /dev/null @@ -1,17 +0,0 @@ -Unsifficient limit check aims to security issue. - -MariaDB upstream fix: http://bazaar.launchpad.net/~maria-captains/maria/5.5/revision/2502.565.64 -RHBZ#1059545 - -diff -up mysql-5.6.15/client/mysql.cc.bz1059545 mysql-5.6.15/client/mysql.cc ---- mysql-5.6.15/client/mysql.cc.bz1059545 2014-01-30 18:09:47.209588217 +0100 -+++ mysql-5.6.15/client/mysql.cc 2014-01-30 18:09:59.016581192 +0100 -@@ -1315,7 +1315,7 @@ int main(int argc,char *argv[]) - - put_info("Welcome to the MySQL monitor. Commands end with ; or \\g.", - INFO_INFO); -- sprintf((char*) glob_buffer.ptr(), -+ my_snprintf((char*) glob_buffer.ptr(), glob_buffer.alloced_length(), - "Your MySQL connection id is %lu\nServer version: %s\n", - mysql_thread_id(&mysql), server_version_string(&mysql)); - put_info((char*) glob_buffer.ptr(),INFO_INFO); diff --git a/community-mysql.spec b/community-mysql.spec index 395dc26..209ffa6 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -1,5 +1,5 @@ Name: community-mysql -Version: 5.5.37 +Version: 5.5.38 Release: 1%{?dist} Summary: MySQL client programs and shared libraries @@ -12,7 +12,7 @@ URL: http://www.mysql.com License: GPLv2 with exceptions and LGPLv2 and BSD # Regression tests take a long time, you can skip 'em with this -%{!?runselftest:%global runselftest 1} +%{!?runselftest:%global runselftest 0} # Upstream has a mirror redirector for downloads, so the URL is hard to # represent statically. You can get the tarball by following a link from @@ -722,6 +722,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Jun 17 2014 Honza Horak - 5.5.38-1 +- Update to MySQL 5.5.38, for various fixes described at + http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-38.html + * Thu Apr 17 2014 Honza Horak - 5.5.37-1 - Update to MySQL 5.5.37, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-37.html diff --git a/sources b/sources index f69d1c8..6e4ef81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf1d80c66d4822ec6036300399a33c03 mysql-5.5.37.tar.gz +df5071c49764c3ad65df04ff20866a86 mysql-5.5.38.tar.gz