From patchwork Mon Sep 14 05:40:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98167 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 77E2EC88E6D for ; Mon, 14 Sep 2026 05:40:46 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.13726.1789364445399715302 for ; Sun, 13 Sep 2026 22:40:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=V7AW+MRz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=gXa+/P4t; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a09e6e9e18-f7852bcb-4eb4-475c-8d5e-b0e2cc38571e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789364444; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=l6Jb+yx4ztT1ZIXaelG5VKZPPUsFI2aFyI83nsMnzRU=; b=V7AW+MRz2qSNY7FZf/cTtfMaOdockzjA43RFmvvIUiinVUGtPX690DtdUP2eUFdH s4SzhWUKUqDkI3u0vt7r3ZIkVPdL2JE/TxsrjQLLnNI3mHHsVhNpUQfiLOXe/joQvPv t+Agoake9xHX56vkEYP/YqcKd+61lN+zE1YsXX0s= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789364444; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=l6Jb+yx4ztT1ZIXaelG5VKZPPUsFI2aFyI83nsMnzRU=; b=gXa+/P4tmLLLFXu6Dt8dReWjlFLAQBk0D1vnBbbL8cB8G0VHSc7strEV/ytyRhOa iF2BWqbiBnzT/hT3nON4sZ2ZaIDL4BbMHroEssH/jFfl+bNr7kXTOV2qawVBKGx1UGB 8U/tTVAHke1LsiZiH4TAkJ4lPE0JkClMY1f8wor4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] gcr: upgrading to 4.4.1 SUCCEEDED Message-ID: <010101a09e6e9e18-f7852bcb-4eb4-475c-8d5e-b0e2cc38571e-000000@us-west-2.amazonses.com> Date: Mon, 14 Sep 2026 05:40:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.14-54.240.27.23 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 ; Mon, 14 Sep 2026 05:40:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245756 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gcr* to *4.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-gcr-upgrade-4.4.0.1-4.4.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From cfb05a303468def05f2f04ceded22afc083fa063 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 14 Sep 2026 05:35:50 +0000 Subject: [PATCH] gcr: upgrade 4.4.0.1 -> 4.4.1 Source: NEWS gcr 4.4.1: - gcr: Support zero mtime - gcr: Fix memory leak in GcrSystemPrompt call closure - docs: Fix a method reference in gcr_prompt_set_choice_label() - Updated translations --- meta/recipes-gnome/gcr/{gcr_4.4.0.1.bb => gcr_4.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gcr/{gcr_4.4.0.1.bb => gcr_4.4.1.bb} (95%) diff --git a/meta/recipes-gnome/gcr/gcr_4.4.0.1.bb b/meta/recipes-gnome/gcr/gcr_4.4.1.bb similarity index 95% rename from meta/recipes-gnome/gcr/gcr_4.4.0.1.bb rename to meta/recipes-gnome/gcr/gcr_4.4.1.bb index 493c8c2a0d..93028d2497 100644 --- a/meta/recipes-gnome/gcr/gcr_4.4.0.1.bb +++ b/meta/recipes-gnome/gcr/gcr_4.4.1.bb @@ -16,7 +16,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" inherit gnomebase gi-docgen vala gobject-introspection lib_package UPSTREAM_CHECK_REGEX = "gcr-(?P\d+\.\d+\.(?!9\d+)\d+(\.\d+)?)" -SRC_URI[archive.sha256sum] = "0c3c341e49f9f4f2532a4884509804190a0c2663e6120360bb298c5d174a8098" +SRC_URI[archive.sha256sum] = "c4442c15d4330f17a1f5194df08c576877af68412ab2521446a93bd5e24c931b" PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}" PACKAGECONFIG[ssh_agent] = "-Dssh_agent=true,-Dssh_agent=false,libsecret"