mariadb: update to 10.4.17

This commit is contained in:
heitbaum 2020-12-12 10:07:52 +00:00
parent 28be9193bc
commit 9a7f8aae92
3 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
104
- update MariaDB to 10.4.17
103
- update MariaDB to 10.3.14
include mysqldump program

View File

@ -2,9 +2,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mariadb"
PKG_VERSION="10.4.10"
PKG_REV="103"
PKG_SHA256="cd50fddf86c2a47405737e342f78ebd40d5716f0fb32b976245de713bed01421"
PKG_VERSION="10.4.17"
PKG_REV="104"
PKG_SHA256="a7b104e264311cd46524ae546ff0c5107978373e4a01cf7fd8a241454548d16e"
PKG_LICENSE="GPL2"
PKG_SITE="https://mariadb.org"
PKG_URL="https://downloads.mariadb.org/interstitial/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@ -15,8 +15,8 @@ index 37a6c45..e2a4ba8 100644
IF(UNIX)
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
- SET(PLUGIN_AUTH_PAM YES)
+ SET(PLUGIN_AUTH_PAM NO)
- SET(PLUGIN_AUTH_PAM YES CACHE BOOL "")
+ SET(PLUGIN_AUTH_PAM NO CACHE BOOL "")
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
IF(NOT IGNORE_AIO_CHECK)