[Lunar-commits] CVS: moonbase/sql/mysql BUILD, 1.9, 1.10 DETAILS,
1.22, 1.23
Florin Braescu
florin at lunar-linux.org
Sat Sep 18 16:20:11 UTC 2004
Update of /var/cvs/lunar/moonbase/sql/mysql
In directory espresso.lunar-linux.org:/tmp/cvs-serv16219/sql/mysql
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 4.0.20 to 4.0.21.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/mysql/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 19 May 2004 17:16:36 -0000 1.9
+++ BUILD 18 Sep 2004 16:20:09 -0000 1.10
@@ -1,8 +1,8 @@
(
- add_priv_user mysql:mysql &&
+ add_priv_user mysql:mysql &&
- devoke_installwatch &&
+ devoke_installwatch &&
# set -x &&
if [ "`arch`" == "alpha" ]; then
@@ -12,28 +12,28 @@
export CXX='gcc' &&
- ./configure --prefix=/usr \
- --disable-dependency-tracking \
- --without-bench \
- --without-debug \
- --enable-thread-safe-client \
- --enable-assembler \
- --localstatedir=/var/lib/mysql \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-extra-charset=all \
- --with-pthread \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --disable-dependency-tracking \
+ --without-bench \
+ --without-debug \
+ --enable-thread-safe-client \
+ --enable-assembler \
+ --localstatedir=/var/lib/mysql \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-extra-charset=all \
+ --with-pthread \
+ $OPTS &&
set +x &&
- invoke_installwatch &&
- make pkglibdir=/usr/lib &&
- prepare_install &&
- make pkglibdir=/usr/lib install &&
- rm -rf /usr/mysql-test &&
+ invoke_installwatch &&
+ make pkglibdir=/usr/lib &&
+ prepare_install &&
+ make pkglibdir=/usr/lib install &&
+ rm -rf /usr/mysql-test &&
if ! grep -q "\--without-server" $MODULE_CONFIG; then
mysql_install_db
chown -R mysql.mysql /var/lib/mysql
- fi &&
+ fi &&
if [ -x /etc/init.d/mysql.server ]; then
rm -f /etc/init.d/mysql.server
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/sql/mysql/DETAILS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- DETAILS 31 May 2004 20:06:36 -0000 1.22
+++ DETAILS 18 Sep 2004 16:20:09 -0000 1.23
@@ -1,13 +1,13 @@
MODULE=mysql
- VERSION=4.0.20
+ VERSION=4.0.21
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://mirror.services.wisc.edu/mysql/Downloads/MySQL-4.0/$SOURCE
- SOURCE_VFY=md5:7c75ac74e23396bd228dbc2c2d1131df
+ SOURCE_URL=http://mirror.services.wisc.edu/mysql/Downloads/MySQL-4.0/$SOURCE
+ SOURCE_VFY=sha1:1f5059c79e0c3718e005d41c428b83f2755fc7aa
WEB_SITE=http://www.mysql.com
MAINTAINER=prox at lunar-linux.org
ENTERED=20011114
- UPDATED=20040519
+ UPDATED=20040918
SHORT="MySQL is a widely used and fast SQL database server."
cat << EOF
More information about the Lunar-commits
mailing list