From patchwork Sat Feb 15 12:42: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: 57394 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 C1A29C021BE for ; Sat, 15 Feb 2025 12:42:21 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.8090.1739623329780371044 for ; Sat, 15 Feb 2025 04:42:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Aizi4Hir; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=V7hOmi+K; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019509a189dc-694d4349-104b-435d-8538-400dbf55e032-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=1739623336; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ONNrzXfUH8ECfA+BZXK2EAhzh/pgPEVYDcnGexrQ8F8=; b=Aizi4Hir1EKv6XV10yWbL82863a6AfPBkRywsvzLHKczRBaw8jidiRY7KYMYUkOK sEXnvav3Xxlyh2iyvMpRecjXpJx1rhIJMCgky+7hchm3fdzUjSp+n5tgcj3mc4KWADQ 9fwtobejS4kyi7U6/wOM/cjqGBEZlse4oxgQVchM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1739623336; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ONNrzXfUH8ECfA+BZXK2EAhzh/pgPEVYDcnGexrQ8F8=; b=V7hOmi+KNG6D7iuhakvHNrnYtFw4SXQ5fERXmSDwCS6pGfUfBJCkDcYdTcDd0ykS P0JYT8lBWRV7cHEgzemlVFKfcaAMefFA8abqNxQw8MDwB9wtDHLGBAChdzuQiUkMJYa tmbA1HJ+QaeW0HD3cKU037CErm9DXS2paK8/C3/U= 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.24.0 SUCCEEDED Message-ID: <0101019509a189dc-694d4349-104b-435d-8538-400dbf55e032-000000@us-west-2.amazonses.com> Date: Sat, 15 Feb 2025 12:42:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.15-54.240.27.31 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 Feb 2025 12:42:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211422 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.24.0* has Succeeded. Next steps: - apply the patch: git am 0001-go-binary-native-upgrade-1.22.12-1.24.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 2081572c4d7d49489741d08aa8f4a78f7943beb6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Feb 2025 07:21:35 +0000 Subject: [PATCH] go-binary-native: upgrade 1.22.12 -> 1.24.0 --- ..._1.22.12.bb => go-binary-native_1.24.0.bb} | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-binary-native_1.22.12.bb => go-binary-native_1.24.0.bb} (46%) diff --git a/meta/recipes-devtools/go/go-binary-native_1.22.12.bb b/meta/recipes-devtools/go/go-binary-native_1.24.0.bb similarity index 46% rename from meta/recipes-devtools/go/go-binary-native_1.22.12.bb rename to meta/recipes-devtools/go/go-binary-native_1.24.0.bb index 747737ff94..b02b12fc46 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.22.12.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.0.bb @@ -1,17 +1,43 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright (c) 2009 The Go Authors. All rights reserved. +# +Copyright 2009 The Go Authors. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# @@ -10,7 +10,7 @@ +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# - * Neither the name of Google Inc. nor the names of its +# + * Neither the name of Google LLC nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# +# + # This recipe is for bootstrapping our go-cross from a prebuilt binary of Go from golang.org. SUMMARY = "Go programming language compiler (upstream binary for bootstrap)" HOMEPAGE = " http://golang.org/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7998cb338f82d15c0eff93b7004d272a" 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] = "4fa4f869b0f7fc6bb1eb2660e74657fbf04cdd290b5aef905585c86051b34d43" -SRC_URI[go_linux_arm64.sha256sum] = "fd017e647ec28525e86ae8203236e0653242722a7436929b1f775744e26278e7" -SRC_URI[go_linux_ppc64le.sha256sum] = "9573d30003b0796717a99d9e2e96c48fddd4fc0f29d840f212c503b03d7de112" +SRC_URI[go_linux_amd64.sha256sum] = "dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux"