From patchwork Wed Jun 24 16:39:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 90862 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 6FCF8CDE002 for ; Wed, 24 Jun 2026 16:39:30 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.11766.1782319163576306855 for ; Wed, 24 Jun 2026 09:39:23 -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=PSPklNvU; spf=pass (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd81.aul.t-online.de (fwd81.aul.t-online.de [10.223.144.107]) by mailout01.t-online.de (Postfix) with SMTP id 32D561C1C9 for ; Wed, 24 Jun 2026 18:39:21 +0200 (CEST) Received: from fedora.fritz.box ([84.154.171.242]) by fwd81.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1wcQd6-3itJ4L0; Wed, 24 Jun 2026 18:39:12 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 1/2] flatpak: update 1.17.6 -> 12.18.0 Date: Wed, 24 Jun 2026 18:39:02 +0200 Message-ID: <20260624163903.3376268-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.54.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1782319152-D7FFCFDE-2B7C528D/0/0 CLEAN NORMAL X-TOI-MSGID: 177dfccd-f1eb-4477-b147-e89721564184 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1782319161; i=f_l_k@t-online.de; bh=uTr0Eadhj15MDaxijfWKZXGOWC9An+zMu1C8FqY5cYM=; h=From:To:Subject:Date; b=PSPklNvUVkhW7XAa3JF7VN5w3UZNTkDUllr5+JPCcwCMnS99P0X2zRzEbT1pRlQuQ HU1r5Qk/JstB1ud0+BZNeqV6hG4jQQ6mg4SUlBpAenWTEQZtGpkuLDHAytQhEUqIOT SYi/QIo1PfBpKy8FJGsOtb66cyl7n6OFgcMNP5xo999faZvbmGQErza9kNc28P8vxq pjsrgoMgTxIjbn+nipqaqqXm6y/ZmqjdchwYY0y9BnG7Y27T8RUMCajsFGpt6fEsb5 3gYNcPztuhruSMTIe7KX+MeqnR+sLjWxcISKk+QqSchUOCi0yk++1d2vCAbWlfyD3A vumHhXneSGdcg== 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 ; Wed, 24 Jun 2026 16:39:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/127720 Changes in 1.18.0 ~~~~~~~~~~~~~~~~~ Released: 2026-06-08 Enhancements: * Improve error handling and printed output of `flatpak-coredumpctl` (#6649, #6680) * Support the AMD vendor specific compute interface (`/dev/kfd`) via the DRI device permission (#6648) * Improve the output of `flatpak update` with failure causes (#6657) * Improve startup time for fish shell integration (#6635) * Translation updates: ‎zh_CN (#6671) Bug fixes: * Fix building when HAVE_LIBSYSTEMD but not USE_SYSTEM_HELPER is defined (#6652) * Ignore system bus failures in parental controls check (#6663) * Fix some return values and replace deprecated `GTimeVal` with `g_get_real_time()` (#6646) * Suppress an unused-result warning in the tests (#6655) Changes in 1.17.7 ~~~~~~~~~~~~~~~~~~ Released: 2026-05-06 Enhancements: * Add the new permission conditionals `has-usb-device` and `has-usb-portal` to allow apps to drop --device=all and --device=usb permissions (#6560) * Always send the `Flatpak-Upgrade-From` header when updating instead of freshly installing, to improve the quality of statistics (#6626) * Improve how the absence of the system repo is handled (#6621) * Changes to repos are now more atomic which helps to avoid them being in an invalid state. This could be observed when importing the GPG key failed, because the system clock was wrong. (#6547) * A function to report the age of the configuration was added to libflatpak, which will help GNOME Software to prevent unnecessary work (#6532) * Improvements to the build system (#6614, #6610) * Improve various tests (#6604, #6606, #6619, #6617, #6605, #6625) * Translation updates: tr (#6629), ‎zh_CN (#6630) Bug fixes: * Fix a regression in handling of the fallback-x11 permission, which was affecting overrides from Flatseal (#6632) * Fix a memory leak in the Flatpak portal (#6613) * Install SELinux configuration files to the right directory (#6622) * Silence wrong `lseek()` errors when creating sub-sandboxes (#6609) Signed-off-by: Markus Volk --- .../flatpak/{flatpak_1.17.6.bb => flatpak_1.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/flatpak/{flatpak_1.17.6.bb => flatpak_1.18.0.bb} (98%) diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb similarity index 98% rename from meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb rename to meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb index 1512b7239f..879455f63c 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.18.0.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-flatpak-pc-add-pc_sysrootdir.patch \ " -SRCREV = "9b21874f1a175a9b7c79175a221fa043e202ca73" +SRCREV = "5de2b58bdafde88515d9d6b9189bd1cfd3b88c46" inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd