Upgrade to latest 1.20.x release [1]:

$ git log --oneline go1.20.5..go1.20.6 origin/release-branch.go1.20
2c358ffe97 (tag: go1.20.6, origin/release-branch.go1.20) 
[release-branch.go1.20] go1.20.6
312920c00a [release-branch.go1.20] net/http: validate Host header before sending
4db13d762b [release-branch.go1.20] runtime: set raceignore to zero when 
starting a new goroutine
08a58dd8b6 [release-branch.go1.20] runtime: allow for 5 more threads in 
TestWindowsStackMemory*
65092835c5 [release-branch.go1.20] cmd/go: skip TestScript/gccgo_link_ldflags 
on aix/ppc64
bca817594c [release-branch.go1.20] crypto/x509: tolerate multiple matching 
chains in testVerify
b8e67d1ddd [release-branch.go1.20] cmd/go/internal/test: don't wait for 
previous test actions when interrupted
3db4f8146c [release-branch.go1.20] runtime: resolve checkdead panic by refining 
`startm` lock handling in caller context
6b45fb7b73 [release-branch.go1.20] runtime: fallback to TEB arbitrary pointer 
when TLS slots are full
be30960e58 [release-branch.go1.20] runtime: use 1-byte load for address 
checking in racecallatomic
b59efe6c34 [release-branch.go1.20] net/mail: permit more characters in mail 
headers
c32f1afb41 [release-branch.go1.20] all: make safe for new vet analyzer
c7b145655b [release-branch.go1.20] cmd/go: fix tests for new builder environment
03063101a2 [release-branch.go1.20] text/template: set variables correctly in 
range assignment
d51e322a3f [release-branch.go1.20] go/printer: error out of Fprint when it 
would write a '//line' directive with a multiline file path
49594244d3 [release-branch.go1.20] cmd/cover: error out if a requested source 
file contains a newline
4719048211 [release-branch.go1.20] cmd/cgo: error out if the source path used 
in line directives would contain a newline
6c606fc191 [release-branch.go1.20] cmd/go: fix TestScript/build_cwd_newline 
with CGO_ENABLED=0
63ad2b5811 [release-branch.go1.20] cmd/compile: do not report division by error 
during typecheck
95f377daad [release-branch.go1.20] cmd/go: retain extra roots to disambiguate 
imports in 'go mod tidy'
a7a48fad7e [release-branch.go1.20] crypto/ecdsa: properly truncate P-521 hashes
f5172dcd38 [release-branch.go1.20] go/build: check for invalid import paths 
again
8b3acefcbe [release-branch.go1.20] cmd/go: omit checksums for go.mod files 
needed for go version lines more often in pre-1.21 modules
1008486a9f [release-branch.go1.20] cmd/cgo: correct _cgo_flags output

[1] https://github.com/golang/go/compare/go1.20.5...go1.20.6

Signed-off-by: Jose Quaresma <jose.quare...@foundries.io>
---
 meta/recipes-devtools/go/{go-1.20.5.inc => go-1.20.6.inc}   | 2 +-
 ...o-binary-native_1.20.5.bb => go-binary-native_1.20.6.bb} | 6 +++---
 ...cross-canadian_1.20.5.bb => go-cross-canadian_1.20.6.bb} | 0
 .../go/{go-cross_1.20.5.bb => go-cross_1.20.6.bb}           | 0
 .../go/{go-crosssdk_1.20.5.bb => go-crosssdk_1.20.6.bb}     | 0
 .../go/{go-native_1.20.5.bb => go-native_1.20.6.bb}         | 0
 .../go/{go-runtime_1.20.5.bb => go-runtime_1.20.6.bb}       | 0
 meta/recipes-devtools/go/{go_1.20.5.bb => go_1.20.6.bb}     | 0
 8 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/go/{go-1.20.5.inc => go-1.20.6.inc} (89%)
 rename meta/recipes-devtools/go/{go-binary-native_1.20.5.bb => 
go-binary-native_1.20.6.bb} (78%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.20.5.bb => 
go-cross-canadian_1.20.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.20.5.bb => go-cross_1.20.6.bb} 
(100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.20.5.bb => 
go-crosssdk_1.20.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.20.5.bb => go-native_1.20.6.bb} 
(100%)
 rename meta/recipes-devtools/go/{go-runtime_1.20.5.bb => go-runtime_1.20.6.bb} 
