Merge pull request #10121 from heitbaum/addon

Addon updates
This commit is contained in:
Christian Hewitt 2025-06-05 17:16:17 +04:00 committed by GitHub
commit 3f14c1632e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 42 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="gpgme"
PKG_VERSION="1.24.3"
PKG_SHA256="bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd"
PKG_VERSION="2.0.0"
PKG_SHA256="ddf161d3c41ff6a3fcbaf4be6c6e305ca4ef1cc3f1ecdfce0c8c2a167c0cc36d"
PKG_LICENSE="gpgme"
PKG_SITE="https://gnupg.org/software/gpgme/index.html"
PKG_URL="https://gnupg.org/ftp/gcrypt/gpgme/gpgme-${PKG_VERSION}.tar.bz2"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="netavark"
PKG_VERSION="1.15.1"
PKG_SHA256="e81b28d4d5768d4c98a6dc2fff8432b42018e26ff891501f62af8cc577e69b1c"
PKG_VERSION="1.15.2"
PKG_SHA256="84325e03aa0a2818aef9fb57b62cda8e9472584744d91ce5e5b191098f9e6d6a"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/containers/netavark"
PKG_URL="https://github.com/containers/netavark/archive/v${PKG_VERSION}.tar.gz"

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.

View File

@ -2,7 +2,7 @@
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="podman"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://podman.io"
@ -22,7 +22,7 @@ addon() {
cp -P $(get_install_dir conmon)/usr/lib/podman/conmon ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
# gpgme
cp -L $(get_install_dir gpgme)/usr/lib/libgpgme.so.11 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
cp -L $(get_install_dir gpgme)/usr/lib/libgpgme.so.45 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private
# libseccomp
cp -L $(get_install_dir libseccomp)/usr/lib/libseccomp.so.2 ${ADDON_BUILD}/${PKG_ADDON_ID}/lib.private