From: Jose Quaresma Date: Wed, 6 Dec 2023 15:59:28 +0000 (+0000) Subject: go: update 1.20.10 -> 1.20.11 X-Git-Tag: uninative-4.4~806 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fb378fb9c60c383f0ac068bbe3692f047aa617;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git go: update 1.20.10 -> 1.20.11 Upgrade to latest 1.20.x release [1]: $ git log --oneline go1.20.10..go1.20.11 1d0d4b149c (tag: go1.20.11) [release-branch.go1.20] go1.20.11 46fb781685 [release-branch.go1.20] path/filepath: fix various issues in parsing Windows paths 998fdce3ae [release-branch.go1.20] net/http: pull http2 underflow fix from x/net/http2 d48639094b [release-branch.go1.20] cmd/link: split text sections for arm 32-bit c8fdffb790 [release-branch.go1.20] all: tidy dependency versioning after release [1] https://github.com/golang/go/compare/go1.20.10...go1.20.11 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.10.inc b/meta/recipes-devtools/go/go-1.20.11.inc similarity index 89% rename from meta/recipes-devtools/go/go-1.20.10.inc rename to meta/recipes-devtools/go/go-1.20.11.inc index 39509ed9867..2f510b17916 100644 --- a/meta/recipes-devtools/go/go-1.20.10.inc +++ b/meta/recipes-devtools/go/go-1.20.11.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] = "72d2f51805c47150066c103754c75fddb2c19d48c9219fa33d1e46696c841dbb" +SRC_URI[main.sha256sum] = "d355c5ae3a8f7763c9ec9dc25153aae373958cbcb60dd09e91a8b56c7621b2fc" diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.10.bb b/meta/recipes-devtools/go/go-binary-native_1.20.11.bb similarity index 78% rename from meta/recipes-devtools/go/go-binary-native_1.20.10.bb rename to meta/recipes-devtools/go/go-binary-native_1.20.11.bb index 691670c31e6..bf910679716 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.20.10.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.20.11.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] = "80d34f1fd74e382d86c2d6102e0e60d4318461a7c2f457ec1efc4042752d4248" -SRC_URI[go_linux_arm64.sha256sum] = "fb3c7e15fc4413c5b81eb9f26dbd7cd4faedd5c720b30fa8e2ff77457f74cab6" -SRC_URI[go_linux_ppc64le.sha256sum] = "ebac6e713810174f9ffd7f48c17c373fbf359d50d8e6233b1dfbbdebd524fd1c" +SRC_URI[go_linux_amd64.sha256sum] = "ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe" +SRC_URI[go_linux_arm64.sha256sum] = "7908a49c6ce9d48af9b5ba76ccaa0769da45d8b635259a01065b3739acef4ada" +SRC_URI[go_linux_ppc64le.sha256sum] = "e04676e1aeafe7c415176f330322d43a4be5ea6deb14aca49905bd1449dc7072" 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.10.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.11.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.20.10.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.20.11.bb diff --git a/meta/recipes-devtools/go/go-cross_1.20.10.bb b/meta/recipes-devtools/go/go-cross_1.20.11.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.20.10.bb rename to meta/recipes-devtools/go/go-cross_1.20.11.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.10.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.11.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.20.10.bb rename to meta/recipes-devtools/go/go-crosssdk_1.20.11.bb diff --git a/meta/recipes-devtools/go/go-native_1.20.10.bb b/meta/recipes-devtools/go/go-native_1.20.11.bb similarity index 100% rename from meta/recipes-devtools/go/go-native_1.20.10.bb rename to meta/recipes-devtools/go/go-native_1.20.11.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.20.10.bb b/meta/recipes-devtools/go/go-runtime_1.20.11.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.20.10.bb rename to meta/recipes-devtools/go/go-runtime_1.20.11.bb diff --git a/meta/recipes-devtools/go/go_1.20.10.bb b/meta/recipes-devtools/go/go_1.20.11.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.20.10.bb rename to meta/recipes-devtools/go/go_1.20.11.bb