mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mariadb: update to 11.4.2
This commit is contained in:
parent
d645ca3402
commit
5f0e2f196d
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ post)
|
||||||
chmod 700 usr/lib/mysql/plugin/auth_pam_tool_dir
|
chmod 700 usr/lib/mysql/plugin/auth_pam_tool_dir
|
||||||
chown mysql usr/lib/mysql/plugin/auth_pam_tool_dir
|
chown mysql usr/lib/mysql/plugin/auth_pam_tool_dir
|
||||||
if [ "$UPDATE" = "no" ] && [ ! -f var/lib/mysql/mysql-bin.index ]; then
|
if [ "$UPDATE" = "no" ] && [ ! -f var/lib/mysql/mysql-bin.index ]; then
|
||||||
chpst -u mysql:mysql usr/bin/mysql_install_db --user=mysql --basedir=/usr \
|
chpst -u mysql:mysql usr/bin/mariadb-install-db --user=mysql --basedir=/usr \
|
||||||
--datadir=/var/lib/mysql --rpm --cross-bootstrap
|
--datadir=/var/lib/mysql --rpm --cross-bootstrap
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mariadb'
|
# Template file for 'mariadb'
|
||||||
pkgname=mariadb
|
pkgname=mariadb
|
||||||
version=11.1.2
|
version=11.4.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DBUILD_CONFIG=mysql_release
|
configure_args="-DBUILD_CONFIG=mysql_release
|
||||||
|
@ -27,7 +27,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://mariadb.com"
|
homepage="https://mariadb.com"
|
||||||
distfiles="https://archive.mariadb.org/mariadb-${version}/source/mariadb-${version}.tar.gz"
|
distfiles="https://archive.mariadb.org/mariadb-${version}/source/mariadb-${version}.tar.gz"
|
||||||
checksum=19a9e980e57fa332931f643b48ad7390528c889ff6ea8b0e16fd306aa3088238
|
checksum=8c600e38adb899316c1cb11c68b87979668f4fb9d858000e347e6d8b7abe51b0
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
provides="mysql-${version}_${revision}"
|
provides="mysql-${version}_${revision}"
|
||||||
replaces="mysql>=0"
|
replaces="mysql>=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue