@@ -1,4 +1,4 @@
-From 6fe3965383d94b3030e85ab899955858710fec5c Mon Sep 17 00:00:00 2001
+From cfdbeaf0908e066a6fda2da6c517b2afc3a9646c Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Fri, 15 Feb 2019 11:17:27 +0100
Subject: [PATCH] Do not prefix executables with $bindir in pkg-config files
@@ -1,4 +1,4 @@
-From 966c58aae35f9e2bcef5238e0331a119e0e51abd Mon Sep 17 00:00:00 2001
+From adeb92bfb0d77dccce81a89f66b69765955f4d6c Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 15 Mar 2014 22:42:29 -0700
Subject: [PATCH] Fix DATADIRNAME on uclibc/Linux
@@ -1,4 +1,4 @@
-From 0de3a3a791ca32f2330eb3a8ad9da0fe6dce950c Mon Sep 17 00:00:00 2001
+From 4b325856a07d2f5a507e325762fe69d9a6243f6f Mon Sep 17 00:00:00 2001
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date: Tue, 22 Mar 2016 15:14:58 +0200
Subject: [PATCH] Install gio-querymodules as libexec_PROGRAM
@@ -1,4 +1,4 @@
-From b829f3205e4d8390f02eaa8e7a7bf85e51cbb7ed Mon Sep 17 00:00:00 2001
+From 9e9627abeab6d2d5e6af96a095d6fa8d6bf1d5d4 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Fri, 12 Jun 2015 17:08:46 +0300
Subject: [PATCH] Remove the warning about deprecated paths in schemas
@@ -1,4 +1,4 @@
-From 912e674bb0a3b51dabaa58da1834491ef94e6a2a Mon Sep 17 00:00:00 2001
+From 343e5d98b22fff1cd17f4ce26b3ff63076f316dd Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Wed, 8 Jan 2020 18:22:46 +0100
Subject: [PATCH] gio/tests/resources.c: comment out a build host-only test
@@ -1,4 +1,4 @@
-From 26ddae02d7677bcff7c3933ee856d34df41b548f Mon Sep 17 00:00:00 2001
+From efb81022de5e6fdcc66534f8645d528fdb59206c Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 12 Oct 2019 17:46:26 -0700
Subject: [PATCH] meson: Run atomics test on clang as well
@@ -14,7 +14,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
-index dab1d61..cc3a5ed 100644
+index 89556c6..57b4228 100644
--- a/meson.build
+++ b/meson.build
@@ -2092,7 +2092,7 @@ atomicdefine = '''
@@ -1,4 +1,4 @@
-From c6cd3c0a66ae8f210185e0cb05b2172dc192ce9e Mon Sep 17 00:00:00 2001
+From d4bf8705362142f0edd6d6c04524e187243e2621 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Sat, 16 Sep 2023 22:28:27 +0200
Subject: [PATCH] meson.build: do not enable pidfd features on native glib
@@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
-index cc3a5ed..58dd87a 100644
+index 57b4228..4924207 100644
--- a/meson.build
+++ b/meson.build
@@ -1090,7 +1090,8 @@ if cc.links('''#include <sys/syscall.h>
@@ -1,4 +1,4 @@
-From 40e40230e6a3c52b79c6f92e8c060bd4d93f0374 Mon Sep 17 00:00:00 2001
+From 5279825f77ac36d62c97ed9371a65c51c3df8c30 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Tue, 3 Oct 2017 10:45:55 +0300
Subject: [PATCH] Do not hardcode python path into various tools
@@ -1,4 +1,4 @@
-From c5766cff61ffce0b8e787eae09908ac348338e5f Mon Sep 17 00:00:00 2001
+From d79a6b0b5c7bd00eab132e721a7cbe2d811fffc0 Mon Sep 17 00:00:00 2001
From: Philip Withnall <pwithnall@gnome.org>
Date: Thu, 18 Dec 2025 23:12:18 +0000
Subject: [PATCH] gbufferedinputstream: Fix a potential integer overflow in
@@ -23,7 +23,7 @@ Signed-off-by: Peter Marko <peter.marko@siemens.com>
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/gio/gbufferedinputstream.c b/gio/gbufferedinputstream.c
-index 9e6bacc62..56d656be0 100644
+index 779f2d2..7fd0e84 100644
--- a/gio/gbufferedinputstream.c
+++ b/gio/gbufferedinputstream.c
@@ -590,7 +590,7 @@ g_buffered_input_stream_peek (GBufferedInputStream *stream,
@@ -36,7 +36,7 @@ index 9e6bacc62..56d656be0 100644
end = MIN (offset + count, available);
diff --git a/gio/tests/buffered-input-stream.c b/gio/tests/buffered-input-stream.c
-index a1af4eeff..2b2a0d9aa 100644
+index 321654d..5d3e976 100644
--- a/gio/tests/buffered-input-stream.c
+++ b/gio/tests/buffered-input-stream.c
@@ -60,6 +60,16 @@ test_peek (void)
@@ -1,4 +1,4 @@
-From 14bbc77bc465b42454112bc6a33264c2c3e013e5 Mon Sep 17 00:00:00 2001
+From a6c2ae473459cd82c670e32a5eb16bb8713bd49b Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@intel.com>
Date: Fri, 11 Mar 2016 15:35:55 +0000
Subject: [PATCH] glib-2.0: relocate the GIO module directory for native builds
@@ -1,4 +1,4 @@
-From f77b9dd72dd0103c7a28dd7e1cdf6e316ecbf030 Mon Sep 17 00:00:00 2001
+From c312df182d4af0a2a73fa1ce401e7e478abfbc52 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@arm.com>
Date: Thu, 28 Mar 2024 16:27:09 +0000
Subject: [PATCH] Skip /timeout/rounding test
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0-initial_2.86.3.bb
rename to meta/recipes-core/glib-2.0/glib-2.0-initial_2.86.4.bb
similarity index 100%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.86.3.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.86.4.bb
@@ -237,7 +237,7 @@ SRC_URI:append:class-native = " file://relocate-modules.patch \
file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \
"
-SRC_URI[archive.sha256sum] = "b3211d8d34b9df5dca05787ef0ad5d7ca75dec998b970e1aab0001d229977c65"
+SRC_URI[archive.sha256sum] = "d4e2b5d791d5015ffd8c6971ad8e975a0a55c1a14926cdb25cf843ff00682260"
# Find any meson cross files in FILESPATH that are relevant for the current
# build (using siteinfo) and add them to EXTRA_OEMESON.
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *glib-2.0-initial,glib-2.0* to *2.86.4,2.86.4* has Succeeded. Next steps: - apply the patch: git am 0001-glib-2.0-initial-glib-2.0-upgrade-2.86.3-2.86.4-2.86.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From f26f7cdd559a18e73650dfde820cfb625e61af3c Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Wed, 18 Feb 2026 09:50:13 +0000 Subject: [PATCH] glib-2.0-initial,glib-2.0: upgrade 2.86.3 -> 2.86.4,2.86.3 -> 2.86.4 --- .../0001-Do-not-write-bindir-into-pkg-config-files.patch | 2 +- .../files/0001-Fix-DATADIRNAME-on-uclibc-Linux.patch | 2 +- .../0001-Install-gio-querymodules-as-libexec_PROGRAM.patch | 2 +- ...move-the-warning-about-deprecated-paths-in-schemas.patch | 2 +- ...o-tests-resources.c-comment-out-a-build-host-only-.patch | 2 +- .../0001-meson-Run-atomics-test-on-clang-as-well.patch | 4 ++-- ...son.build-do-not-enable-pidfd-features-on-native-g.patch | 4 ++-- ...010-Do-not-hardcode-python-path-into-various-tools.patch | 2 +- meta/recipes-core/glib-2.0/files/CVE-2026-0988.patch | 6 +++--- meta/recipes-core/glib-2.0/files/relocate-modules.patch | 2 +- meta/recipes-core/glib-2.0/files/skip-timeout.patch | 2 +- ...lib-2.0-initial_2.86.3.bb => glib-2.0-initial_2.86.4.bb} | 0 .../glib-2.0/{glib-2.0_2.86.3.bb => glib-2.0_2.86.4.bb} | 0 meta/recipes-core/glib-2.0/glib.inc | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0-initial_2.86.3.bb => glib-2.0-initial_2.86.4.bb} (100%) rename meta/recipes-core/glib-2.0/{glib-2.0_2.86.3.bb => glib-2.0_2.86.4.bb} (100%)