]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- rel 3
authormisi3k <misi3k@pld-linux.org>
Thu, 11 Sep 2003 05:04:24 +0000 (05:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added secuirty patch
Bug: buffer overflow - password field
(more info in cvs log of mysql-buffer.patch)

Changed files:
    mysql.spec -> 1.177

mysql.spec

index a6f4eaa1020b9d1f5d690e5aabbc8750e536d848..8136725c043d4caa075d3c6567a86ed2380f2407 100644 (file)
@@ -13,7 +13,7 @@ Summary(zh_CN):       MySQL
 Name:          mysql
 Group:         Applications/Databases
 Version:       4.0.14
-Release:       2
+Release:       3
 License:       GPL/LGPL
 Source0:       http://sunsite.icm.edu.pl/mysql/Downloads/MySQL-4.0/mysql-%{version}.tar.gz
 # Source0-md5: 9764f09c89692345d3b7800ab014f822
@@ -30,6 +30,7 @@ Patch5:               %{name}-dump_quote_db_names.patch
 Patch6:                %{name}-manfixes.patch
 Patch7:                %{name}-sql-cxx-pic.patch
 Patch8:                %{name}-noproc.patch
+Patch9:                %{name}-buffer.patch
 Icon:          mysql.gif
 URL:           http://www.mysql.com/
 #BuildRequires:        ORBit-devel
@@ -331,6 +332,7 @@ MySQL.
 %patch7 -p1
 %endif
 %patch8 -p1
+%patch9 -p1
 
 %build
 rm -f missing
This page took 0.034933 seconds and 4 git commands to generate.