]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: upgrade 1.25.3 -> 1.25.4
authorPeter Marko <peter.marko@siemens.com>
Thu, 13 Nov 2025 21:18:09 +0000 (22:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Nov 2025 11:09:03 +0000 (11:09 +0000)
Upgrade to latest 1.25.x release [1]:

$ git --no-pager log --oneline go1.25.3..go1.25.4
f2cd93aa05 (tag: go1.25.4) [release-branch.go1.25] go1.25.4
83885f3c22 [release-branch.go1.25] encoding/pem: properly calculate end indexes
5ba37a3677 [release-branch.go1.25] cmd/compile: don't optimize away a panicing interface comparison
8097b1915f [release-branch.go1.25] os: support deleting read-only files in RemoveAll on older Windows versions
4942c74d04 [release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for mips64x"
cd21a7b31b [release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for mipsx"
bf95b76739 [release-branch.go1.25] runtime: use one more address bit for tagged pointers
bbb7627123 [release-branch.go1.25] cmd/compile: prevent shapifying of pointer shape type
7e049e5c31 [release-branch.go1.25] encoding/pem: properly decode strange PEM data
f6db7350e1 [release-branch.go1.25] net/url: allow IP-literals with IPv4-mapped IPv6 addresses

Release information: [2]

[1] https://github.com/golang/go/compare/go1.25.3...go1.25.4
[2] https://groups.google.com/g/golang-announce/c/tVVHm9gnwl8

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.25.4.inc [moved from meta/recipes-devtools/go/go-1.25.3.inc with 91% similarity]
meta/recipes-devtools/go/go-binary-native_1.25.4.bb [moved from meta/recipes-devtools/go/go-binary-native_1.25.3.bb with 79% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.25.4.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.25.3.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.25.4.bb [moved from meta/recipes-devtools/go/go-cross_1.25.3.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.25.4.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.25.3.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.25.4.bb [moved from meta/recipes-devtools/go/go-runtime_1.25.3.bb with 100% similarity]
meta/recipes-devtools/go/go_1.25.4.bb [moved from meta/recipes-devtools/go/go_1.25.3.bb with 100% similarity]

similarity index 91%
rename from meta/recipes-devtools/go/go-1.25.3.inc
rename to meta/recipes-devtools/go/go-1.25.4.inc
index c29f4d6eceef5e3adc34d0a0b17a09274b0a70ae..f88d7feef103477732946bc28a797508c3d72905 100644 (file)
@@ -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] = "a81a4ba593d0015e10c51e267de3ff07c7ac914dfca037d9517d029517097795"
+SRC_URI[main.sha256sum] = "160043b7f17b6d60b50369436917fda8d5034640ba39ae2431c6b95a889cc98c"
similarity index 79%
rename from meta/recipes-devtools/go/go-binary-native_1.25.3.bb
rename to meta/recipes-devtools/go/go-binary-native_1.25.4.bb
index b1d9522cb6ff9621918decca616d08b255e5407b..921005c21b903a549b19674f396d356a2a13219c 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] = "0335f314b6e7bfe08c3d0cfaa7c19db961b7b99fb20be62b0a826c992ad14e0f"
-SRC_URI[go_linux_arm64.sha256sum] = "1d42ebc84999b5e2069f5e31b67d6fc5d67308adad3e178d5a2ee2c9ff2001f5"
-SRC_URI[go_linux_ppc64le.sha256sum] = "68d1a08bf3567f330717d821b266a0be1c5080bd05dc238b5a43a24ca0c47d7c"
+SRC_URI[go_linux_amd64.sha256sum] = "9fa5ffeda4170de60f67f3aa0f824e426421ba724c21e133c1e35d6159ca1bec"
+SRC_URI[go_linux_arm64.sha256sum] = "a68e86d4b72c2c2fecf7dfed667680b6c2a071221bbdb6913cf83ce3f80d9ff0"
+SRC_URI[go_linux_ppc64le.sha256sum] = "38c8ac8463537c99fbc1ef368f243b626144446c09db71b1d20634a4237c966d"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"