mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/libglib2: security bump to version 2.86.5
Fix several security vulnerabilities of varying severity. Release Notes: https://gitlab.gnome.org/GNOME/glib/-/releases/2.86.3 https://gitlab.gnome.org/GNOME/glib/-/releases/2.86.4 https://gitlab.gnome.org/GNOME/glib/-/releases/2.86.5 Fixes: - CVE-2025-13601 - CVE-2026-1484 - CVE-2026-1485 - CVE-2026-1489 Signed-off-by: Michael Nosthoff <buildroot@heine.tech> [Julien: - fix URL in hash file comment - add "security" in commit log title ] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d4b8a42fb2
commit
b9ea86b26a
@@ -1,4 +1,4 @@
|
||||
# https://download.gnome.org/sources/glib/2.86/glib-2.86.2.sha256sum
|
||||
sha256 8a724e970855357ea8101e27727202392a0ffd5410a98336aed54ec59113e611 glib-2.86.2.tar.xz
|
||||
# https://download.gnome.org/sources/glib/2.86/glib-2.86.5.sha256sum
|
||||
sha256 ce85a947bb8b3c0204dbeff79aec39bcb46371c6fafb64ba5b8726c71e038d5f glib-2.86.5.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb COPYING
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LIBGLIB2_VERSION_MAJOR = 2.86
|
||||
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).2
|
||||
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).5
|
||||
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