From 5b2c7b9b9b1e7d984d91180b6c16374f4232c0d4 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 7 Oct 2025 22:13:14 +0200 Subject: [PATCH] go: upgrade 1.25.0 -> 1.25.1 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 --- meta/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 meta/recipes-devtools/go/{go_1.25.0.bb => go_1.25.1.bb} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-1.25.0.inc => go-1.25.1.inc} (91%) rename meta/recipes-devtools/go/{go-binary-native_1.25.0.bb => go-binary-native_1.25.1.bb} (79%) rename meta/recipes-devtools/go/{go-cross-canadian_1.25.0.bb => go-cross-canadian_1.25.1.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.25.0.bb => go-cross_1.25.1.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.25.0.bb => go-crosssdk_1.25.1.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.25.0.bb => go-runtime_1.25.1.bb} (100%) rename meta/recipes-devtools/go/{go_1.25.0.bb => go_1.25.1.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.25.0.inc b/meta/recipes-devtools/go/go-1.25.1.inc similarity index 91% rename from meta/recipes-devtools/go/go-1.25.0.inc rename to meta/recipes-devtools/go/go-1.25.1.inc index 1558b4623d..ca36caed0f 100644 --- a/meta/recipes-devtools/go/go-1.25.0.inc +++ b/meta/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/meta/recipes-devtools/go/go-binary-native_1.25.0.bb b/meta/recipes-devtools/go/go-binary-native_1.25.1.bb similarity index 79% rename from meta/recipes-devtools/go/go-binary-native_1.25.0.bb rename to meta/recipes-devtools/go/go-binary-native_1.25.1.bb index 2b9ad19d70..f82a23d62f 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.25.0.bb +++ b/meta/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/meta/recipes-devtools/go/go-cross-canadian_1.25.0.bb b/meta/recipes-devtools/go/go-cross-canadian_1.25.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.25.0.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.25.1.bb diff --git a/meta/recipes-devtools/go/go-cross_1.25.0.bb b/meta/recipes-devtools/go/go-cross_1.25.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.25.0.bb rename to meta/recipes-devtools/go/go-cross_1.25.1.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.25.0.bb b/meta/recipes-devtools/go/go-crosssdk_1.25.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.25.0.bb rename to meta/recipes-devtools/go/go-crosssdk_1.25.1.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.25.0.bb b/meta/recipes-devtools/go/go-runtime_1.25.1.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.25.0.bb rename to meta/recipes-devtools/go/go-runtime_1.25.1.bb diff --git a/meta/recipes-devtools/go/go_1.25.0.bb b/meta/recipes-devtools/go/go_1.25.1.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.25.0.bb rename to meta/recipes-devtools/go/go_1.25.1.bb