From patchwork Mon Aug 18 17:24:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 68724 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F1D7CA0EE9 for ; Mon, 18 Aug 2025 17:25:53 +0000 (UTC) Received: from mta-64-228.siemens.flowmailer.net (mta-64-228.siemens.flowmailer.net [185.136.64.228]) by mx.groups.io with SMTP id smtpd.web10.1488.1755537950711780467 for ; Mon, 18 Aug 2025 10:25:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=IJRFCV2k; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.228, mailfrom: fm-256628-2025081817254866693d82b45fb23259-olfzff@rts-flowmailer.siemens.com) Received: by mta-64-228.siemens.flowmailer.net with ESMTPSA id 2025081817254866693d82b45fb23259 for ; Mon, 18 Aug 2025 19:25:48 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm2; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=/ZiBQsqWHMHBygIrKLQB1WXWtP4oRgJqx8fzeFTtOvg=; b=IJRFCV2k2zQwaQPTmhYsUZKTpgcR9EOLeAVNUA+kLXnscRqDjsNaZW0rqNt9uS/nIongBA N864+ja/kNf+yFI2E3r0OMRVvKhjN7SFsx1XA/Jb0v304ezuw94rWTaX/4dvpqb07GVMkz2J GTIxiNltsLGvPOf6j836DLID3RD2AFMq014NaECqWfW4nBievF/0IntN87F7bnHniY9biATZ XmYgDuzMQyrwNwMCMqeTsZi7JykOFRy8eflZOyYDXKbDluYzH0bpTotfgSVEl2GuoOLbMIb8 uJXuBNp3Uwn7i2srTXoVbZAJLBZchdY8xwyhKwgfsz388d+YdERgw4jA==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Praveen Kumar , Mathieu Dubois-Briand , Richard Purdie , Peter Marko Subject: [OE-core][walnascar][PATCH 2/2] glib-2.0: update 2.84.1 -> 2.84.2 Date: Mon, 18 Aug 2025 19:24:57 +0200 Message-Id: <20250818172457.1683617-2-peter.marko@siemens.com> In-Reply-To: <20250818172457.1683617-1-peter.marko@siemens.com> References: <20250818172457.1683617-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 18 Aug 2025 17:25:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/222043 From: Praveen Kumar Overview of changes in GLib 2.84.2, 2025-05-20 ============================================== * Bugs fixed: - !4576 Backport !4575 “gclosure: fix ATOMIC_CHANGE_FIELD to read vint atomically” to glib-2-84 - !4595 Backport !4582 “Windows: fix wrong typelib path” to glib-2-84 - !4614 Backport "gstring: carefully handle gssize parameters" - !4616 Backport !4613 “Update macOS job for new CI runner” to glib-2-84 - !4623 Backport !4617 “gdate: Call tzset before localtime_r” to glib-2-84 - !4639 Backport -Wsign-conversion fixes for g_get_locale_variants() from !4590 to glib-2-84 - !4640 Backport !4620 “glocalfile: Disable faccessat()-based query_exists on Android” to glib-2-84 (From OE-Core rev: 3deb6b59f3fa91d4fa755f49dad4ac62c3a518fb) Signed-off-by: Praveen Kumar Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie This upgrade fixes CVE-2025-6052 Signed-off-by: Peter Marko --- .../{glib-2.0-initial_2.84.1.bb => glib-2.0-initial_2.84.2.bb} | 0 .../glib-2.0/{glib-2.0_2.84.1.bb => glib-2.0_2.84.2.bb} | 0 meta/recipes-core/glib-2.0/glib.inc | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-2.0/{glib-2.0-initial_2.84.1.bb => glib-2.0-initial_2.84.2.bb} (100%) rename meta/recipes-core/glib-2.0/{glib-2.0_2.84.1.bb => glib-2.0_2.84.2.bb} (100%) diff --git a/meta/recipes-core/glib-2.0/glib-2.0-initial_2.84.1.bb b/meta/recipes-core/glib-2.0/glib-2.0-initial_2.84.2.bb similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0-initial_2.84.1.bb rename to meta/recipes-core/glib-2.0/glib-2.0-initial_2.84.2.bb diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.84.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.84.2.bb similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0_2.84.1.bb rename to meta/recipes-core/glib-2.0/glib-2.0_2.84.2.bb diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 4368e51df8..819f3ff50a 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -234,7 +234,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[sha256sum] = "2b4bc2ec49611a5fc35f86aca855f2ed0196e69e53092bab6bb73396bf30789a" +SRC_URI[sha256sum] = "88e960dd937057407d61fcb3b45a860704b25923c37ae2478b85f2ecb5a4021f" # Find any meson cross files in FILESPATH that are relevant for the current # build (using siteinfo) and add them to EXTRA_OEMESON.