From patchwork Sat Mar 28 00:40:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 84675 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 B30C810ED67B for ; Sat, 28 Mar 2026 00:40:43 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2693.1774658434778152685 for ; Fri, 27 Mar 2026 17:40:35 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=Tvgd9Nz6; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout10.t-online.de (Postfix) with SMTP id D085438FE3 for ; Sat, 28 Mar 2026 01:40:32 +0100 (CET) Received: from fedora.fritz.box ([84.163.35.64]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1w6Hj4-2mww8v0; Sat, 28 Mar 2026 01:40:30 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 1/2] flatpak: update 1.17.2 -> 1.17.3 Date: Sat, 28 Mar 2026 01:40:24 +0100 Message-ID: <20260328004025.592494-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.53.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1774658430-41FF880B-58259D23/0/0 CLEAN NORMAL X-TOI-MSGID: 376e63eb-7878-4bd4-b7de-93e96b83e4df DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1774658432; i=f_l_k@t-online.de; bh=/C4lKISCvtymMJ3Uk18GUlPbUa0ReUOf4bYGca8P1LI=; h=From:To:Subject:Date; b=Tvgd9Nz6gVwf92yJFFWdVcQPhgDACfugAdshcA1t56n2w125sVTMrA348wlEbx0SP s6AhPahAAxOqohAIZBluEjD15+LC0Dw+WR/bbkX2mVpAIoSWZ+zRVn6okFhpWkDSJf qVbXGchK+Wf4/akIekGgN4j7fUIWwFA3DA8hho823hS+VOc57LK3WPe/7j5cNgIeJe sq25NbW4B+lOcJa/pxJPKVkTN4BhlmfPEcW1S8is8vwjDkzpyDBZQri0GpwojojNhC 2SwSY/CndFXn3dhO79rivcDJ+6pFhuZYlK8xiWcZWx9zHYYXQLbb/hsTvrNd98Lgil DXigGCCaMUKMg== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 28 Mar 2026 00:40:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125794 Enhancements: * Improve check for --filesystem paths pointing to a parent folder (#6473) * Fail if non-interactive and multiple refs, remotes or installations match (#5754) * Default to text auth on WSL (#6491) * Add build instructions for Ubuntu 24.04 (#6498) * Show a better message when there are no refs to update (#6521) * Silence AppStream refresh output on non-interactive runs (#6521) * Translation updates: pt_BR (#6483), sl (#6468, #6475), sv (#6514), tr (#6528), zh_CN (#6469, #6477) Bug fixes: * Map the font-dirs.xml file more selectively (#6450) * Change const pointers. This fixes build issues with glibc 2.43. (#6490) * Add custom type flatpak_home_t for ~/.local/share/flatpak for SELinux (#6437) * Fix build warnings when compiling with -Wanalyzer-null-argument and with -Wanalyzer-null-dereference (#6527) * Use raw string for regular expression in the flatpak-bisect script (#6519) Internal changes: * Set the `FLATPAK_TRIGGERSDIR` environment variable when running installed tests. This fixes a regression with autopkg tests in Debian. (#6444) * Add translator comments for some translatable strings (#6462) * Fix typos in translatable strings (#6463) * Fix lots of typos in code comments (#6482) * Remove an unused function (#6529) * Update two strings (#6464) Signed-off-by: Markus Volk --- .../flatpak/{flatpak_1.17.2.bb => flatpak_1.17.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/flatpak/{flatpak_1.17.2.bb => flatpak_1.17.3.bb} (97%) diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.17.2.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb similarity index 97% rename from meta-oe/recipes-extended/flatpak/flatpak_1.17.2.bb rename to meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb index 4f8ad8add0..cd461e2632 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.17.2.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-flatpak-pc-add-pc_sysrootdir.patch \ " -SRCREV = "20599618d623630f7aa38d61a2bb81d86fb25f09" +SRCREV = "13b26a94a3bd6fec309a16982a3a80d83776d7ac" inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd From patchwork Sat Mar 28 00:40:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 84674 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 B417910ED67D for ; Sat, 28 Mar 2026 00:40:43 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2692.1774658434685539677 for ; Fri, 27 Mar 2026 17:40:35 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=f_l_k@t-online.de header.s=20260216 header.b=WKFuEa2L; spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd74.aul.t-online.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout10.t-online.de (Postfix) with SMTP id DF3AF38FE4 for ; Sat, 28 Mar 2026 01:40:32 +0100 (CET) Received: from fedora.fritz.box ([84.163.35.64]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1w6Hj4-2mww8w0; Sat, 28 Mar 2026 01:40:30 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 2/2] xdg-dbus-proxy: fix issue with glibc >= 2.43 Date: Sat, 28 Mar 2026 01:40:25 +0100 Message-ID: <20260328004025.592494-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260328004025.592494-1-f_l_k@t-online.de> References: <20260328004025.592494-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1774658430-C9FF880B-B6A4B7DA/0/0 CLEAN NORMAL X-TOI-MSGID: f3c9609f-a588-4e91-babb-47887bb2cfc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1774658432; i=f_l_k@t-online.de; bh=Q9KYDkYYtRYy9JTNjwOyynJFFgC4mPLrH2LgzhibLpU=; h=From:To:Subject:Date:In-Reply-To:References; b=WKFuEa2LiVIgRFI6EuRcafHYQaZnpR1Bg+d1gBQNrwE9R8icNU4yzvpdB7PQx8krO bMbjKcfR/q2p/q57cZGI4uU4zHypsepG7AASoFyNo+1/o82xVZTJ/a441GkOCOtuPP eP0Iq/QunC2Rb+zpijnIueoDXOSSfpL2vMR3k9Z/iB9bIh+NfLyr3Q6etWv/wBd/jW C2+NvCCGIUizf7qB46qe2vKZRx2vTks1VwrHqihNG5W+SfwXxJuFydqTtoa/lLyNFc hz6+ZYwoNW1VraTissMkK4k/AieR2afoGezvF1jNfG6z9m3MCRlRg7sxdIdfamsbOf wwI7RYMIIwKDw== List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 28 Mar 2026 00:40:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/125793 Add a backport patch to fix an issue with glibc >= 2.43 Signed-off-by: Markus Volk --- ...b9f68664166badfdfaa7e69efcedf750f1e3.patch | 33 +++++++++++++++++++ .../xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb | 1 + 2 files changed, 34 insertions(+) create mode 100644 meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy/99f9b9f68664166badfdfaa7e69efcedf750f1e3.patch diff --git a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy/99f9b9f68664166badfdfaa7e69efcedf750f1e3.patch b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy/99f9b9f68664166badfdfaa7e69efcedf750f1e3.patch new file mode 100644 index 0000000000..5ae21b5989 --- /dev/null +++ b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy/99f9b9f68664166badfdfaa7e69efcedf750f1e3.patch @@ -0,0 +1,33 @@ +From 99f9b9f68664166badfdfaa7e69efcedf750f1e3 Mon Sep 17 00:00:00 2001 +From: Brahmajit Das +Date: Wed, 4 Mar 2026 06:27:54 +0530 +Subject: [PATCH] dbus-proxy: fix build with glibc >= 2.43 + +memchr() returns const void * when passed const input, but the result +was assigned to guchar *. This triggers +-Wincompatible-pointer-types-discards-qualifiers when building with +clang and -Werror. + +Make the pointer const to preserve const correctness. + +Closes: https://github.com/flatpak/xdg-dbus-proxy/issues/70 +Signed-off-by: Brahmajit Das + +Upstream-Status: Backport [https://github.com/flatpak/xdg-dbus-proxy/commit/99f9b9f68664166badfdfaa7e69efcedf750f1e3] +--- + dbus-proxy.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/dbus-proxy.c b/dbus-proxy.c +index 53d5c01..b32df34 100644 +--- a/dbus-proxy.c ++++ b/dbus-proxy.c +@@ -133,7 +133,7 @@ add_args (GBytes *bytes, + { + gsize data_len, remainder_len; + const guchar *data = g_bytes_get_data (bytes, &data_len); +- guchar *s; ++ const guchar *s; + const guchar *remainder; + + remainder = data; diff --git a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb index 28773163c5..617d29bd84 100644 --- a/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb +++ b/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb @@ -13,6 +13,7 @@ inherit meson pkgconfig ptest-gnome SRC_URI = " \ git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main \ + file://99f9b9f68664166badfdfaa7e69efcedf750f1e3.patch \ file://run-ptest \ "