diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-10-07 22:13:14 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-10-13 18:01:03 +0100 |
| commit | 5b2c7b9b9b1e7d984d91180b6c16374f4232c0d4 (patch) | |
| tree | 1eb0c102bd6280790fa19de79c6235fff42525d1 | |
| parent | b12f36c46e6080df386cc359fc15b61984315ca5 (diff) | |
| download | poky-5b2c7b9b9b1e7d984d91180b6c16374f4232c0d4.tar.gz | |
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 <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.25.1.inc (renamed from meta/recipes-devtools/go/go-1.25.0.inc) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.25.1.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.25.0.bb) | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.25.1.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.25.0.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-cross_1.25.1.bb (renamed from meta/recipes-devtools/go/go-cross_1.25.0.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.25.1.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.25.0.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.25.1.bb (renamed from meta/recipes-devtools/go/go-runtime_1.25.0.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go_1.25.1.bb (renamed from meta/recipes-devtools/go/go_1.25.0.bb) | 0 |
7 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.25.0.inc b/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 += "\ | |||
| 18 | file://0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch \ | 18 | file://0011-cmd-link-stop-forcing-binutils-gold-dependency-on-aa.patch \ |
| 19 | file://0001-runtime-when-using-cgo-on-386-call-C-sigaction-funct.patch \ | 19 | file://0001-runtime-when-using-cgo-on-386-call-C-sigaction-funct.patch \ |
| 20 | " | 20 | " |
| 21 | SRC_URI[main.sha256sum] = "4bd01e91297207bfa450ea40d4d5a93b1b531a5e438473b2a06e18e077227225" | 21 | 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 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" | |||
| 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] = "2852af0cb20a13139b3448992e69b868e50ed0f8a1e5940ee1de9e19a123b613" | 12 | SRC_URI[go_linux_amd64.sha256sum] = "7716a0d940a0f6ae8e1f3b3f4f36299dc53e31b16840dbd171254312c41ca12e" |
| 13 | SRC_URI[go_linux_arm64.sha256sum] = "05de75d6994a2783699815ee553bd5a9327d8b79991de36e38b66862782f54ae" | 13 | SRC_URI[go_linux_arm64.sha256sum] = "65a3e34fb2126f55b34e1edfc709121660e1be2dee6bdf405fc399a63a95a87d" |
| 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "0f18a89e7576cf2c5fa0b487a1635d9bcbf843df5f110e9982c64df52a983ad0" | 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "8b0c8d3ee5b1b5c28b6bd63dc4438792012e01d03b4bf7a61d985c87edab7d1f" |
| 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.25.0.bb b/meta/recipes-devtools/go/go-cross-canadian_1.25.1.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.25.0.bb +++ b/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 index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.25.0.bb +++ b/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 index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.25.0.bb +++ b/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 index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.25.0.bb +++ b/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 index 46f5fbc6be..46f5fbc6be 100644 --- a/meta/recipes-devtools/go/go_1.25.0.bb +++ b/meta/recipes-devtools/go/go_1.25.1.bb | |||
