diff options
author | Juergen Daubert <jue@jue.li> | 2009-02-17 15:48:55 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-02-17 15:48:55 +0100 |
commit | 07d7474ca92aab59f08c25439d8f044d133b3372 (patch) | |
tree | 84a8f097d460920303f15f405fd39a4d580d5af4 /mysql | |
parent | df2ac76da32ab0a6a985ce6cf66ed8e0310c32fd (diff) | |
download | opt-07d7474ca92aab59f08c25439d8f044d133b3372.tar.gz opt-07d7474ca92aab59f08c25439d8f044d133b3372.tar.xz |
mysql: update to 5.0.77
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/.footprint | 1 | ||||
-rw-r--r-- | mysql/.md5sum | 2 | ||||
-rw-r--r-- | mysql/Pkgfile | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/mysql/.footprint b/mysql/.footprint index e341eaf49..c58ba089f 100644 --- a/mysql/.footprint +++ b/mysql/.footprint @@ -143,6 +143,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/mysqld_multi.1.gz -rw-r--r-- root/root usr/man/man1/mysqld_safe.1.gz -rw-r--r-- root/root usr/man/man1/mysqldump.1.gz +-rw-r--r-- root/root usr/man/man1/mysqldumpslow.1.gz -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 diff --git a/mysql/.md5sum b/mysql/.md5sum index 97b638f81..534c70dbf 100644 --- a/mysql/.md5sum +++ b/mysql/.md5sum @@ -1,3 +1,3 @@ c92bf44516b82cad857fb386dbb64bfe my.cnf -a234f0a60a7f8c290d9875cba3a2c5a2 mysql-5.0.75.tar.gz +6c30a20c9059daf053a301e927eb1667 mysql-5.0.77.tar.gz 642a596f13ebd7e459c5ff2fd382f06b mysqld diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 41978e3da..0741d4f47 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses readline zlib name=mysql -version=5.0.75 +version=5.0.77 release=1 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.0/$name-$version.tar.gz \ my.cnf mysqld) @@ -15,6 +15,7 @@ build () { --sysconfdir=/etc \ --libexecdir=/usr/sbin \ --localstatedir=/var/lib \ + --mandir=/usr/man \ --enable-assembler \ --enable-thread-safe-client \ --without-berkeley-db \ |