diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-07-14 13:34:00 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-19 19:37:38 +0100 |
| commit | 25592f1cac97bdfec2d2d2715fcff24dcfe96ddb (patch) | |
| tree | 260e885b7f8b28342fa3bb1dd9570efae1b3364f /meta/recipes-devtools/go/go-1.20.6.inc | |
| parent | d302b057079d639a205bf7e3ec91bc8d10a70ba7 (diff) | |
| download | poky-25592f1cac97bdfec2d2d2715fcff24dcfe96ddb.tar.gz | |
go: update 1.20.5 -> 1.20.6
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
(From OE-Core rev: 8d8216d8c4d37cc0d9508eb644653f94fff8989c)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.20.6.inc')
| -rw-r--r-- | meta/recipes-devtools/go/go-1.20.6.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.20.6.inc b/meta/recipes-devtools/go/go-1.20.6.inc new file mode 100644 index 0000000000..551171b255 --- /dev/null +++ b/meta/recipes-devtools/go/go-1.20.6.inc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | require go-common.inc | ||
| 2 | |||
| 3 | FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" | ||
| 6 | |||
| 7 | SRC_URI += "\ | ||
| 8 | file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \ | ||
| 9 | file://0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \ | ||
| 10 | file://0003-ld-add-soname-to-shareable-objects.patch \ | ||
| 11 | file://0004-make.bash-override-CC-when-building-dist-and-go_boot.patch \ | ||
| 12 | file://0005-cmd-dist-separate-host-and-target-builds.patch \ | ||
| 13 | file://0006-cmd-go-make-GOROOT-precious-by-default.patch \ | ||
| 14 | file://0007-exec.go-do-not-write-linker-flags-into-buildids.patch \ | ||
| 15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | ||
| 16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ | ||
| 17 | " | ||
| 18 | SRC_URI[main.sha256sum] = "62ee5bc6fb55b8bae8f705e0cb8df86d6453626b4ecf93279e2867092e0b7f70" | ||
