From patchwork Fri May 1 14:25:36 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: 87323 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 2E16ACD3425 for ; Fri, 1 May 2026 14:25:38 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.15615.1777645533778284771 for ; Fri, 01 May 2026 07:25:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=P8G7vhmg; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Vr+qdc5z; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019de3ee4514-ac63cf1a-2ec3-4ce4-a43c-16a2cd5e4b21-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1777645536; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ElN43KdmYVxGvk5FF4u3gUo+f2av6ecluTCKYfqH95Q=; b=P8G7vhmge4EuHX6CAQ53dJJ9I/YxhIrk3nOiR55N/31ljH3MEBFe0sf6nabEGRSe lE2tigtCgMln5LUm9d2knzT1ATEBE3afm5YfKm7Qql1xtoBRG93EtT00qfOqJoUi4sF naBFuAxNbtlStehMjdIRGlvWdW4anly6FU/aSqzo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645536; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ElN43KdmYVxGvk5FF4u3gUo+f2av6ecluTCKYfqH95Q=; b=Vr+qdc5zfSOilCYthkwLbnHFQIhqswsBqk6RdXAU2hONt3JBkOEHyAM2cTIUb7Es mkvHwoKpp0EQjjBh7pIJae3heZ27c/378KmuMiRGLrkAv+zsxRSn9W7nz+NHb7Hwfau B5rrSToGChZKG4kSN00IDGwLUZRY+jdG8BgOLAqs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] git: upgrading to 2.54.0 SUCCEEDED Message-ID: <0101019de3ee4514-ac63cf1a-2ec3-4ce4-a43c-16a2cd5e4b21-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:36 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.31 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 ; Fri, 01 May 2026 14:25:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236226 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *git* to *2.54.0* has Succeeded. Next steps: - apply the patch: git am 0001-git-upgrade-2.53.0-2.54.0.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 3012d0c2bd015eb800dbb1ee47b05a9ec5bc01df Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 07:21:36 +0000 Subject: [PATCH] git: upgrade 2.53.0 -> 2.54.0 --- ...uname-do-not-force-RHEL-7-specific-build-.patch | 4 ++-- meta/recipes-devtools/git/git/fixsort.patch | 14 +++++++------- .../git/{git_2.53.0.bb => git_2.54.0.bb} | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) rename meta/recipes-devtools/git/{git_2.53.0.bb => git_2.54.0.bb} (98%) diff --git a/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch b/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch index 61bf0e12dc..b0c8e652aa 100644 --- a/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch +++ b/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch @@ -1,4 +1,4 @@ -From 325c30dac4eafdd463c8ffcfe1215858d642ab91 Mon Sep 17 00:00:00 2001 +From d73b4c666aa12452a26c3fac83371a707e6f13c0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 7 Feb 2022 10:13:15 +0100 Subject: [PATCH] config.mak.uname: do not force RHEL-7 specific build settings @@ -17,7 +17,7 @@ Signed-off-by: Robert Yang 1 file changed, 4 deletions(-) diff --git a/config.mak.uname b/config.mak.uname -index b12d4e1..b5b8d82 100644 +index 5feb582..060cd29 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -63,10 +63,6 @@ ifeq ($(uname_S),Linux) diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch index 7066e1808d..046d09160a 100644 --- a/meta/recipes-devtools/git/git/fixsort.patch +++ b/meta/recipes-devtools/git/git/fixsort.patch @@ -1,4 +1,4 @@ -From 65fa5c0f849fe4a1e3cb8e6af0086ef0748c28de Mon Sep 17 00:00:00 2001 +From f928abf16841e42bfd49ccaabc164318f61e842a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Feb 2021 17:57:13 +0000 Subject: [PATCH] generate-configlist.sh: Fix determinism issue @@ -19,14 +19,14 @@ shell script generating the header. Signed-off-by: Richard Purdie Upstream-Status: Submitted [https://public-inbox.org/git/f029a942dd3d50d85e60bd37d8e454524987842f.camel@linuxfoundation.org/T/#u] --- - generate-configlist.sh | 2 +- + tools/generate-configlist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/generate-configlist.sh b/generate-configlist.sh -index 75c39ad..6d4525e 100755 ---- a/generate-configlist.sh -+++ b/generate-configlist.sh -@@ -23,7 +23,7 @@ EOF +diff --git a/tools/generate-configlist.sh b/tools/generate-configlist.sh +index e28054f..96ddd51 100755 +--- a/tools/generate-configlist.sh ++++ b/tools/generate-configlist.sh +@@ -24,7 +24,7 @@ EOF d' \ "$SOURCE_DIR"/Documentation/*config.adoc \ "$SOURCE_DIR"/Documentation/config/*.adoc | diff --git a/meta/recipes-devtools/git/git_2.53.0.bb b/meta/recipes-devtools/git/git_2.54.0.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.53.0.bb rename to meta/recipes-devtools/git/git_2.54.0.bb index 8d71905f41..80c535a726 100644 --- a/meta/recipes-devtools/git/git_2.53.0.bb +++ b/meta/recipes-devtools/git/git_2.54.0.bb @@ -170,7 +170,7 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "429dc0f5fe5f14109930cdbbb588c5d6ef5b8528910f0d738040744bebdc6275" +SRC_URI[tarball.sha256sum] = "45e8107643a44e3ce46f5665beb35af3932fb0d70017687905ab5d4e3aafa8eb" CVE_STATUS[CVE-2024-32002] = "fixed-version: fixed since v2.46.0" CVE_STATUS[CVE-2024-50349] = "fixed-version: fixed since v2.49.0"