From: Peter Marko Date: Tue, 10 Jun 2025 22:07:38 +0000 (+0200) Subject: go: upgrade 1.24.3 -> 1.24.4 X-Git-Tag: uninative-4.8~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25aed3ec02c22857380957783e2926bf3368398c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git go: upgrade 1.24.3 -> 1.24.4 Upgrade to latest 1.24.x release [1]: $ git --no-pager log --oneline go1.24.3..go1.24.4 6796ebb2cb [release-branch.go1.24] go1.24.4 85897ca220 [release-branch.go1.24] net/http: strip sensitive proxy headers from redirect requests 9f9cf28f8f [release-branch.go1.24] os: don't follow symlinks on Windows when O_CREATE|O_EXCL a31c931adf [release-branch.go1.24] cmd/link: allow linkname reference to a TEXT symbol regardless of size 03811ab1b3 [release-branch.go1.24] crypto/x509: decouple key usage and policy validation 04a9473847 [release-branch.go1.24] lib/fips140: set inprocess.txt to v1.0.0 db8f1dc948 [release-branch.go1.24] hash/maphash: hash channels in purego version of maphash.Comparable 664cf832ec [release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting 431f75a0b9 [release-branch.go1.24] os: fix Root.Mkdir permission bits on OpenBSD Fixes CVE-2025-4673, CVE-2025-0913 and CVE-2025-22874 [2]. [1] https://github.com/golang/go/compare/go1.24.3...go1.24.4 [2] https://groups.google.com/g/golang-announce/c/ufZ8WpEsA3A Signed-off-by: Peter Marko Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-1.24.3.inc b/meta/recipes-devtools/go/go-1.24.4.inc similarity index 91% rename from meta/recipes-devtools/go/go-1.24.3.inc rename to meta/recipes-devtools/go/go-1.24.4.inc index 78e26146b55..eff3f2f605c 100644 --- a/meta/recipes-devtools/go/go-1.24.3.inc +++ b/meta/recipes-devtools/go/go-1.24.4.inc @@ -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] = "229c08b600b1446798109fae1f569228102c8473caba8104b6418cb5bc032878" +SRC_URI[main.sha256sum] = "5a86a83a31f9fa81490b8c5420ac384fd3d95a3e71fba665c7b3f95d1dfef2b4" diff --git a/meta/recipes-devtools/go/go-binary-native_1.24.3.bb b/meta/recipes-devtools/go/go-binary-native_1.24.4.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.24.3.bb rename to meta/recipes-devtools/go/go-binary-native_1.24.4.bb index af56dc9111b..9f788536c4a 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.24.3.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.4.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] = "3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8" -SRC_URI[go_linux_arm64.sha256sum] = "a463cb59382bd7ae7d8f4c68846e73c4d589f223c589ac76871b66811ded7836" -SRC_URI[go_linux_ppc64le.sha256sum] = "341a749d168f47b1d4dad25e32cae70849b7ceed7c290823b853c9e6b0df0856" +SRC_URI[go_linux_amd64.sha256sum] = "77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717" +SRC_URI[go_linux_arm64.sha256sum] = "d5501ee5aca0f258d5fe9bfaed401958445014495dc115f202d43d5210b45241" +SRC_URI[go_linux_ppc64le.sha256sum] = "9ca4afef813a2578c23843b640ae0290aa54b2e3c950a6cc4c99e16a57dec2ec" UPSTREAM_CHECK_URI = "https://golang.org/dl/" UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.24.3.bb b/meta/recipes-devtools/go/go-cross-canadian_1.24.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.24.3.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.24.4.bb diff --git a/meta/recipes-devtools/go/go-cross_1.24.3.bb b/meta/recipes-devtools/go/go-cross_1.24.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.24.3.bb rename to meta/recipes-devtools/go/go-cross_1.24.4.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.24.3.bb b/meta/recipes-devtools/go/go-crosssdk_1.24.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.24.3.bb rename to meta/recipes-devtools/go/go-crosssdk_1.24.4.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.24.3.bb b/meta/recipes-devtools/go/go-runtime_1.24.4.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.24.3.bb rename to meta/recipes-devtools/go/go-runtime_1.24.4.bb diff --git a/meta/recipes-devtools/go/go_1.24.3.bb b/meta/recipes-devtools/go/go_1.24.4.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.24.3.bb rename to meta/recipes-devtools/go/go_1.24.4.bb