mysql: update to 5.0.75

This commit is contained in:
Juergen Daubert 2008-12-22 18:12:16 +01:00
parent 3c3c84f2c1
commit 61e5e4d124
3 changed files with 4 additions and 6 deletions

View File

@ -146,8 +146,6 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mysqlhotcopy.1.gz
-rw-r--r-- root/root usr/man/man1/mysqlimport.1.gz
-rw-r--r-- root/root usr/man/man1/mysqlman.1.gz
-rw-r--r-- root/root usr/man/man1/mysqlmanager-pwgen.1.gz
-rw-r--r-- root/root usr/man/man1/mysqlmanagerc.1.gz
-rw-r--r-- root/root usr/man/man1/mysqlshow.1.gz
-rw-r--r-- root/root usr/man/man1/mysqltest.1.gz
-rw-r--r-- root/root usr/man/man1/perror.1.gz

View File

@ -1,3 +1,3 @@
c92bf44516b82cad857fb386dbb64bfe my.cnf
7164483a5ffb8f7aa59b761c13cdbd6e mysql-5.0.67.tar.gz
a234f0a60a7f8c290d9875cba3a2c5a2 mysql-5.0.75.tar.gz
642a596f13ebd7e459c5ff2fd382f06b mysqld

View File

@ -4,8 +4,8 @@
# Depends on: ncurses readline zlib
name=mysql
version=5.0.67
release=2
version=5.0.75
release=1
source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.0/$name-$version.tar.gz \
my.cnf mysqld)
@ -22,7 +22,7 @@ build () {
--without-readline \
--without-debug \
--without-docs \
--without-bench
--without-bench
make
make DESTDIR=$PKG install