databases/mariadb104-server: Security update to 10.4.15

* Fix server start on clean install [1]

PR:		247413 [1]
MFH:		2020Q4
Security:	a2565962-1156-11eb-9c9c-d4c9ef517024
This commit is contained in:
Bernard Spil 2020-10-24 11:50:32 +00:00
parent 6f2d4942a1
commit b17e08a3a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553187
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= mariadb
PORTVERSION= 10.4.14
PORTVERSION= 10.4.15
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1598735612
SHA256 (mariadb-10.4.14.tar.gz) = f92fcd59e0122461482f28c67c5ea01c7cf6979494a571db68074396864c86fc
SIZE (mariadb-10.4.14.tar.gz) = 80789865
TIMESTAMP = 1603535349
SHA256 (mariadb-10.4.15.tar.gz) = 2783d76d950a259789edc7b43a42b1ee45c350860abff454b26731644efeae31
SIZE (mariadb-10.4.15.tar.gz) = 80777094

View File

@ -125,7 +125,7 @@ mysql_prestart()
fi
[ "${mysql_socket}" = "" ] && mysql_rundir="%%MARIADB_RUNDIR%%" || mysql_rundir="`/usr/bin/dirname ${mysql_socket}`"
if [ ! -d "${mysql_rundir}" ]; then
install -d -o ${mysql_user} -g %%MARIADB_GROUP%% "${mysql_rundir}"
install -d -o ${mysql_user} -g $(id -gn $mysql_user) "${mysql_rundir}"
fi
%%LEGACY_LIMITS%% if checkyesno mysql_limits; then