From 61e5e4d124df6a5aaabb52c6615eb1835aa0d4dc Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 22 Dec 2008 18:12:16 +0100 Subject: [PATCH] mysql: update to 5.0.75 --- mysql/.footprint | 2 -- mysql/.md5sum | 2 +- mysql/Pkgfile | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mysql/.footprint b/mysql/.footprint index bb2c7327e..e341eaf49 100644 --- a/mysql/.footprint +++ b/mysql/.footprint @@ -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 diff --git a/mysql/.md5sum b/mysql/.md5sum index 471ef6cec..97b638f81 100644 --- a/mysql/.md5sum +++ b/mysql/.md5sum @@ -1,3 +1,3 @@ c92bf44516b82cad857fb386dbb64bfe my.cnf -7164483a5ffb8f7aa59b761c13cdbd6e mysql-5.0.67.tar.gz +a234f0a60a7f8c290d9875cba3a2c5a2 mysql-5.0.75.tar.gz 642a596f13ebd7e459c5ff2fd382f06b mysqld diff --git a/mysql/Pkgfile b/mysql/Pkgfile index f01329822..41978e3da 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -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