[Lunar-commits] r15811 - moonbase/trunk/sql/mysql
Terry Chan
tchan at lunar-linux.org
Fri Jul 22 02:57:37 UTC 2005
Author: tchan
Date: 2005-07-22 02:57:37 +0000 (Fri, 22 Jul 2005)
New Revision: 15811
Modified:
moonbase/trunk/sql/mysql/BUILD
moonbase/trunk/sql/mysql/DETAILS
Log:
Fixed mysql-4.1.13. The 4.1.12 patch is no longer required. When you version
bump you MUST check the patches to see if they are still required. This does NOT
mean "oh, the patch applies it must still be required"! The mysql devs added
code that seems to take care of what the old patch was trying to accomplish.
A 2.6 kernel user should test this to make sure, but the new C code seems to cover
the old patch.
Modified: moonbase/trunk/sql/mysql/BUILD
===================================================================
--- moonbase/trunk/sql/mysql/BUILD 2005-07-21 23:48:19 UTC (rev 15810)
+++ moonbase/trunk/sql/mysql/BUILD 2005-07-22 02:57:37 UTC (rev 15811)
@@ -1,5 +1,5 @@
(
- patch_it $SOURCE2 1 &&
+# patch_it $SOURCE2 1 &&
add_priv_user mysql:mysql &&
devoke_installwatch &&
Modified: moonbase/trunk/sql/mysql/DETAILS
===================================================================
--- moonbase/trunk/sql/mysql/DETAILS 2005-07-21 23:48:19 UTC (rev 15810)
+++ moonbase/trunk/sql/mysql/DETAILS 2005-07-22 02:57:37 UTC (rev 15811)
@@ -1,15 +1,15 @@
MODULE=mysql
VERSION=4.1.13
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-4.1.12-cplusplus.patch.gz
+# SOURCE2=$MODULE-4.1.12-cplusplus.patch.gz
SOURCE_URL[0]=http://mirror.services.wisc.edu/mysql/Downloads/MySQL-4.1/
SOURCE_URL[1]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-4.1/
SOURCE_URL[2]=http://mysql.mirror.nedlinux.nl/Downloads/MySQL-4.1/
SOURCE_URL[3]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.1/
SOURCE_URL[4]=http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-4.1/
- SOURCE2_URL=$PATCH_URL/
+# SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:d9eb27277d2415ed3576fedde2d9ab7cdf6e2dcf
- SOURCE2_VFY=sha1:dec079bb007f8c5832697e6e46edbde58ad1f9ed
+# SOURCE2_VFY=sha1:dec079bb007f8c5832697e6e46edbde58ad1f9ed
WEB_SITE=http://www.mysql.com
MAINTAINER=prox at lunar-linux.org
ENTERED=20011114
More information about the Lunar-commits
mailing list