From patchwork Tue Oct 14 19:36:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 72286 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 1B852CCD18E for ; Tue, 14 Oct 2025 19:36:49 +0000 (UTC) Received: from mta-64-227.siemens.flowmailer.net (mta-64-227.siemens.flowmailer.net [185.136.64.227]) by mx.groups.io with SMTP id smtpd.web10.5210.1760470601102127957 for ; Tue, 14 Oct 2025 12:36:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm2 header.b=Fja8pdTy; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.227, mailfrom: fm-256628-2025101419363813793a223e00020768-efbufu@rts-flowmailer.siemens.com) Received: by mta-64-227.siemens.flowmailer.net with ESMTPSA id 2025101419363813793a223e00020768 for ; Tue, 14 Oct 2025 21:36:38 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm2; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=7Guy5ZqCBVWDMYBXIx2kiceuS6eDZLcohe67hvZ50DM=; b=Fja8pdTyjNRrl6p71FdPif4+toHcLngRN6IwTBFMb+b5XcfzaHEetsGVBwrByqU7p/ot0N qU1DvUlHJUk70QvsomE1OmFEDfZu0jVcAyU1r/6qXe5PsEzhqLKTO7Pvlt893bAJRnn0ogay 9Y7j6+a5EjFeShjTuzULXCO+Y0Y845n0e9dnSuYUZLOyeRml1sVPyIr/OtaouQwd0ShxJIqq hVne81hgykzY83ZHJTxDrep08Lq7f5GLGXC7qN/tbUE6oKusWoJy1Xy3UFvq2OngiA3heile CI/zwSWtUIZJab2G/ePZerxeqKeJxnc7WM9bQyNi1hi/M6V3s6+DCLVA==; From: Peter Marko To: yocto-patches@lists.yoctoproject.org Cc: jose.quaresma@foundries.io, peter.marko@siemens.com Subject: [meta-lts-mixins][kirkstone/go][PATCH 2/3] go: upgrade 1.25.0 -> 1.25.1 Date: Tue, 14 Oct 2025 21:36:32 +0200 Message-Id: <20251014193633.583798-2-peter.marko@siemens.com> In-Reply-To: <20251014193633.583798-1-peter.marko@siemens.com> References: <20251014193633.583798-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer 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 ; Tue, 14 Oct 2025 19:36:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/2306 From: Peter Marko Upgrade to latest 1.25.x release [1]: $ git --no-pager log --oneline go1.25.0..go1.25.1 56ebf80e57 (tag: go1.25.1) [release-branch.go1.25] go1.25.1 b1959cf6f7 [release-branch.go1.25] net/http: require exact match for CrossSiteProtection bypass patterns cdd8cf4988 [release-branch.go1.25] net: fix WriteMsgUDPAddrPort addr handling on IPv4 sockets 8995e84ac6 [release-branch.go1.25] internal/poll: set the correct file offset in FD.Seek for Windows overlapped handles 749dff880a [release-branch.go1.25] runtime: make all synctest bubble violations fatal panics 21ac81c1e1 [release-branch.go1.25] os/exec: fix incorrect expansion of ".." in LookPath on plan9 c72fcab6d6 [release-branch.go1.25] cmd/go/internal/gover: fix ModIsPrerelease for toolchain versions Fixes CVE-2025-47910 [2]. [1] https://github.com/golang/go/compare/go1.25.0...go1.25.1 [2] https://groups.google.com/g/golang-announce/c/PtW9VW21NPs (From OE-Core rev: 34d34fdac49e2a3035e6a1aa3d5e8d1090e91c9f) Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- recipes-devtools/go/{go-1.25.0.inc => go-1.25.1.inc} | 2 +- ...o-binary-native_1.25.0.bb => go-binary-native_1.25.1.bb} | 6 +++--- ...cross-canadian_1.25.0.bb => go-cross-canadian_1.25.1.bb} | 0 .../go/{go-cross_1.25.0.bb => go-cross_1.25.1.bb} | 0 .../go/{go-crosssdk_1.25.0.bb => go-crosssdk_1.25.1.bb} | 0 .../go/{go-runtime_1.25.0.bb => go-runtime_1.25.1.bb} | 0 recipes-devtools/go/{go_1.25.0.bb => go_1.25.1.bb} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename recipes-devtools/go/{go-1.25.0.inc => go-1.25.1.inc} (91%) rename recipes-devtools/go/{go-binary-native_1.25.0.bb => go-binary-native_1.25.1.bb} (79%) rename recipes-devtools/go/{go-cross-canadian_1.25.0.bb => go-cross-canadian_1.25.1.bb} (100%) rename recipes-devtools/go/{go-cross_1.25.0.bb => go-cross_1.25.1.bb} (100%) rename recipes-devtools/go/{go-crosssdk_1.25.0.bb => go-crosssdk_1.25.1.bb} (100%) rename recipes-devtools/go/{go-runtime_1.25.0.bb => go-runtime_1.25.1.bb} (100%) rename recipes-devtools/go/{go_1.25.0.bb => go_1.25.1.bb} (100%) diff --git a/recipes-devtools/go/go-1.25.0.inc b/recipes-devtools/go/go-1.25.1.inc similarity index 91% rename from recipes-devtools/go/go-1.25.0.inc rename to recipes-devtools/go/go-1.25.1.inc index 1558b46..ca36cae 100644 --- a/recipes-devtools/go/go-1.25.0.inc +++ b/recipes-devtools/go/go-1.25.1.inc @@ -18,4 +18,4 @@ SRC_URI += "\ file://0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch \ file://0001-runtime-when-using-cgo-on-386-call-C-sigaction-funct.patch \ " -SRC_URI[main.sha256sum] = "4bd01e91297207bfa450ea40d4d5a93b1b531a5e438473b2a06e18e077227225" +SRC_URI[main.sha256sum] = "d010c109cee94d80efe681eab46bdea491ac906bf46583c32e9f0dbb0bd1a594" diff --git a/recipes-devtools/go/go-binary-native_1.25.0.bb b/recipes-devtools/go/go-binary-native_1.25.1.bb similarity index 79% rename from recipes-devtools/go/go-binary-native_1.25.0.bb rename to recipes-devtools/go/go-binary-native_1.25.1.bb index 6f8e02e..80d8c8a 100644 --- a/recipes-devtools/go/go-binary-native_1.25.0.bb +++ b/recipes-devtools/go/go-binary-native_1.25.1.bb @@ -9,9 +9,9 @@ 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] = "2852af0cb20a13139b3448992e69b868e50ed0f8a1e5940ee1de9e19a123b613" -SRC_URI[go_linux_arm64.sha256sum] = "05de75d6994a2783699815ee553bd5a9327d8b79991de36e38b66862782f54ae" -SRC_URI[go_linux_ppc64le.sha256sum] = "0f18a89e7576cf2c5fa0b487a1635d9bcbf843df5f110e9982c64df52a983ad0" +SRC_URI[go_linux_amd64.sha256sum] = "7716a0d940a0f6ae8e1f3b3f4f36299dc53e31b16840dbd171254312c41ca12e" +SRC_URI[go_linux_arm64.sha256sum] = "65a3e34fb2126f55b34e1edfc709121660e1be2dee6bdf405fc399a63a95a87d" +SRC_URI[go_linux_ppc64le.sha256sum] = "8b0c8d3ee5b1b5c28b6bd63dc4438792012e01d03b4bf7a61d985c87edab7d1f" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" diff --git a/recipes-devtools/go/go-cross-canadian_1.25.0.bb b/recipes-devtools/go/go-cross-canadian_1.25.1.bb similarity index 100% rename from recipes-devtools/go/go-cross-canadian_1.25.0.bb rename to recipes-devtools/go/go-cross-canadian_1.25.1.bb diff --git a/recipes-devtools/go/go-cross_1.25.0.bb b/recipes-devtools/go/go-cross_1.25.1.bb similarity index 100% rename from recipes-devtools/go/go-cross_1.25.0.bb rename to recipes-devtools/go/go-cross_1.25.1.bb diff --git a/recipes-devtools/go/go-crosssdk_1.25.0.bb b/recipes-devtools/go/go-crosssdk_1.25.1.bb similarity index 100% rename from recipes-devtools/go/go-crosssdk_1.25.0.bb rename to recipes-devtools/go/go-crosssdk_1.25.1.bb diff --git a/recipes-devtools/go/go-runtime_1.25.0.bb b/recipes-devtools/go/go-runtime_1.25.1.bb similarity index 100% rename from recipes-devtools/go/go-runtime_1.25.0.bb rename to recipes-devtools/go/go-runtime_1.25.1.bb diff --git a/recipes-devtools/go/go_1.25.0.bb b/recipes-devtools/go/go_1.25.1.bb similarity index 100% rename from recipes-devtools/go/go_1.25.0.bb rename to recipes-devtools/go/go_1.25.1.bb