diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-08 07:49:21 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-11 18:04:25 +0100 |
| commit | 2c45ddc4b118d0ad0d8eeb4528e3fdf40bbdf7fa (patch) | |
| tree | 21f87a837f3bc4594d3267c36b2d1506e0886c00 | |
| parent | b7158ac8658acb1b4d0a2e3d006fac9bd41fa9fb (diff) | |
| download | poky-2c45ddc4b118d0ad0d8eeb4528e3fdf40bbdf7fa.tar.gz | |
go: upgrade 1.24.5 -> 1.24.6
Upgrade to latest 1.24.x release [1]:
$ git --no-pager log --oneline go1.24.5..go1.24.6
7f36edc26d [release-branch.go1.24] go1.24.6
83b4a5db24 [release-branch.go1.24] database/sql: avoid closing Rows while scan is in progress
0f5133b742 [release-branch.go1.24] os/exec: fix incorrect expansion of "", "." and ".." in LookPath
6e1c4529e4 [release-branch.go1.24] cmd/compile: for arm64 epilog, do SP increment with a single instruction
731de13dc3 [release-branch.go1.24] os/user: user random name for the test user account
390ffce7d6 [release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects with pointers
b454859a8a [release-branch.go1.24] runtime: stash allpSnapshot on the M
Fixes CVE-2025-47906 and CVE-2025-47907 [2].
[1] https://github.com/golang/go/compare/go1.24.5...go1.24.6
[2] https://groups.google.com/g/golang-announce/c/x5MKroML2yM
(From OE-Core rev: f3072c210ac0a1e4d8046d920c3ebc29f9916b72)
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>
| -rw-r--r-- | meta/recipes-devtools/go/go-1.24.6.inc (renamed from meta/recipes-devtools/go/go-1.24.5.inc) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.24.6.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.24.5.bb) | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.24.6.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.24.5.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-cross_1.24.6.bb (renamed from meta/recipes-devtools/go/go-cross_1.24.5.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.24.6.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.24.5.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.24.6.bb (renamed from meta/recipes-devtools/go/go-runtime_1.24.5.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go_1.24.6.bb (renamed from meta/recipes-devtools/go/go_1.24.5.bb) | 0 |
7 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.24.5.inc b/meta/recipes-devtools/go/go-1.24.6.inc index fae0d3f333..a3933c2a61 100644 --- a/meta/recipes-devtools/go/go-1.24.5.inc +++ b/meta/recipes-devtools/go/go-1.24.6.inc | |||
| @@ -17,4 +17,4 @@ SRC_URI += "\ | |||
| 17 | file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ | 17 | file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ |
| 18 | file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \ | 18 | file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \ |
| 19 | " | 19 | " |
| 20 | SRC_URI[main.sha256sum] = "74fdb09f2352e2b25b7943e56836c9b47363d28dec1c8b56c4a9570f30b8f59f" | 20 | SRC_URI[main.sha256sum] = "e1cb5582aab588668bc04c07de18688070f6b8c9b2aaf361f821e19bd47cfdbd" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.24.5.bb b/meta/recipes-devtools/go/go-binary-native_1.24.6.bb index f052c44566..d5c92bdea5 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.24.5.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.6.bb | |||
| @@ -9,9 +9,9 @@ PROVIDES = "go-native" | |||
| 9 | 9 | ||
| 10 | # Checksums available at https://go.dev/dl/ | 10 | # Checksums available at https://go.dev/dl/ |
| 11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" | 11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" |
| 12 | SRC_URI[go_linux_amd64.sha256sum] = "10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc" | 12 | SRC_URI[go_linux_amd64.sha256sum] = "bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712" |
| 13 | SRC_URI[go_linux_arm64.sha256sum] = "0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa" | 13 | SRC_URI[go_linux_arm64.sha256sum] = "124ea6033a8bf98aa9fbab53e58d134905262d45a022af3a90b73320f3c3afd5" |
| 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "00bdfb16d1094e78473b681d2d09d42c19c886d4dfed743853769f1665c7a552" | 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "63fc9559a3d6dfd63aa902f714375b879bbc848466181c035c122489b9646e27" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" | 16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" |
| 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" |
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.24.5.bb b/meta/recipes-devtools/go/go-cross-canadian_1.24.6.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.24.5.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.24.6.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.24.5.bb b/meta/recipes-devtools/go/go-cross_1.24.6.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.24.5.bb +++ b/meta/recipes-devtools/go/go-cross_1.24.6.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.24.5.bb b/meta/recipes-devtools/go/go-crosssdk_1.24.6.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.24.5.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.24.6.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.24.5.bb b/meta/recipes-devtools/go/go-runtime_1.24.6.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.24.5.bb +++ b/meta/recipes-devtools/go/go-runtime_1.24.6.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.24.5.bb b/meta/recipes-devtools/go/go_1.24.6.bb index 46f5fbc6be..46f5fbc6be 100644 --- a/meta/recipes-devtools/go/go_1.24.5.bb +++ b/meta/recipes-devtools/go/go_1.24.6.bb | |||
