mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mariadb: update to 10.11.5 and addon (2)
announcement, release notes, changelog: - https://mariadb.org/mariadb-11-0-3-10-11-5-10-10-6-10-9-8-10-6-15-10-5-22-10-4-31-now-available/ - https://mariadb.com/kb/en/mariadb-10-11-3-release-notes/ - https://mariadb.com/kb/en/mariadb-10-11-3-changelog/ - https://mariadb.com/kb/en/mariadb-10-11-4-release-notes/ - https://mariadb.com/kb/en/mariadb-10-11-4-changelog/ - https://mariadb.com/kb/en/mariadb-10-11-5-release-notes/ - https://mariadb.com/kb/en/mariadb-10-11-5-changelog/
This commit is contained in:
parent
6e5e5393b3
commit
9b39f2b4b7
@ -1,3 +1,6 @@
|
||||
2
|
||||
- mariadb: update to 10.11.5
|
||||
|
||||
1
|
||||
- include mariadb-upgrade and mariadb-check
|
||||
copy mariadb* binaries and make symbolic links to mysql*
|
||||
|
@ -2,9 +2,9 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="mariadb"
|
||||
PKG_VERSION="10.11.2"
|
||||
PKG_REV="1"
|
||||
PKG_SHA256="1c89dee0caed0f68bc2a1d203eb98a123150e6a179f6ee0f1fc0ba3f08dc71dc"
|
||||
PKG_VERSION="10.11.5"
|
||||
PKG_REV="2"
|
||||
PKG_SHA256="4c9484048d4d0c71dd076ab33fc2a9ce8510bdf762886de0d63fe52496f3dbbb"
|
||||
PKG_LICENSE="GPL2"
|
||||
PKG_SITE="https://mariadb.org"
|
||||
PKG_URL="https://downloads.mariadb.com/MariaDB/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
|
@ -11,7 +11,7 @@ diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_config
|
||||
index 37a6c45..e2a4ba8 100644
|
||||
--- a/cmake/build_configurations/mysql_release.cmake
|
||||
+++ b/cmake/build_configurations/mysql_release.cmake
|
||||
@@ -124,7 +124,7 @@ ENDIF()
|
||||
@@ -147,7 +147,7 @@ ENDIF()
|
||||
|
||||
IF(UNIX)
|
||||
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
|
||||
@ -19,7 +19,7 @@ index 37a6c45..e2a4ba8 100644
|
||||
+ SET(PLUGIN_AUTH_PAM NO CACHE BOOL "")
|
||||
|
||||
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
IF(NOT IGNORE_AIO_CHECK)
|
||||
FIND_PACKAGE(URING)
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user