From patchwork Sat Sep 6 06:47:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 69782 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 30178CA101C for ; Sat, 6 Sep 2025 06:47:37 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web11.2376.1757141250902860047 for ; Fri, 05 Sep 2025 23:47:32 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout05.t-online.de (Postfix) with SMTP id 8B59310D9 for ; Sat, 6 Sep 2025 08:47:28 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.138]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uumhm-1tFz0r0; Sat, 6 Sep 2025 08:47:22 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 1/3] flatpak: update 1.16.0 -> 1.16.1 Date: Sat, 6 Sep 2025 08:47:09 +0200 Message-ID: <20250906064711.1430212-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1757141242-D87F79FF-D8108F72/0/0 CLEAN NORMAL X-TOI-MSGID: 88ffaa46-6651-436c-b10c-36b5ed1a04c6 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 ; Sat, 06 Sep 2025 06:47:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119321 1.16.1 Enhancements: When using parental controls, allow a child account to update existing apps by default, to ensure that security and bugfix updates can be installed. This can be overridden by setting polkit policy rules for the new org.freedesktop.Flatpak.override-parental-controls-update action if necessary. (#5552) Make systemd scopes easier to match to Flatpak app instances, by using the instance ID instead of the top-level process ID in the scope name (#6015) Access to --device=dri now includes /dev/udmabuf (#6158) Improve the error message for an invalid parameter to flatpak-spawn --sandbox-a11y-own-name (#6048) Speed up flatpak prune --dry-run by not calculating potential freed space and avoiding operations that would need to hold a lock (#5813, #6121) Speed up flatpak permission-reset by only writing entries that have actually changed (#5772) Documentation improvements (#4859, #6066, #6134) Look for TLS certificates at /etc/containers/certs.d when interacting with OCI registries (#5916) Translation updates: bg (#6120), ka (#6176), pl (#6106), pt_BR (#6076, #6188), ro (#6139), ru (#6145), sl (#6054), sv (#6193), tr (#6109) This is the first bugfix release of the Flatpak 1.16 series! Users and distributions are strongly encouraged to update to this version. Bug fixes: Fix intermittent flatpak-portal crashes by avoiding unnecessary multi-threading (#5605) Don't show a confusing confirmation prompt when flatpak remove --unused removes autoprune-unless extensions that are no longer needed, such as older Nvidia drivers (#5712, #2718) Don't propagate $PYTHONPYCACHEPREFIX from host into sandbox (#6110) Don't propagate $WAYLAND_DISPLAY, $WAYLAND_SOCKET from host into sandbox if access to the Wayland socket has been denied (#3948) When discovering the AT-SPI bus, treat $AT_SPI_BUS_ADDRESS as higher-priority than GetAddress(), more closely matching the behaviour of AT-SPI itself (#6173) Fix a memory leak when installing extra-data (#6069) Don't show fatal transaction errors twice (#3400) Fix the build with -Ddefault_library=static (#6119) Fix incorrect error reporting (#6127, #5170) When using FLATPAK_TTY_PROGRESS, terminate OSC escape sequence with standard ST sequence instead of xterm-specific BEL (#6092) Include all options in shell completion for flatpak search (#6096) Internal changes: Fix an unclear boolean expression (no functional change) (#5013) Avoid a duplicate redirection in the test suite (#6117) CI updates Signed-off-by: Markus Volk --- .../flatpak/{flatpak_1.16.0.bb => flatpak_1.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/flatpak/{flatpak_1.16.0.bb => flatpak_1.16.1.bb} (97%) diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.16.1.bb similarity index 97% rename from meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb rename to meta-oe/recipes-extended/flatpak/flatpak_1.16.1.bb index f99c8ac36a..0d688adf3e 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.16.1.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-flatpak-pc-add-pc_sysrootdir.patch \ " -SRCREV = "1440f4faa67ebf69c7559f31d2cab59e6ec6fe2b" +SRCREV = "b676905d91aa3c4e524ca663784d4cf085c465d7" inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd From patchwork Sat Sep 6 06:47:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 69781 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 29E0BCA1012 for ; Sat, 6 Sep 2025 06:47:37 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web11.2374.1757141250483168531 for ; Fri, 05 Sep 2025 23:47:30 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout05.t-online.de (Postfix) with SMTP id 8CE4110DA for ; Sat, 6 Sep 2025 08:47:28 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.138]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uumhm-1tFz0s0; Sat, 6 Sep 2025 08:47:22 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 2/3] xdg-desktop-portal: update 1.20.0 -> 1.20.3 Date: Sat, 6 Sep 2025 08:47:10 +0200 Message-ID: <20250906064711.1430212-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250906064711.1430212-1-f_l_k@t-online.de> References: <20250906064711.1430212-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1757141242-CBFFC9FF-56B34A50/0/0 CLEAN NORMAL X-TOI-MSGID: 9e82f3b6-312e-4836-9094-ce190582bd27 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 ; Sat, 06 Sep 2025 06:47:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119319 1.20.3: Add a fallback code path for GLib older than 2.76 (#1728) Don't require a .desktop file for Flatpak and Snap apps (#1729) 1.20.2: Fix a crash when loading information from Flatpak apps Fix fd handling to prevent EBADF errors 1.20.1: Enhancements: Code cleanups and improvements to app info tracking Include PID/TID in realtime portal error messages Search for portal backends in $XDG_DATA_DIRS (#603) Prioritize user portal configs over system ones Bug Fixes: Fix race condition in the host registry portal Avoid spurious warnings when dbus.service stops Documentation fixes (#1663) Fix running tests from /tmp Fix installing dynamic launcher (#1674) Improve error reporting in the document portal Fix incorrect state tracking in input capture portal Signed-off-by: Markus Volk --- ...-desktop-portal_1.20.0.bb => xdg-desktop-portal_1.20.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/xdg-desktop-portal/{xdg-desktop-portal_1.20.0.bb => xdg-desktop-portal_1.20.3.bb} (93%) diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb similarity index 93% rename from meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb rename to meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb index 440d836874..e0aca558fd 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb @@ -27,11 +27,11 @@ RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS} fuse3-utils" inherit meson pkgconfig python3native features_check SRC_URI = " \ - git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=main \ + git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=xdg-desktop-portal-1.20 \ file://0001-meson.build-add-a-hack-for-crosscompile.patch \ " -SRCREV = "85df26fb1c53334969fea3f15c2a06a14831094b" +SRCREV = "23a76c392170dbbd26230f85ef56c3a57e52b857" FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" From patchwork Sat Sep 6 06:47:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 69780 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 24563CA1002 for ; Sat, 6 Sep 2025 06:47:37 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx.groups.io with SMTP id smtpd.web11.2375.1757141250615050745 for ; Fri, 05 Sep 2025 23:47:31 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.82, mailfrom: f_l_k@t-online.de) Received: from fwd72.aul.t-online.de (fwd72.aul.t-online.de [10.223.144.98]) by mailout05.t-online.de (Postfix) with SMTP id 8EA5010DF for ; Sat, 6 Sep 2025 08:47:28 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.234.138]) by fwd72.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1uumhm-1tFz0t0; Sat, 6 Sep 2025 08:47:22 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 3/3] malcontent: update 0.13.0 -> 0.13.1 Date: Sat, 6 Sep 2025 08:47:11 +0200 Message-ID: <20250906064711.1430212-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250906064711.1430212-1-f_l_k@t-online.de> References: <20250906064711.1430212-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1757141242-D27FB9FF-4321CCD8/0/0 CLEAN NORMAL X-TOI-MSGID: 4fed308c-1c89-4378-a3b3-7c92d7f912d9 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 ; Sat, 06 Sep 2025 06:47:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/119320 Bugs fixed: (or any click on carousel's icons) (Philip Withnall) !244 malcontent-control: Fix callback argument list --- meta-oe/recipes-gnome/malcontent/malcontent.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-gnome/malcontent/malcontent.inc b/meta-oe/recipes-gnome/malcontent/malcontent.inc index 10597f3308..7cb052d69c 100644 --- a/meta-oe/recipes-gnome/malcontent/malcontent.inc +++ b/meta-oe/recipes-gnome/malcontent/malcontent.inc @@ -1,3 +1,3 @@ -SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" -SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" -PV = "0.13.0" +SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=malcontent-0.13" +SRCREV = "090042fec5181621e2fd8cfef9fc446ed86db98b" +PV = "0.13.1"