[community-mysql/f20] Update to MySQL 5.5.36, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/e

Honza Horak hhorak at fedoraproject.org
Mon Feb 3 14:51:59 UTC 2014


commit 7f7080698aacc0ebee3494538ddfd92c97098186
Author: Honza Horak <hhorak at redhat.com>
Date:   Mon Feb 3 15:52:24 2014 +0100

    Update to MySQL 5.5.36, for various fixes described at http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-36.html

 .gitignore                          |    1 +
 community-mysql-cve-2013-1861.patch |   43 -----------------------------------
 community-mysql.spec                |   10 +++++---
 sources                             |    2 +-
 4 files changed, 8 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a193a96..a114a88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /mysql-5.5.34-nodocs.tar.gz
 /mysql-5.5.34-nodocs.tar.xz
 /mysql-5.5.35.tar.gz
+/mysql-5.5.36.tar.gz
diff --git a/community-mysql.spec b/community-mysql.spec
index 38b49a8..21d7eb9 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -1,6 +1,6 @@
 Name: community-mysql
-Version: 5.5.35
-Release: 2%{?dist}
+Version: 5.5.36
+Release: 1%{?dist}
 
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
@@ -56,7 +56,6 @@ Patch22: community-mysql-major.patch
 Patch23: community-mysql-sharedir.patch
 Patch24: community-mysql-man-pages.patch
 Patch25: community-mysql-tmpdir.patch
-Patch26: community-mysql-cve-2013-1861.patch
 Patch27: community-mysql-innodbwarn.patch
 Patch28: community-mysql-covscan-signexpr.patch
 Patch29: community-mysql-covscan-stroverflow.patch
@@ -247,7 +246,6 @@ the MySQL sources.
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
-%patch26 -p1
 %patch27 -p1
 %patch28 -p1
 %patch29 -p1
@@ -728,6 +726,10 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/mysql/solaris/postinstall-solaris
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Mon Feb  3 2014 Honza Horak <hhorak at redhat.com> 5.5.36-1
+- Update to MySQL 5.5.36, for various fixes described at
+  http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-36.html
+
 * Thu Jan 30 2014 Honza Horak <hhorak at redhat.com> 5.5.35-2
   Fix for CVE-2014-0001
   Resolves: #1059545
diff --git a/sources b/sources
index b58ebe1..0f6eb66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56f833052b579b7d4a2b16326cda6990  mysql-5.5.35.tar.gz
+b7e236ede512b814ba521c84abc37292  mysql-5.5.36.tar.gz


More information about the scm-commits mailing list