summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-05-09 22:54:30 +0200
committerSteve Sakoman <steve@sakoman.com>2024-05-23 08:55:01 -0700
commite7d86da7aa555ede91835aa329a0919f89c05cb0 (patch)
tree44fdcc03cc78b7933d8bb576cf7327dd3ea6040b
parentea63f4e0ed8eaf3f1478072029bee3a6a4189664 (diff)
downloadpoky-e7d86da7aa555ede91835aa329a0919f89c05cb0.tar.gz
glib-2.0: Upgrade 2.78.5 -> 2.78.6
Handle regression of CVE-2024-34397 fix. News (https://gitlab.gnome.org/GNOME/glib/-/commit/d40f72e98e4734ba826ba9a278814530720ba760): Overview of changes in GLib 2.78.6, 2024-05-08 ============================================== * Fix a regression with IBus caused by the fix for CVE-2024-34397 (#3353, work by Simon McVittie) * Bugs fixed: - #3353 Fixing CVE-2024-34397 caused regressions for ibus (Simon McVittie) - !4056 Backport !4053 “gdbusconnection: Allow name owners to have the syntax of a well-known name” to glib-2-78 (From OE-Core rev: 51da20dc574a7f2a9759a4368d7668e3421e379f) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb (renamed from meta/recipes-core/glib-2.0/glib-2.0_2.78.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.78.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb
index d0aac737f7..1a4278b1bc 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.78.5.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.78.6.bb
@@ -22,7 +22,7 @@ SRC_URI:append:class-native = " file://relocate-modules.patch \
22 file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \ 22 file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \
23 " 23 "
24 24
25SRC_URI[sha256sum] = "39b26044bd44dc30f427202add4997f554723c30017e92ff36da4197a2c916aa" 25SRC_URI[sha256sum] = "244854654dd82c7ebcb2f8e246156d2a05eb9cd1ad07ed7a779659b4602c9fae"
26 26
27# Find any meson cross files in FILESPATH that are relevant for the current 27# Find any meson cross files in FILESPATH that are relevant for the current
28# build (using siteinfo) and add them to EXTRA_OEMESON. 28# build (using siteinfo) and add them to EXTRA_OEMESON.