From patchwork Sat Feb 1 13:20:50 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: 56426 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 6DC59C3DA4A for ; Sat, 1 Feb 2025 13:21:01 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.42719.1738416051630472068 for ; Sat, 01 Feb 2025 05:20:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=CH+1Mfhc; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=EC6b9fsF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010194c1abd320-b286017b-3660-49d5-902d-6bf7171ae02a-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=1738416051; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LOXnwDlzAPHLjgYP09QMON9eQz3reEFk6hGUFC0GUwg=; b=CH+1MfhcP7t2K6nngrgpYfSxI8Kxn3WcedcQywrYd486b5B/gFm0/Nj7ochXcQnb hGCDJm6mI77Hzq646/XBE8YIhg/aYmZDzHFW7/0bHuWVDogzi37U7QhWUl16I1r1zix DEzaugGCLBxP73QLk1pcfyNi2qkhJpnINHO3ORkQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416051; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LOXnwDlzAPHLjgYP09QMON9eQz3reEFk6hGUFC0GUwg=; b=EC6b9fsFiHXnX4I2msyKudACU+8QE/xYSgVz273pKDlPF7b+0laCSx5bzrKTZkVL BE2g/p/q4ZlwxPFd4JsmLn5IGFLLs2SQFJYGrScvlOYYu1dObTWWTStbUh3YqEXa8m5 rxc8PqkYgbjx/bQalKdSUrCwneBoPmkWBi5I0Ptg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] go-binary-native: upgrading to 1.23.5 SUCCEEDED Message-ID: <01010194c1abd320-b286017b-3660-49d5-902d-6bf7171ae02a-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.23 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, 01 Feb 2025 13:21:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210533 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *go-binary-native* to *1.23.5* has Succeeded. Next steps: - apply the patch: git am 0001-go-binary-native-upgrade-1.22.11-1.23.5.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 0bb8164f0ffafb62a05c71a52f9d2b75ce5d40b7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 07:19:13 +0000 Subject: [PATCH] go-binary-native: upgrade 1.22.11 -> 1.23.5 --- ...go-binary-native_1.22.11.bb => go-binary-native_1.23.5.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-devtools/go/{go-binary-native_1.22.11.bb => go-binary-native_1.23.5.bb} (78%) diff --git a/meta/recipes-devtools/go/go-binary-native_1.22.11.bb b/meta/recipes-devtools/go/go-binary-native_1.23.5.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.22.11.bb rename to meta/recipes-devtools/go/go-binary-native_1.23.5.bb index a526cc88bc..8f00407695 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.22.11.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.23.5.bb @@ -9,9 +9,7 @@ PROVIDES = "go-native" # Checksums available at https://go.dev/dl/ SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" -SRC_URI[go_linux_amd64.sha256sum] = "0fc88d966d33896384fbde56e9a8d80a305dc17a9f48f1832e061724b1719991" -SRC_URI[go_linux_arm64.sha256sum] = "9ebfcab26801fa4cf0627c6439db7a4da4d3c6766142a3dd83508240e4f21031" -SRC_URI[go_linux_ppc64le.sha256sum] = "963a0ec973640b23ee8bb7a462cc415276fd8436111a03df8c34eb3b1ae29f12" +SRC_URI[go_linux_amd64.sha256sum] = "cbcad4a6482107c7c7926df1608106c189417163428200ce357695cc7e01d091" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux"