mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:25eac15300Fixes: https://www.cve.org/CVERecord?id=CVE-2025-14523 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit1a9998e511) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
ea8df0a72a
commit
55723bb543
@@ -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
|
||||
|
||||
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user