mariadb: update to 11.4.5 and addon (4)

MariaDB 11.4.5
  - Release Notes: https://mariadb.com/kb/en/mdb-11-4-4-rn/
  - Changelog:     https://mariadb.com/kb/en/mdb-11-4-4-cl/
  - Release Notes: https://mariadb.com/kb/en/mdb-11-4-5-rn/
  - Changelog:     https://mariadb.com/kb/en/mdb-11-4-5-cl/

  About MariaDB 11.4:
   - https://mariadb.com/kb/en/what-is-mariadb-11-4/
This commit is contained in:
Rudi Heitbaum 2025-02-06 01:16:58 +00:00
parent afb864d39c
commit 0e8535cc3e

View File

@ -2,12 +2,12 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mariadb"
PKG_VERSION="11.4.3"
PKG_REV="3"
PKG_SHA256="6f0017b9901bb1897de0eed21caef9ffa9d66ef559345a0d8a6f011308413ece"
PKG_VERSION="11.4.5"
PKG_REV="4"
PKG_SHA256="ff6595f8c482f9921e39b97fa1122377a69f0dcbd92553c6b9032cbf0e9b5354"
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"
PKG_URL="https://archive.mariadb.org/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain:host ncurses:host openssl:host"
PKG_DEPENDS_TARGET="toolchain binutils boost bzip2 libaio libfmt libxml2 lz4 lzo ncurses openssl pcre2 systemd zlib mariadb:host"
PKG_SHORTDESC="MariaDB is a community-developed fork of the MySQL."