mysql: update to 5.1.45.
--HG-- extra : convert_revision : f488298de4146ea1862060868746af851d7fe7f9
This commit is contained in:
parent
5aa2f34f73
commit
1f33749c16
3 changed files with 3 additions and 8 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package includes the client library."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run openssl
|
||||
|
|
|
@ -6,8 +6,6 @@ long_desc="${long_desc}
|
|||
This package includes the client binaries and the additional tools
|
||||
innotop and mysqlreport."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'mysql'
|
||||
pkgname=mysql
|
||||
version=5.1.44
|
||||
revision=1
|
||||
version=5.1.45
|
||||
distfiles="http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/mysql-${version}.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --sysconfdir=/etc/mysql
|
||||
|
@ -15,7 +14,7 @@ configure_args="--localstatedir=/var --sysconfdir=/etc/mysql
|
|||
--libexecdir=/usr/sbin --without-readline"
|
||||
short_desc="The world's most popular open source database"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=15dfccb34082a633a3f1793c21c7bf1432bf009a35acef0068885b7b68ecb540
|
||||
checksum=7dc2fabbdd8ab1d2878ee749be9c56ffc9efe970f7f0f094aa94b18b3cd15a72
|
||||
long_desc="
|
||||
MySQL is the world's most popular open source database software, with over
|
||||
100 million copies of its software downloaded or distributed throughout
|
||||
|
@ -34,7 +33,7 @@ subpackages="${subpackages} libndbclient-devel libmysqld-devel"
|
|||
subpackages="${subpackages} mysql-client mysql-ndb"
|
||||
|
||||
conf_files="/etc/mysql/my.cnf /etc/conf.d/mysqld"
|
||||
openrc_services="mysqld default"
|
||||
openrc_services="mysqld default false"
|
||||
|
||||
# Create mysqld user/group.
|
||||
system_accounts="mysqld"
|
||||
|
|
Loading…
Reference in a new issue