From patchwork Sun Dec 1 10:05:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 53404 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 8E0A6D10DA1 for ; Sun, 1 Dec 2024 10:05:58 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.149801.1733047556866462461 for ; Sun, 01 Dec 2024 02:05:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=cXHjDbup; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=D5nUWFSk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019381af1780-552d6f22-9ef0-458d-8d46-53d963a43a53-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=1733047556; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=REBDHQjYkIoVelNh6B/xy97Qi+oL6ZH5MsC6Be07xQw=; b=cXHjDbuprMRu1D04Ahm8KQYySO/Vdz1Wr1BDNtB/Bo3+Ny0ddcnVfDgjoMFW6pH9 1JVNyP/tQ4jekN2sPRyOtopZDfpU4VoVEsz4QcsO+9GrEy5rr3qN/Hj/sqkwXBfbYmZ lKEyvo/7jfZ383/QIE36WzsOuqM/4kx01lLUyL8k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1733047556; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=REBDHQjYkIoVelNh6B/xy97Qi+oL6ZH5MsC6Be07xQw=; b=D5nUWFSklIHbLDnIrXHO/CES5S7bMjO+E9+jYVQEFaULyTa2BRtVvfuAuAPQUAcA Q9Vyvt+TJB024gJ0xPQmdrp62EmPYyWNEYZQ5iL+UKvSAMh0UAhhu8bNeiTgnQQ0Wca v2lUBm4Jv40DiM7JeDcT/bRQEGE3xmdjjVn4ESrI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] git: upgrading to 2.47.1 SUCCEEDED Message-ID: <0101019381af1780-552d6f22-9ef0-458d-8d46-53d963a43a53-000000@us-west-2.amazonses.com> Date: Sun, 1 Dec 2024 10:05:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.01-54.240.27.45 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 ; Sun, 01 Dec 2024 10:05:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208065 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *git* to *2.47.1* has Succeeded. Next steps: - apply the patch: git am 0001-git-upgrade-2.47.0-2.47.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 3daea66f7ddc7bcd6ccaed15b5dc5bc6e15b6caa Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Dec 2024 07:01:59 +0000 Subject: [PATCH] git: upgrade 2.47.0 -> 2.47.1 --- ...config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 2 +- meta/recipes-devtools/git/git/fixsort.patch | 4 ++-- meta/recipes-devtools/git/{git_2.47.0.bb => git_2.47.1.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/git/{git_2.47.0.bb => git_2.47.1.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 e5135928f0..fc514b535c 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 348811a6f818408a31551d0830dcfe31c55d06a8 Mon Sep 17 00:00:00 2001 +From 5702d4d02fdc343e5627f2492e0f6f59de9567d1 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 d9a3672f1d..d47052f936 100644 --- a/meta/recipes-devtools/git/git/fixsort.patch +++ b/meta/recipes-devtools/git/git/fixsort.patch @@ -1,7 +1,7 @@ -From 83ae059943d3efd824978a759bcfd894ce5085d4 Mon Sep 17 00:00:00 2001 +From c0ebeb2e2df3fba12ab864a533150954f9eb935c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Feb 2021 17:57:13 +0000 -Subject: [PATCH] [PATCH] generate-configlist.sh: Fix determinism issue +Subject: [PATCH] generate-configlist.sh: Fix determinism issue Currently git binaries are not entirely reproducible, at least partly due to config-list.h differing in order depending on the system's diff --git a/meta/recipes-devtools/git/git_2.47.0.bb b/meta/recipes-devtools/git/git_2.47.1.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.47.0.bb rename to meta/recipes-devtools/git/git_2.47.1.bb index 67356874b5..8b5bfecd6a 100644 --- a/meta/recipes-devtools/git/git_2.47.0.bb +++ b/meta/recipes-devtools/git/git_2.47.1.bb @@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a" +SRC_URI[tarball.sha256sum] = "f4c4e98667800585d218dfdf415eb72f73baa7abcac4569e2ce497970f8d6665"