From bd57bf71295d2bf860b341fbda19f430388324ee Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 8 Dec 2025 21:34:56 +0100 Subject: [PATCH] package/libxslt: security bump version to 1.1.45 Release notes: https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.45.news Fixes: https://www.cve.org/CVERecord?id=CVE-2025-7424 https://www.cve.org/CVERecord?id=CVE-2025-9714 https://www.cve.org/CVERecord?id=CVE-2025-11731 Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/libxslt/libxslt.hash | 4 ++-- package/libxslt/libxslt.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libxslt/libxslt.hash b/package/libxslt/libxslt.hash index 98c68eded1..0523c51362 100644 --- a/package/libxslt/libxslt.hash +++ b/package/libxslt/libxslt.hash @@ -1,5 +1,5 @@ -# From https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.sha256sum -sha256 5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a libxslt-1.1.43.tar.xz +# From https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.45.sha256sum +sha256 9acfe68419c4d06a45c550321b3212762d92f41465062ca4ea19e632ee5d216e libxslt-1.1.45.tar.xz # Hash for license file: sha256 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819 Copyright diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk index e92b383b89..229f3de2f6 100644 --- a/package/libxslt/libxslt.mk +++ b/package/libxslt/libxslt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBXSLT_VERSION = 1.1.43 +LIBXSLT_VERSION = 1.1.45 LIBXSLT_SOURCE = libxslt-$(LIBXSLT_VERSION).tar.xz LIBXSLT_SITE = https://download.gnome.org/sources/libxslt/1.1 LIBXSLT_INSTALL_STAGING = YES