From: Jose Quaresma Date: Wed, 6 Dec 2023 15:59:30 +0000 (+0000) Subject: go: update 1.20.11 -> 1.20.12 X-Git-Tag: yocto-5.2~4364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8515842b5c503b9a8840675d9cbcfe147d25c1d4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go: update 1.20.11 -> 1.20.12 Upgrade to latest 1.20.x release [1]: $ git log --oneline go1.20.11..go1.20.12 97c8ff8d53 (tag: go1.20.12, origin/release-branch.go1.20) [release-branch.go1.20] go1.20.12 6446af942e [release-branch.go1.20] net/http: limit chunked data overhead 77397ffcb2 [release-branch.go1.20] crypto/rand,runtime: revert "switch RtlGenRandom for ProcessPrng" d77307f855 [release-branch.go1.20] cmd/compile: fix findIndVar so it does not match disjointed loop headers 1bd76576fe [release-branch.go1.20] crypto/rand,runtime: switch RtlGenRandom for ProcessPrng 1b59b017db [release-branch.go1.20] path/filepath: consider \\?\c: as a volume on Windows 46bc33819a [release-branch.go1.20] cmd/go/internal/vcs: error out if the requested repo does not support a secure protocol e1dc209be8 [release-branch.go1.20] cmd/go/internal/modfetch/codehost: set core.longpaths in Git repos on Windows [1] https://github.com/golang/go/compare/go1.20.11...go1.20.12 Signed-off-by: Jose Quaresma Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-1.20.11.inc b/meta/recipes-devtools/go/go-1.20.12.inc similarity index 89% rename from meta/recipes-devtools/go/go-1.20.11.inc rename to meta/recipes-devtools/go/go-1.20.12.inc index 2f510b17916..9be56c67073 100644 --- a/meta/recipes-devtools/go/go-1.20.11.inc +++ b/meta/recipes-devtools/go/go-1.20.12.inc @@ -15,4 +15,4 @@ SRC_URI += "\ file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ " -SRC_URI[main.sha256sum] = "d355c5ae3a8f7763c9ec9dc25153aae373958cbcb60dd09e91a8b56c7621b2fc" +SRC_URI[main.sha256sum] = "c5bf934751d31c315c1d0bb5fb02296545fa6d08923566f7a5afec81f2ed27d6" diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.11.bb b/meta/recipes-devtools/go/go-binary-native_1.20.12.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.20.11.bb rename to meta/recipes-devtools/go/go-binary-native_1.20.12.bb index bf910679716..e555412a19c 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.20.11.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.20.12.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] = "ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe" -SRC_URI[go_linux_arm64.sha256sum] = "7908a49c6ce9d48af9b5ba76ccaa0769da45d8b635259a01065b3739acef4ada" -SRC_URI[go_linux_ppc64le.sha256sum] = "e04676e1aeafe7c415176f330322d43a4be5ea6deb14aca49905bd1449dc7072" +SRC_URI[go_linux_amd64.sha256sum] = "9c5d48c54dd8b0a3b2ef91b0f92a1190aa01f11d26e98033efa64c46a30bba7b" +SRC_URI[go_linux_arm64.sha256sum] = "8afe8e3fb6972eaa2179ef0a71678c67f26509fab4f0f67c4b00f4cdfa92dc87" +SRC_URI[go_linux_ppc64le.sha256sum] = "2ae0ec3736216dfbd7b01ff679842dc1bed365e53a024d522645bcffd01c7328" 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.20.11.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.12.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.20.11.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.20.12.bb diff --git a/meta/recipes-devtools/go/go-cross_1.20.11.bb b/meta/recipes-devtools/go/go-cross_1.20.12.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.20.11.bb rename to meta/recipes-devtools/go/go-cross_1.20.12.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.11.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.12.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.20.11.bb rename to meta/recipes-devtools/go/go-crosssdk_1.20.12.bb diff --git a/meta/recipes-devtools/go/go-native_1.20.11.bb b/meta/recipes-devtools/go/go-native_1.20.12.bb similarity index 100% rename from meta/recipes-devtools/go/go-native_1.20.11.bb rename to meta/recipes-devtools/go/go-native_1.20.12.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.20.11.bb b/meta/recipes-devtools/go/go-runtime_1.20.12.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.20.11.bb rename to meta/recipes-devtools/go/go-runtime_1.20.12.bb diff --git a/meta/recipes-devtools/go/go_1.20.11.bb b/meta/recipes-devtools/go/go_1.20.12.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.20.11.bb rename to meta/recipes-devtools/go/go_1.20.12.bb