mariadb: update to 5.5.37.

This commit is contained in:
Jan S 2014-05-01 16:55:35 +02:00
parent 2415b98064
commit b6c2708de2

View File

@ -1,7 +1,7 @@
# Template file for 'mariadb' # Template file for 'mariadb'
pkgname=mariadb pkgname=mariadb
version=5.5.36 version=5.5.37
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8 -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DDEFAULT_CHARSET=utf8
@ -32,8 +32,8 @@ short_desc="Fast SQL database server, drop-in replacement for MySQL"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://mariadb.org/" homepage="http://mariadb.org/"
license="GPL-2" license="GPL-2"
distfiles="http://mirrors.supportex.net/$pkgname/$pkgname-$version/kvm-tarbake-jaunty-x86/$pkgname-$version.tar.gz" distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
checksum=16f2cc9c219b4fbe0b3e97f14d1ed6fd8b7d377b22b95f31adae91965e36bb0c checksum=a0faf492b3595d938684ed701812a4bd5aaab395b8402efe3322338a80fb3c9c
pre_configure() { pre_configure() {
# We need some host binaries before starting cross compilation. # We need some host binaries before starting cross compilation.