diff --git a/packages/devel/gettext/package.mk b/packages/devel/gettext/package.mk index 134895b1bc..d62c9223ad 100644 --- a/packages/devel/gettext/package.mk +++ b/packages/devel/gettext/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="gettext" -PKG_VERSION="0.23" -PKG_SHA256="bf31a9b6bdf3e364669c7bd9858f97e4a0c408a8d22940c5d4ab638b65460f85" +PKG_VERSION="0.23.1" +PKG_SHA256="c1f97a72a7385b7e71dd07b5fea6cdaf12c9b88b564976b23bd8c11857af2970" PKG_LICENSE="GPL" PKG_SITE="https://www.gnu.org/s/gettext/" PKG_URL="https://ftp.gnu.org/pub/gnu/gettext/${PKG_NAME}-${PKG_VERSION}.tar.xz" diff --git a/packages/devel/gettext/patches/gettext-0003-Fix-compilation-error-with-libxml2-2-12-0-and-gcc-14.patch b/packages/devel/gettext/patches/gettext-0003-Fix-compilation-error-with-libxml2-2-12-0-and-gcc-14.patch deleted file mode 100644 index 954a9703fb..0000000000 --- a/packages/devel/gettext/patches/gettext-0003-Fix-compilation-error-with-libxml2-2-12-0-and-gcc-14.patch +++ /dev/null @@ -1,44 +0,0 @@ -From adfbe2ee7cd9b47a0465aa9a07d773fa290f46c1 Mon Sep 17 00:00:00 2001 -From: Bruno Haible -Date: Sun, 1 Dec 2024 19:35:51 +0100 -Subject: [PATCH 1/1] Fix compilation error with libxml2 >= 2.12.0 and gcc >= - 14. - -Reported by Sam James -at . - -* gettext-tools/src/its.c: Include . -(structured_error): Adapt to API change. ---- - gettext-tools/src/its.c | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/gettext-tools/src/its.c b/gettext-tools/src/its.c -index 8ee7ab40f..3f28f8851 100644 ---- a/gettext-tools/src/its.c -+++ b/gettext-tools/src/its.c -@@ -28,6 +28,7 @@ - #include - #include - -+#include - #include - #include - #include -@@ -82,7 +83,13 @@ - /* ----------------------------- Error handling ----------------------------- */ - - static void -+/* Adapt to API change in libxml 2.12.0. -+ See . */ -+#if LIBXML_VERSION >= 21200 -+structured_error (void *data, const xmlError *err) -+#else - structured_error (void *data, xmlError *err) -+#endif - { - error (0, err->level == XML_ERR_FATAL ? EXIT_FAILURE : 0, - _("%s error: %s"), "libxml2", err->message); --- -2.34.1 - diff --git a/packages/graphics/spirv-llvm-translator/package.mk b/packages/graphics/spirv-llvm-translator/package.mk index 85b5f21fc1..a3b2428b7c 100644 --- a/packages/graphics/spirv-llvm-translator/package.mk +++ b/packages/graphics/spirv-llvm-translator/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv) PKG_NAME="spirv-llvm-translator" -PKG_VERSION="19.1.2" -PKG_SHA256="67be5fd119a0a575b82289f870064198484eb41f0591f557166a6c1884c906bf" +PKG_VERSION="19.1.3" +PKG_SHA256="cf702ec5a1c8e1ac3bfc999c1207e753fe8f972cb7d9608110b2f54ac4f0572c" PKG_LICENSE="LLVM" PKG_SITE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator" PKG_URL="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${PKG_VERSION}.tar.gz" diff --git a/packages/rust/bindgen-cli/package.mk b/packages/rust/bindgen-cli/package.mk index 8cbcf3a517..592ac68a45 100644 --- a/packages/rust/bindgen-cli/package.mk +++ b/packages/rust/bindgen-cli/package.mk @@ -2,8 +2,8 @@ # copyright (c) 2024-present team libreelec (https://libreelec.tv) PKG_NAME="bindgen-cli" -PKG_VERSION="0.69.5" -PKG_SHA256="30e69cd65a9f5ed08d8cf1b75626c13f39fce9a843cb109fbf778c8dd402439f" +PKG_VERSION="0.71.1" +PKG_SHA256="620d80c32b6aaf42d12d85de86fc56950c86b2a13a5b943c10c29d30c4f3efb0" PKG_LICENSE="BSD-3-Clause" PKG_SITE="https://rust-lang.github.io/rust-bindgen/" PKG_URL="https://github.com/rust-lang/rust-bindgen/archive/v${PKG_VERSION}.tar.gz" diff --git a/packages/wayland/util/foot/package.mk b/packages/wayland/util/foot/package.mk index 6e056fa139..8a6efe95ac 100644 --- a/packages/wayland/util/foot/package.mk +++ b/packages/wayland/util/foot/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv) PKG_NAME="foot" -PKG_VERSION="1.19.0" -PKG_SHA256="148b0b545ca37e15b877ff9f6a768a4ce6feb0ed256f8a5f853cb2e16e3323c1" +PKG_VERSION="1.20.0" +PKG_SHA256="e3d2fd87ff3a8d5b849b6766374d1e660256c3194916e4ef75ab7382d8756fc5" PKG_LICENSE="MIT" PKG_SITE="https://codeberg.org/dnkl/foot/" PKG_URL="https://codeberg.org/dnkl/foot/archive/${PKG_VERSION}.tar.gz"