Author: glen Date: Fri Jun 9 16:23:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix implicit $sth close in mysqlhotcopy; rel 2
---- Files affected: SPECS: mysql.spec (1.334 -> 1.335) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.334 SPECS/mysql.spec:1.335 --- SPECS/mysql.spec:1.334 Wed May 31 20:22:25 2006 +++ SPECS/mysql.spec Fri Jun 9 18:23:12 2006 @@ -26,7 +26,7 @@ Summary(zh_CN): MySQLĘýžÝżâˇţÎńĆ÷ Name: mysql Version: 5.0.22 -Release: 1 +Release: 2 License: GPL + MySQL FLOSS Exception Group: Applications/Databases Source0: http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz @@ -57,6 +57,7 @@ Patch9: %{name}-build.patch Patch10: %{name}-alpha.patch Patch11: %{name}-ndb-ldflags.patch +Patch12: %{name}-bug-20153.patch URL: http://www.mysql.com/ BuildRequires: autoconf BuildRequires: automake @@ -453,6 +454,7 @@ %patch8 -p1 %patch9 -p1 %patch11 -p1 +%patch12 -p1 %build %{__libtoolize} @@ -905,6 +907,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.335 2006/06/09 16:23:12 glen +- fix implicit $sth close in mysqlhotcopy; rel 2 + Revision 1.334 2006/05/31 18:22:25 glen - 5.0.22: An SQL-injection security hole security fix release. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.334&r2=1.335&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
