mysql: update to 5.0.77
This commit is contained in:
parent
df2ac76da3
commit
07d7474ca9
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
c92bf44516b82cad857fb386dbb64bfe my.cnf
|
||||
a234f0a60a7f8c290d9875cba3a2c5a2 mysql-5.0.75.tar.gz
|
||||
6c30a20c9059daf053a301e927eb1667 mysql-5.0.77.tar.gz
|
||||
642a596f13ebd7e459c5ff2fd382f06b mysqld
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user