From patchwork Sat Mar 15 14:18:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 59066 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 0C4F9C36002 for ; Sat, 15 Mar 2025 14:18:20 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.10363.1742048296653501832 for ; Sat, 15 Mar 2025 07:18:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=alZ6aWg8; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=YU7uVIfY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101959a2b7c37-2f27cef6-ff7d-45d4-b70d-e794b22e9c12-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1742048296; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=lLiuGbiL0fLVNqNQjy4SBSceUa2smTqSQPVTyYdE01w=; b=alZ6aWg8+BNL3BBf32l0olkXJK3ue6jg/jgEnJwdl3R5uG0o1jkM+hfV+AB7VDB5 XX6xtR8pdBy09heK/rGPG8bAE0r436XreWk+gVTMfIXtgQZTrO02wBMI5pbe7VhZo0y I4Xo6ln2hv03pN5AnXuPQ08Yx4BcWIpKAuvUfyyU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048296; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=lLiuGbiL0fLVNqNQjy4SBSceUa2smTqSQPVTyYdE01w=; b=YU7uVIfY0pAma2tc56hsv/WVsv2MA+B5DMhha4LME1mW+XWADcXMhz0ewA1PxJ0e oRkZdJ3Jg9R5mFtubPChHnVye3ko/zIGQgFFm6DmqpN2D+5L3bPtXZ+je3uetxPl+TE PuDLptLNCT8QACst3wXcVOoORk9Qp95tDRuIdOuc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] git: upgrading to 2.49.0 SUCCEEDED Message-ID: <010101959a2b7c37-2f27cef6-ff7d-45d4-b70d-e794b22e9c12-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.30 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Mar 2025 14:18:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212902 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *git* to *2.49.0* has Succeeded. Next steps: - apply the patch: git am 0001-git-upgrade-2.48.1-2.49.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 bd2d0b985a6bad82bbc477e014bc722a9eaeeadb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 08:17:35 +0000 Subject: [PATCH] git: upgrade 2.48.1 -> 2.49.0 --- ...nfig.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 2 +- meta/recipes-devtools/git/git/fixsort.patch | 6 +++--- meta/recipes-devtools/git/{git_2.48.1.bb => git_2.49.0.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/git/{git_2.48.1.bb => git_2.49.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 cbe9a32fa1..61bf0e12dc 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 2a97f61c558a03282c7d81797f1cd8b594f953dc Mon Sep 17 00:00:00 2001 +From 325c30dac4eafdd463c8ffcfe1215858d642ab91 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 diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch index e01953e324..e077eba8ff 100644 --- a/meta/recipes-devtools/git/git/fixsort.patch +++ b/meta/recipes-devtools/git/git/fixsort.patch @@ -1,4 +1,4 @@ -From 0ada98b8e1de3fe835b439777303dfaf9ac65a08 Mon Sep 17 00:00:00 2001 +From 65fa5c0f849fe4a1e3cb8e6af0086ef0748c28de 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 @@ -23,12 +23,12 @@ Upstream-Status: Submitted [https://public-inbox.org/git/f029a942dd3d50d85e60bd3 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-configlist.sh b/generate-configlist.sh -index 5794226..6b0b939 100755 +index dffdaad..cc35a21 100755 --- a/generate-configlist.sh +++ b/generate-configlist.sh @@ -15,7 +15,7 @@ static const char *config_name_list[] = { EOF - grep -h '^[a-zA-Z].*\..*::$' "$SOURCE_DIR"/Documentation/*config.txt "$SOURCE_DIR"/Documentation/config/*.txt | + grep -h '^[a-zA-Z].*\..*::$' "$SOURCE_DIR"/Documentation/*config.adoc "$SOURCE_DIR"/Documentation/config/*.adoc | sed '/deprecated/d; s/::$//; s/, */\n/g' | - sort | + LC_ALL=C sort | diff --git a/meta/recipes-devtools/git/git_2.48.1.bb b/meta/recipes-devtools/git/git_2.49.0.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.48.1.bb rename to meta/recipes-devtools/git/git_2.49.0.bb index e0df23eb47..66082d0bde 100644 --- a/meta/recipes-devtools/git/git_2.48.1.bb +++ b/meta/recipes-devtools/git/git_2.49.0.bb @@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "51b4d03b1e311ba673591210f94f24a4c5781453e1eb188822e3d9cdc04c2212" +SRC_URI[tarball.sha256sum] = "f8047f572f665bebeb637fd5f14678f31b3ca5d2ff9a18f20bd925bd48f75d3c"