From patchwork Thu Oct 10 19:35: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: 50312 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 29BF8D0EE19 for ; Thu, 10 Oct 2024 19:36:06 +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.53369.1728588954782951292 for ; Thu, 10 Oct 2024 12:35:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=cntFKFTR; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=sE4PHxrg; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019277ee4102-3828f117-04f8-40c2-98e8-3d682f588d22-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=1728588956; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Y8p4+q+TDh8uv3DZXbcYGPfIVjwYKiqpyos696A40sU=; b=cntFKFTRTFN0oY4L77yliYvhMJV0verhGaYMZRsLzUG/5WTVUNj8aSGU8x5B0wht WE8kPbEp+L8URVh8cZ9tc8yuFMugbD6D+LdpMjWPKTFMdk6/+B+um1MpMAHi2ZHcbgZ w7a/pgDRVNk/00PTAz7XD6PbCHwDez2g9VO+xtiU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588956; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Y8p4+q+TDh8uv3DZXbcYGPfIVjwYKiqpyos696A40sU=; b=sE4PHxrgJw4AIJE72nX1z9CLLdTegw0ZpI0CilJZb3Y81DoU+2GJUqizq6CTtWYt KW9dwGCCVMvi0zD2fEqgNuyKlvi3aaHZesiLPIMKQSam1pgsi9CW1nTRb6rxLtC6Lax PENTFJOknzquBVKYtpN0/E0qyQIirKMl9QGIxEaw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] git: upgrading to 2.47.0 SUCCEEDED Message-ID: <0101019277ee4102-3828f117-04f8-40c2-98e8-3d682f588d22-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:35:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-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 ; Thu, 10 Oct 2024 19:36:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205483 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *git* to *2.47.0* has Succeeded. Next steps: - apply the patch: git am 0001-git-upgrade-2.46.1-2.47.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 04f3a1c726c7f269f4829dccea5f75fb01102e4e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 01:01:47 +0000 Subject: [PATCH] git: upgrade 2.46.1 -> 2.47.0 --- ...nfig.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 6 +++--- meta/recipes-devtools/git/git/fixsort.patch | 4 ++-- meta/recipes-devtools/git/{git_2.46.1.bb => git_2.47.0.bb} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-devtools/git/{git_2.46.1.bb => git_2.47.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 3f0bc4aaa1..5950724c64 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 be83596773e42b88ba1104f044a139f35d90a7f5 Mon Sep 17 00:00:00 2001 +From 223f02a47780f17e0f2d90a19480cc5ec5ab8fd5 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,10 +17,10 @@ Signed-off-by: Robert Yang 1 file changed, 4 deletions(-) diff --git a/config.mak.uname b/config.mak.uname -index 85d6382..bdf06ca 100644 +index d511216..3144228 100644 --- a/config.mak.uname +++ b/config.mak.uname -@@ -64,10 +64,6 @@ ifeq ($(uname_S),Linux) +@@ -63,10 +63,6 @@ ifeq ($(uname_S),Linux) PROCFS_EXECUTABLE_PATH = /proc/self/exe HAVE_PLATFORM_PROCINFO = YesPlease COMPAT_OBJS += compat/linux/procinfo.o diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch index d9a3672f1d..8ce5e75769 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 5739830e263558931a58de216a4cdc3414261880 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.46.1.bb b/meta/recipes-devtools/git/git_2.47.0.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.46.1.bb rename to meta/recipes-devtools/git/git_2.47.0.bb index d301c474f2..67356874b5 100644 --- a/meta/recipes-devtools/git/git_2.46.1.bb +++ b/meta/recipes-devtools/git/git_2.47.0.bb @@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "b0a4d1ad50e820edd84c0d1b609c29349d4ae2681ed458914ea759aafcd4bf21" +SRC_URI[tarball.sha256sum] = "a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a"