From patchwork Thu Feb 15 17:32:23 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: 39424 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 C4B36C54EE5 for ; Thu, 15 Feb 2024 17:32:39 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.20159.1708018344653965605 for ; Thu, 15 Feb 2024 09:32:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=bNdg6AQc; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=CdNsCTZB; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018dadd39fe0-04811a34-468c-4c99-a0c6-a1c43db3401f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=PlYqW8knHdOOXhD5lQvFFp7swYgnE6AHV/KM31smlxU=; b=bNdg6AQc8TO0qbgQsSEFsNcdiI07apJoRJ/DskAeV2z2W/ju0FMk8/amXSnsD25R 85m2cSX7vvGle5dm47F8PQltu0NHvo4QuS6XR4ihM1tcuRZDpYvZ1L5FsccSJZZ76Ni MLYjY0Yn4ryUzD6R+vYXfEC1gHfQWC9N2xpFjWbY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=PlYqW8knHdOOXhD5lQvFFp7swYgnE6AHV/KM31smlxU=; b=CdNsCTZBhEJVwOsBTrw/PKM7Muayy3yR9S3iXNSNAMeNkTm6EtRa6ob1UxPNmdko mf9/tEXCOPuhgdXy1bx25u3G3rFdm7hv3GBapXelp049BCaPVl47BtTqegsEivqr+G+ SlpcdmG3teGGLBsy//z383w0NW72gMGg8RdVqT68= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] git: upgrading to 2.43.2 SUCCEEDED Message-ID: <0101018dadd39fe0-04811a34-468c-4c99-a0c6-a1c43db3401f-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-54.240.27.192 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, 15 Feb 2024 17:32:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195574 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *git* to *2.43.2* has Succeeded. Next steps: - apply the patch: git am 0001-git-upgrade-2.43.0-2.43.2.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 49da048da4f631927be5d590b35dfad460c795c7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 07:32:58 +0000 Subject: [PATCH] git: upgrade 2.43.0 -> 2.43.2 --- ...-do-not-force-RHEL-7-specific-build-.patch | 4 ++-- meta/recipes-devtools/git/git/fixsort.patch | 23 ++++++++++++------- .../git/{git_2.43.0.bb => git_2.43.2.bb} | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) rename meta/recipes-devtools/git/{git_2.43.0.bb => git_2.43.2.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 d80d082ba3..59526f1bcd 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 c0c5241abdc113acbe6bcd960686cea414bce357 Mon Sep 17 00:00:00 2001 +From ac7e40abdbe61d5b0ccf960ecc282d1a92306619 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 @@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 4 deletions(-) diff --git a/config.mak.uname b/config.mak.uname -index 259d151..136ae3b 100644 +index 3bb03f4..b5ed7d6 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -64,10 +64,6 @@ ifeq ($(uname_S),Linux) diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch index 07a487e8ca..d395f7d5d0 100644 --- a/meta/recipes-devtools/git/git/fixsort.patch +++ b/meta/recipes-devtools/git/git/fixsort.patch @@ -1,13 +1,16 @@ -[PATCH] generate-configlist.sh: Fix determinism issue +From 3e4877a529f0aa0667a5fd2d4a48f3826da9f78e 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 -Currently git binaries are not entirely reproducible, at least partly +Currently git binaries are not entirely reproducible, at least partly due to config-list.h differing in order depending on the system's locale settings. Under different locales, the entries: "sendemail.identity", "sendemail..*", -would differ in order for example and this leads to differences in +would differ in order for example and this leads to differences in the debug symbols for the binaries. This can be fixed by specifying the C locale for the sort in the @@ -16,11 +19,15 @@ shell script generating the header. Signed-off-by: Richard Purdie Upstream-Status: Submitted [https://public-inbox.org/git/f029a942dd3d50d85e60bd37d8e454524987842f.camel@linuxfoundation.org/T/#u] -Index: git-2.30.0/generate-configlist.sh -=================================================================== ---- git-2.30.0.orig/generate-configlist.sh -+++ git-2.30.0/generate-configlist.sh -@@ -9,7 +9,7 @@ static const char *config_name_list[] = +--- + generate-configlist.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/generate-configlist.sh b/generate-configlist.sh +index 8692fe5..e67ccac 100755 +--- a/generate-configlist.sh ++++ b/generate-configlist.sh +@@ -9,7 +9,7 @@ static const char *config_name_list[] = { EOF grep -h '^[a-zA-Z].*\..*::$' Documentation/*config.txt Documentation/config/*.txt | sed '/deprecated/d; s/::$//; s/, */\n/g' | diff --git a/meta/recipes-devtools/git/git_2.43.0.bb b/meta/recipes-devtools/git/git_2.43.2.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.43.0.bb rename to meta/recipes-devtools/git/git_2.43.2.bb index f913290081..74c9a514e4 100644 --- a/meta/recipes-devtools/git/git_2.43.0.bb +++ b/meta/recipes-devtools/git/git_2.43.2.bb @@ -160,4 +160,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "ed238f5c72a014f238cc49fe7df4c6883732a3881111b381c105e2c5be77302f" +SRC_URI[tarball.sha256sum] = "0dde66dc6a0ef5ae41f550052e5574a01b5378bf2b396497070fc4913c749f75"