buildroot.buildroot.org archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libglib2: bump to version 2.86.5
@ 2026-04-08 11:12 Michael Nosthoff via buildroot
  2026-04-08 21:08 ` Julien Olivain via buildroot
  2026-04-17 15:24 ` Thomas Perale via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Nosthoff via buildroot @ 2026-04-08 11:12 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

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>
---
 package/libglib2/libglib2.hash | 2 +-
 package/libglib2/libglib2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
index 6698db8389..bc85581418 100644
--- a/package/libglib2/libglib2.hash
+++ b/package/libglib2/libglib2.hash
@@ -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
+sha256  ce85a947bb8b3c0204dbeff79aec39bcb46371c6fafb64ba5b8726c71e038d5f  glib-2.86.5.tar.xz
 # License files, locally calculated
 sha256  fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb  COPYING
diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
index 1c5109f4ec..cae8a85a28 100644
--- a/package/libglib2/libglib2.mk
+++ b/package/libglib2/libglib2.mk
@@ -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+
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/libglib2: bump to version 2.86.5
  2026-04-08 11:12 [Buildroot] [PATCH] package/libglib2: bump to version 2.86.5 Michael Nosthoff via buildroot
@ 2026-04-08 21:08 ` Julien Olivain via buildroot
  2026-04-17 15:24 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-08 21:08 UTC (permalink / raw)
  To: Michael Nosthoff; +Cc: buildroot, Fabrice Fontaine

On 08/04/2026 13:12, Michael Nosthoff via buildroot wrote:
> 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>

Applied to master, thanks. For info, I added "security" in the commit
title and fixed the URL in the hash file comment. See:
https://gitlab.com/buildroot.org/buildroot/-/commit/b9ea86b26a84b193a782007d559c899761364b21

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/libglib2: bump to version 2.86.5
  2026-04-08 11:12 [Buildroot] [PATCH] package/libglib2: bump to version 2.86.5 Michael Nosthoff via buildroot
  2026-04-08 21:08 ` Julien Olivain via buildroot
@ 2026-04-17 15:24 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-04-17 15:24 UTC (permalink / raw)
  To: Michael Nosthoff; +Cc: Thomas Perale, buildroot

In reply of:
> 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>

Applied to 2026.02.x. Thanks

> ---
>  package/libglib2/libglib2.hash | 2 +-
>  package/libglib2/libglib2.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libglib2/libglib2.hash b/package/libglib2/libglib2.hash
> index 6698db8389..bc85581418 100644
> --- a/package/libglib2/libglib2.hash
> +++ b/package/libglib2/libglib2.hash
> @@ -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
> +sha256  ce85a947bb8b3c0204dbeff79aec39bcb46371c6fafb64ba5b8726c71e038d5f  glib-2.86.5.tar.xz
>  # License files, locally calculated
>  sha256  fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb  COPYING
> diff --git a/package/libglib2/libglib2.mk b/package/libglib2/libglib2.mk
> index 1c5109f4ec..cae8a85a28 100644
> --- a/package/libglib2/libglib2.mk
> +++ b/package/libglib2/libglib2.mk
> @@ -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+
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-17 15:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 11:12 [Buildroot] [PATCH] package/libglib2: bump to version 2.86.5 Michael Nosthoff via buildroot
2026-04-08 21:08 ` Julien Olivain via buildroot
2026-04-17 15:24 ` Thomas Perale via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).