From 1a9998e511ca6aea86a166511c4e3cb8456afb06 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 4 Mar 2026 11:30:25 +0200 Subject: [PATCH] package/libsoup3: security bump to 3.6.6 While there is only one CVE number assigned (CVE-2025-14523) for one of the patches included in this release, the bulk of the the changes are security fixes. Release notes may be found at: https://gitlab.gnome.org/GNOME/libsoup/-/commit/25eac153004f777581ca2d95e31a02ca96844332 Fixes: https://www.cve.org/CVERecord?id=CVE-2025-14523 Signed-off-by: Adrian Perez de Castro Signed-off-by: Julien Olivain --- package/libsoup3/libsoup3.hash | 4 ++-- package/libsoup3/libsoup3.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libsoup3/libsoup3.hash b/package/libsoup3/libsoup3.hash index 32aa7382fa..c0b860875c 100644 --- a/package/libsoup3/libsoup3.hash +++ b/package/libsoup3/libsoup3.hash @@ -1,4 +1,4 @@ -# From https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.5.sha256sum -sha256 6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234 libsoup-3.6.5.tar.xz +# From https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.6.sha256sum +sha256 51ed0ae06f9d5a40f401ff459e2e5f652f9a510b7730e1359ee66d14d4872740 libsoup-3.6.6.tar.xz # Locally calculated sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING diff --git a/package/libsoup3/libsoup3.mk b/package/libsoup3/libsoup3.mk index 0db587a93a..34a9ed2741 100644 --- a/package/libsoup3/libsoup3.mk +++ b/package/libsoup3/libsoup3.mk @@ -5,7 +5,7 @@ ################################################################################ LIBSOUP3_VERSION_MAJOR = 3.6 -LIBSOUP3_VERSION = $(LIBSOUP3_VERSION_MAJOR).5 +LIBSOUP3_VERSION = $(LIBSOUP3_VERSION_MAJOR).6 LIBSOUP3_SOURCE = libsoup-$(LIBSOUP3_VERSION).tar.xz LIBSOUP3_SITE = https://download.gnome.org/sources/libsoup/$(LIBSOUP3_VERSION_MAJOR) LIBSOUP3_LICENSE = LGPL-2.0+