mariadb: update to 11.8.2 and addon (1)

This commit is contained in:
Rudi Heitbaum 2025-06-05 11:58:17 +00:00
parent 9f713936a6
commit c94e1fc3ec
3 changed files with 3 additions and 36 deletions

View File

@ -2,9 +2,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mariadb"
PKG_VERSION="11.8.1"
PKG_REV="0"
PKG_SHA256="c58e9e96e8e69dba09aa179b9bea63fc2775f3194efb72dfc2c277abfb9936e5"
PKG_VERSION="11.8.2"
PKG_REV="1"
PKG_SHA256="b2162cdf5e9317d8a8621cbeda83999324fc0ac8944210e14abb5fe0a9fea3ef"
PKG_LICENSE="GPL2"
PKG_SITE="https://mariadb.org"
PKG_URL="https://archive.mariadb.org/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@ -1,11 +0,0 @@
--- a/storage/connect/plgxml.h 2025-02-12 10:13:23.000000000 +0000
+++ b/storage/connect/plgxml.h 2025-03-30 13:35:43.002151245 +0000
@@ -5,7 +5,7 @@
/******************************************************************/
/* Dual XML implementation base classes defines. */
/******************************************************************/
-#if !defined(BASE_BUFFER_SIZE)
+#if !defined(__XML_TREE_H__)
enum ElementType { // libxml2
XML_ELEMENT_NODE = 1,
XML_ATTRIBUTE_NODE = 2,

View File

@ -1,22 +0,0 @@
From 2abb5e794fdaf6114d4691f7921ec7bda2902603 Mon Sep 17 00:00:00 2001
From: fundawang <fundawang@yeah.net>
Date: Sat, 22 Mar 2025 23:08:46 +0800
Subject: [PATCH] Update cmake minimum version range
---
wsrep-lib/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wsrep-lib/CMakeLists.txt b/wsrep-lib/CMakeLists.txt
index ef2f4c8b..b6dd69f1 100644
--- a/wsrep-lib/CMakeLists.txt
+++ b/wsrep-lib/CMakeLists.txt
@@ -2,7 +2,7 @@
# Copyright (C) 2021 Codership Oy <info@codership.com>
#
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required (VERSION 2.8...4.0)
# Parse version from version header file and store it into
# WSREP_LIB_VERSION.