mysql: update to 5.1.45.

--HG--
extra : convert_revision : f488298de4146ea1862060868746af851d7fe7f9
This commit is contained in:
Juan RP 2010-04-16 22:10:19 +02:00
parent 5aa2f34f73
commit 1f33749c16
3 changed files with 3 additions and 8 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package includes the client library." This package includes the client library."
revision=1
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib Add_dependency run zlib
Add_dependency run openssl Add_dependency run openssl

View file

@ -6,8 +6,6 @@ long_desc="${long_desc}
This package includes the client binaries and the additional tools This package includes the client binaries and the additional tools
innotop and mysqlreport." innotop and mysqlreport."
revision=1
Add_dependency run libgcc Add_dependency run libgcc
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libstdc++ Add_dependency run libstdc++

View file

@ -1,7 +1,6 @@
# Template file for 'mysql' # Template file for 'mysql'
pkgname=mysql pkgname=mysql
version=5.1.44 version=5.1.45
revision=1
distfiles="http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/mysql-${version}.tar.gz" distfiles="http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/mysql-${version}.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--localstatedir=/var --sysconfdir=/etc/mysql configure_args="--localstatedir=/var --sysconfdir=/etc/mysql
@ -15,7 +14,7 @@ configure_args="--localstatedir=/var --sysconfdir=/etc/mysql
--libexecdir=/usr/sbin --without-readline" --libexecdir=/usr/sbin --without-readline"
short_desc="The world's most popular open source database" short_desc="The world's most popular open source database"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=15dfccb34082a633a3f1793c21c7bf1432bf009a35acef0068885b7b68ecb540 checksum=7dc2fabbdd8ab1d2878ee749be9c56ffc9efe970f7f0f094aa94b18b3cd15a72
long_desc=" long_desc="
MySQL is the world's most popular open source database software, with over MySQL is the world's most popular open source database software, with over
100 million copies of its software downloaded or distributed throughout 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" subpackages="${subpackages} mysql-client mysql-ndb"
conf_files="/etc/mysql/my.cnf /etc/conf.d/mysqld" conf_files="/etc/mysql/my.cnf /etc/conf.d/mysqld"
openrc_services="mysqld default" openrc_services="mysqld default false"
# Create mysqld user/group. # Create mysqld user/group.
system_accounts="mysqld" system_accounts="mysqld"