Merge pull request #6377 from heitbaum/mariadb

mariadb: update to 10.4.22 and addon (106)
This commit is contained in:
CvH 2022-04-13 20:18:31 +02:00 committed by GitHub
commit c00523b5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
106
- update MariaDB to 10.4.22
- drop support for TokuDB, it is deprecated in 10.5.y and is not
supported when being cross_compiled
105 105
- update MariaDB to 10.4.21 - update MariaDB to 10.4.21

View File

@ -2,9 +2,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mariadb" PKG_NAME="mariadb"
PKG_VERSION="10.4.21" PKG_VERSION="10.4.22"
PKG_REV="105" PKG_REV="106"
PKG_SHA256="94dd2e6f5d286de8a7dccffe984015d4253a0568281c7440e772cfbe098a291d" PKG_SHA256="44bdc36eeb02888296e961718bae808f3faab268ed49160a785248db60500c00"
PKG_LICENSE="GPL2" PKG_LICENSE="GPL2"
PKG_SITE="https://mariadb.org" PKG_SITE="https://mariadb.org"
PKG_URL="https://downloads.mariadb.com/MariaDB/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="https://downloads.mariadb.com/MariaDB/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"
@ -42,6 +42,7 @@ configure_package() {
-DWITH_SSL=system \ -DWITH_SSL=system \
-DWITH_SSL=${SYSROOT_PREFIX}/usr \ -DWITH_SSL=${SYSROOT_PREFIX}/usr \
-DWITH_JEMALLOC=OFF \ -DWITH_JEMALLOC=OFF \
-DWITHOUT_TOKUDB=1 \
-DWITH_PCRE=bundled \ -DWITH_PCRE=bundled \
-DWITH_ZLIB=bundled \ -DWITH_ZLIB=bundled \
-DWITH_EDITLINE=bundled \ -DWITH_EDITLINE=bundled \