Author: glen Date: Mon Apr 7 14:04:53 2008 GMT Module: SPECS Tag: MYSQL_5_0 ---- Log message: - apply -system-users.patch fixing mysql init; rel 2
---- Files affected: SPECS: mysql.spec (1.353.2.35 -> 1.353.2.36) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.353.2.35 SPECS/mysql.spec:1.353.2.36 --- SPECS/mysql.spec:1.353.2.35 Mon Apr 7 13:42:43 2008 +++ SPECS/mysql.spec Mon Apr 7 16:04:48 2008 @@ -25,7 +25,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.0.56 -Release: 1 +Release: 2 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0: ftp://ftp.mysql.com/pub/mysql/src/%{name}-%{version}.tar.gz @@ -63,6 +63,7 @@ Patch14: %{name}-bug-34192.patch Patch15: %{name}-bug-29082.patch Patch16: %{name}-bug-16470.patch +Patch17: %{name}-system-users.patch URL: http://www.mysql.com/products/database/mysql/community_edition.html BuildRequires: autoconf BuildRequires: automake @@ -467,6 +468,7 @@ %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 %build %{__libtoolize} @@ -961,6 +963,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.353.2.36 2008-04-07 14:04:48 glen +- apply -system-users.patch fixing mysql init; rel 2 + Revision 1.353.2.35 2008-04-07 11:42:43 glen - 5.0.56-enteprise 5.0.54 addresses CVE-2007-5969, CVE-2007-6303, CVE-2007-6304 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.353.2.35&r2=1.353.2.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
