rpms/mysql/F-10 .cvsignore, 1.35, 1.36 mysql.spec, 1.113, 1.114 sources, 1.35, 1.36 mysql-format-string.patch, 1.1, NONE

Tom Lane tgl at fedoraproject.org
Mon Aug 3 03:53:18 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/mysql/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15194

Modified Files:
	.cvsignore mysql.spec sources 
Removed Files:
	mysql-format-string.patch 
Log Message:
Update to mysql version 5.0.84


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-10/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- .cvsignore	11 Jul 2009 19:11:11 -0000	1.35
+++ .cvsignore	3 Aug 2009 03:53:18 -0000	1.36
@@ -1 +1 @@
-mysql-5.0.83.tar.gz
+mysql-5.0.84.tar.gz


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-10/mysql.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -p -r1.113 -r1.114
--- mysql.spec	16 Jul 2009 22:44:18 -0000	1.113
+++ mysql.spec	3 Aug 2009 03:53:18 -0000	1.114
@@ -1,6 +1,6 @@
 Name: mysql
-Version: 5.0.83
-Release: 3%{?dist}
+Version: 5.0.84
+Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -34,7 +34,6 @@ Patch10: mysql-bdb-open.patch
 Patch13: mysql-no-dbug.patch
 Patch15: mysql-stack-guard.patch
 Patch17: mysql-bug-44348.patch
-Patch18: mysql-format-string.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gperf, perl, readline-devel, openssl-devel
@@ -181,7 +180,6 @@ the MySQL sources.
 %patch13 -p1
 %patch15 -p1
 %patch17 -p1
-%patch18 -p1
 
 libtoolize --force
 aclocal
@@ -630,6 +628,11 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Sun Aug  2 2009 Tom Lane <tgl at redhat.com> 5.0.84-1
+- Update to mysql version 5.0.84, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.0/en/news-5-0-84.html
+  Although not mentioned there, this release also fixes CVE-2009-2446
+
 * Thu Jul 16 2009 Tom Lane <tgl at redhat.com> 5.0.83-3
 - Add fix for CVE-2009-2446 (format string vulnerability in COM_CREATE_DB and
   COM_DROP_DB processing)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-10/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- sources	11 Jul 2009 19:11:11 -0000	1.35
+++ sources	3 Aug 2009 03:53:18 -0000	1.36
@@ -1 +1 @@
-051392064a1e32cca5c23a593908b10e  mysql-5.0.83.tar.gz
+671348f1a5b078da9ca76f97e1fda325  mysql-5.0.84.tar.gz


--- mysql-format-string.patch DELETED ---




More information about the fedora-extras-commits mailing list