[mysql/f15] Update to MySQL 5.5.24

Tom Lane tgl at fedoraproject.org
Mon Jun 11 21:44:44 UTC 2012


commit 60d28026397716f01309e9f0eea6eb47512e030a
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Jun 11 17:44:29 2012 -0400

    Update to MySQL 5.5.24

 .gitignore |    2 +-
 mysql.spec |    8 +++++++-
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f4a138..d942bd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.5.23-nodocs.tar.gz
+/mysql-5.5.24-nodocs.tar.gz
diff --git a/mysql.spec b/mysql.spec
index 6944d1c..e6cb3df 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.5.23
+Version: 5.5.24
 Release: 1%{?dist}
 
 Summary: MySQL client programs and shared libraries
@@ -648,6 +648,12 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Mon Jun 11 2012 Tom Lane <tgl at redhat.com> 5.5.24-1
+- Update to MySQL 5.5.24, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html
+  including the fix for CVE-2012-2122
+Resolves: #830680
+
 * Sat Apr 28 2012 Tom Lane <tgl at redhat.com> 5.5.23-1
 - Update to MySQL 5.5.23, for various fixes described at
   http://dev.mysql.com/doc/refman/5.5/en/news-5-5-23.html
diff --git a/sources b/sources
index 88f4c0c..87aa00a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dfdae08b57c51740344a3b4ce930127a  mysql-5.5.23-nodocs.tar.gz
+e42efbddfa93a16ec137dfcbeb996c24  mysql-5.5.24-nodocs.tar.gz


More information about the scm-commits mailing list