(100%)
 rename meta/recipes-devtools/go/{go_1.20.5.bb => go_1.20.6.bb} (100%)

diff --git a/meta/recipes-devtools/go/go-1.20.5.inc 
b/meta/recipes-devtools/go/go-1.20.6.inc
similarity index 89%
rename from meta/recipes-devtools/go/go-1.20.5.inc
rename to meta/recipes-devtools/go/go-1.20.6.inc
index 4e4e57d5cb..551171b255 100644
--- a/meta/recipes-devtools/go/go-1.20.5.inc
+++ b/meta/recipes-devtools/go/go-1.20.6.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] = 
"9a15c133ba2cfafe79652f4815b62e7cfc267f68df1b9454c6ab2a3ca8b96a88"
+SRC_URI[main.sha256sum] = 
"62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70"
diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.5.bb 
b/meta/recipes-devtools/go/go-binary-native_1.20.6.bb
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.20.5.bb
rename to meta/recipes-devtools/go/go-binary-native_1.20.6.bb
index a98be4af1b..5b2f8f4352 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.20.5.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.20.6.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] = 
"d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612"
-SRC_URI[go_linux_arm64.sha256sum] = 
"aa2fab0a7da20213ff975fa7876a66d47b48351558d98851b87d1cfef4360d09"
-SRC_URI[go_linux_ppc64le.sha256sum] = 
"049b8ab07d34077b90c0642138e10207f6db14bdd1743ea994a21e228f8ca53d"
+SRC_URI[go_linux_amd64.sha256sum] = 
"b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb"
+SRC_URI[go_linux_arm64.sha256sum] = 
"4e15ab37556e979181a1a1cc60f6d796932223a0f5351d7c83768b356f84429b"
+SRC_URI[go_linux_ppc64le.sha256sum] = 
"a1b91a42a40bba54bfd5c96c23d72250e0c424038d0d2b5c7950b828b4905822"
 
 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.20.5.bb 
b/meta/recipes-devtools/go/go-cross-canadian_1.20.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross-canadian_1.20.5.bb
rename to meta/recipes-devtools/go/go-cross-canadian_1.20.6.bb
diff --git a/meta/recipes-devtools/go/go-cross_1.20.5.bb 
b/meta/recipes-devtools/go/go-cross_1.20.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross_1.20.5.bb
rename to meta/recipes-devtools/go/go-cross_1.20.6.bb
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.5.bb 
b/meta/recipes-devtools/go/go-crosssdk_1.20.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-crosssdk_1.20.5.bb
rename to meta/recipes-devtools/go/go-crosssdk_1.20.6.bb
diff --git a/meta/recipes-devtools/go/go-native_1.20.5.bb 
b/meta/recipes-devtools/go/go-native_1.20.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-native_1.20.5.bb
rename to meta/recipes-devtools/go/go-native_1.20.6.bb
diff --git a/meta/recipes-devtools/go/go-runtime_1.20.5.bb 
b/meta/recipes-devtools/go/go-runtime_1.20.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-runtime_1.20.5.bb
rename to meta/recipes-devtools/go/go-runtime_1.20.6.bb
diff --git a/meta/recipes-devtools/go/go_1.20.5.bb 
b/meta/recipes-devtools/go/go_1.20.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go_1.20.5.bb
rename to meta/recipes-devtools/go/go_1.20.6.bb
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184263): 
https://lists.openembedded.org/g/openembedded-core/message/184263
Mute This Topic: https://lists.openembedded.org/mt/100141153/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to