From: Peter Marko <[email protected]> Upgrade to latest 1.25.x release [1]:
$ git --no-pager log --oneline go1.25.6..go1.25.7 eaf3bc799a (tag: go1.25.7) [release-branch.go1.25] go1.25.7 c7d189e65c [release-branch.go1.25] crypto/tls: document resumption behavior across Configs 4512014530 [release-branch.go1.25] crypto/tls: revalidate whole chain on resumption on Windows and macOS d5987bff8a [release-branch.go1.25] crypto/tls: check verifiedChains roots when resuming sessions c2d04c0994 [release-branch.go1.25] crypto/tls: add verifiedChains expiration checking during resumption 6b1110a40f [release-branch.go1.25] Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone" 0765a9d624 [release-branch.go1.25] crypto/x509: fix single label excluded name constraints handling b19100991a [release-branch.go1.25] cmd/go: remove user-content from doc strings in cgo ASTs. 738bc3a33c [release-branch.go1.25] cmd/compile: during regalloc, fixedreg values are always available Fixes CVE-2025-61732 and CVE-2025-68121. Release information: [2] [1] https://github.com/golang/go/compare/go1.25.6...go1.25.7 [2] https://groups.google.com/g/golang-announce/c/K09ubi9FQFk Signed-off-by: Peter Marko <[email protected]> --- meta/recipes-devtools/go/{go-1.25.6.inc => go-1.25.7.inc} | 2 +- ...o-binary-native_1.25.6.bb => go-binary-native_1.25.7.bb} | 6 +++--- ...cross-canadian_1.25.6.bb => go-cross-canadian_1.25.7.bb} | 0 .../go/{go-cross_1.25.6.bb => go-cross_1.25.7.bb} | 0 .../go/{go-crosssdk_1.25.6.bb => go-crosssdk_1.25.7.bb} | 0 .../go/{go-runtime_1.25.6.bb => go-runtime_1.25.7.bb} | 0 meta/recipes-devtools/go/{go_1.25.6.bb => go_1.25.7.bb} | 0 7 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/go/{go-1.25.6.inc => go-1.25.7.inc} (91%) rename meta/recipes-devtools/go/{go-binary-native_1.25.6.bb => go-binary-native_1.25.7.bb} (79%) rename meta/recipes-devtools/go/{go-cross-canadian_1.25.6.bb => go-cross-canadian_1.25.7.bb} (100%) rename meta/recipes-devtools/go/{go-cross_1.25.6.bb => go-cross_1.25.7.bb} (100%) rename meta/recipes-devtools/go/{go-crosssdk_1.25.6.bb => go-crosssdk_1.25.7.bb} (100%) rename meta/recipes-devtools/go/{go-runtime_1.25.6.bb => go-runtime_1.25.7.bb} (100%) rename meta/recipes-devtools/go/{go_1.25.6.bb => go_1.25.7.bb} (100%) diff --git a/meta/recipes-devtools/go/go-1.25.6.inc b/meta/recipes-devtools/go/go-1.25.7.inc similarity index 91% rename from meta/recipes-devtools/go/go-1.25.6.inc rename to meta/recipes-devtools/go/go-1.25.7.inc index 2c31c4a235..ab58f712ef 100644 --- a/meta/recipes-devtools/go/go-1.25.6.inc +++ b/meta/recipes-devtools/go/go-1.25.7.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] = "58cbf771e44d76de6f56d19e33b77d745a1e489340922875e46585b975c2b059" +SRC_URI[main.sha256sum] = "178f2832820274b43e177d32f06a3ebb0129e427dd20a5e4c88df2c1763cf10a" diff --git a/meta/recipes-devtools/go/go-binary-native_1.25.6.bb b/meta/recipes-devtools/go/go-binary-native_1.25.7.bb similarity index 79% rename from meta/recipes-devtools/go/go-binary-native_1.25.6.bb rename to meta/recipes-devtools/go/go-binary-native_1.25.7.bb index 6429bb385b..1995134481 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.25.6.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.25.7.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] = "f022b6aad78e362bcba9b0b94d09ad58c5a70c6ba3b7582905fababf5fe0181a" -SRC_URI[go_linux_arm64.sha256sum] = "738ef87d79c34272424ccdf83302b7b0300b8b096ed443896089306117943dd5" -SRC_URI[go_linux_ppc64le.sha256sum] = "bee02dbe034b12b839ae7807a85a61c13bee09ee38f2eeba2074bd26c0c0ab73" +SRC_URI[go_linux_amd64.sha256sum] = "12e6d6a191091ae27dc31f6efc630e3a3b8ba409baf3573d955b196fdf086005" +SRC_URI[go_linux_arm64.sha256sum] = "ba611a53534135a81067240eff9508cd7e256c560edd5d8c2fef54f083c07129" +SRC_URI[go_linux_ppc64le.sha256sum] = "42124c0edc92464e2b37b2d7fcd3658f0c47ebd6a098732415a522be8cb88e3f" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.25.6.bb b/meta/recipes-devtools/go/go-cross-canadian_1.25.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.25.6.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.25.7.bb diff --git a/meta/recipes-devtools/go/go-cross_1.25.6.bb b/meta/recipes-devtools/go/go-cross_1.25.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.25.6.bb rename to meta/recipes-devtools/go/go-cross_1.25.7.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.25.6.bb b/meta/recipes-devtools/go/go-crosssdk_1.25.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.25.6.bb rename to meta/recipes-devtools/go/go-crosssdk_1.25.7.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.25.6.bb b/meta/recipes-devtools/go/go-runtime_1.25.7.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.25.6.bb rename to meta/recipes-devtools/go/go-runtime_1.25.7.bb diff --git a/meta/recipes-devtools/go/go_1.25.6.bb b/meta/recipes-devtools/go/go_1.25.7.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.25.6.bb rename to meta/recipes-devtools/go/go_1.25.7.bb
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230674): https://lists.openembedded.org/g/openembedded-core/message/230674 Mute This Topic: https://lists.openembedded.org/mt/117694869/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
