mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/libglib2: security bump to version 2.84.4
This bump includes the security fix for CVE-2025-7039.
Fixes:
https://www.cve.org/CVERecord?id=CVE-2025-7039
Release notes:
https://gitlab.gnome.org/GNOME/glib/-/releases/2.84.4
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 3252f45279)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
c809e8d882
commit
6d6f8da1b3
@@ -1,4 +1,4 @@
|
||||
# https://download.gnome.org/sources/glib/2.84/glib-2.84.3.sha256sum
|
||||
sha256 aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e glib-2.84.3.tar.xz
|
||||
# https://download.gnome.org/sources/glib/2.84/glib-2.84.4.sha256sum
|
||||
sha256 8a9ea10943c36fc117e253f80c91e477b673525ae45762942858aef57631bb90 glib-2.84.4.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb COPYING
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LIBGLIB2_VERSION_MAJOR = 2.84
|
||||
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).3
|
||||
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).4
|
||||
LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
|
||||
LIBGLIB2_SITE = https://download.gnome.org/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
|
||||
LIBGLIB2_LICENSE = LGPL-2.1+
|
||||
|
||||
Reference in New Issue
Block a user