]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: upgrade 1.24.4 -> 1.24.5
authorPeter Marko <peter.marko@siemens.com>
Wed, 9 Jul 2025 18:07:52 +0000 (20:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jul 2025 16:49:06 +0000 (17:49 +0100)
Upgrade to latest 1.24.x release [1]:

$ git --no-pager log --oneline go1.24.4..go1.24.5
9d828e80fa (tag: go1.24.5) [release-branch.go1.24] go1.24.5
825eeee3f7 [release-branch.go1.24] cmd/go: disable support for multiple vcs in one module
dbf30d88f3 [release-branch.go1.24] cmd/link: permit a larger size BSS reference to a smaller DATA symbol
6b51660c8c [release-branch.go1.24] runtime: set mspan limit field early and eagerly
cc604130c8 [release-branch.go1.24] runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
21b488bb60 [release-branch.go1.24] runtime: handle system goroutines later in goroutine profiling
e038690847 [release-branch.go1.24] cmd/go/internal/fips140: ignore GOEXPERIMENT on error
1575127ef8 [release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrk
7d08a16fba [release-branch.go1.24] cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)
5f2cbe1f64 [release-branch.go1.24] cmd/compile: do nil check before calling duff functions, on arm64 and amd64

Fixes CVE-2025-4674 [2].

[1] https://github.com/golang/go/compare/go1.24.4...go1.24.5
[2] https://groups.google.com/g/golang-announce/c/gTNJnDXmn34

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.24.5.inc [moved from meta/recipes-devtools/go/go-1.24.4.inc with 91% similarity]
meta/recipes-devtools/go/go-binary-native_1.24.5.bb [moved from meta/recipes-devtools/go/go-binary-native_1.24.4.bb with 79% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.24.5.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.24.4.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.24.5.bb [moved from meta/recipes-devtools/go/go-cross_1.24.4.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.24.5.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.24.4.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.24.5.bb [moved from meta/recipes-devtools/go/go-runtime_1.24.4.bb with 100% similarity]
meta/recipes-devtools/go/go_1.24.5.bb [moved from meta/recipes-devtools/go/go_1.24.4.bb with 100% similarity]

similarity index 91%
rename from meta/recipes-devtools/go/go-1.24.4.inc
rename to meta/recipes-devtools/go/go-1.24.5.inc
index eff3f2f605c36a4e5ae786da4106c1ab9bdab2ac..fae0d3f333a8a9867243f5db66ce232e122b45d6 100644 (file)
@@ -17,4 +17,4 @@ SRC_URI += "\
     file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \
     file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \
 "
-SRC_URI[main.sha256sum] = "5a86a83a31f9fa81490b8c5420ac384fd3d95a3e71fba665c7b3f95d1dfef2b4"
+SRC_URI[main.sha256sum] = "74fdb09f2352e2b25b7943e56836c9b47363d28dec1c8b56c4a9570f30b8f59f"
similarity index 79%
rename from meta/recipes-devtools/go/go-binary-native_1.24.4.bb
rename to meta/recipes-devtools/go/go-binary-native_1.24.5.bb
index ae85d3e2662929902f65a6a242d1246b99bb4183..f052c44566acac0d8728be09f6c7d5cd80fb1687 100644 (file)
@@ -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] = "77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717"
-SRC_URI[go_linux_arm64.sha256sum] = "d5501ee5aca0f258d5fe9bfaed401958445014495dc115f202d43d5210b45241"
-SRC_URI[go_linux_ppc64le.sha256sum] = "9ca4afef813a2578c23843b640ae0290aa54b2e3c950a6cc4c99e16a57dec2ec"
+SRC_URI[go_linux_amd64.sha256sum] = "10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc"
+SRC_URI[go_linux_arm64.sha256sum] = "0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa"
+SRC_URI[go_linux_ppc64le.sha256sum] = "00bdfb16d1094e78473b681d2d09d42c19c886d4dfed743853769f1665c7a552"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"