To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] gcr: upgrading to 4.4.1 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260914050054/all/gcr/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260914050054/all/gcr/gcr-changelog.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260914050054/all/gcr/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260914050054/all/gcr/0001-gcr-upgrade-4.4.0.1-4.4.1.patch 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" -- 2.47.1