diff mbox series

[AUH] git: upgrading to 2.54.0 SUCCEEDED

Message ID 0101019de3ee4514-ac63cf1a-2ec3-4ce4-a43c-16a2cd5e4b21-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] git: upgrading to 2.54.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org May 1, 2026, 2:25 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <alex@linutronix.de>
 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 <liezhi.yang@windriver.com>
  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 <richard.purdie@linuxfoundation.org>
 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 <richard.purdie@linuxfoundation.org>
 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"