diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-29 16:39:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 14:42:20 +0100 |
commit | 8dc1f28aa10c775e64b5275679b1f8142e8cd038 (patch) | |
tree | 59985e8815951bc6c03b6a4509da6f1a091dad2a /meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch | |
parent | a6ebbe3a10ff76386dde03ddaa7097bdb2f5d9a5 (diff) | |
download | poky-8dc1f28aa10c775e64b5275679b1f8142e8cd038.tar.gz |
go: Upgrade to 1.18
1.18 is a major release brings in long awaited new features e.g.
generics, fuzzing
Detailed list is here [1]
Drop patches to manipulate multiword CC/CXX as go has fixed it
differently [2]
Drop cgo portion of patch to hack hash generation logic
either we should find a way to not use it or redo it,
in current form its not upstreamable and its
altering core features of go compiler, it can not be maintained as is
Do not emit linkinfo into the actionID
Drop ignoring CVE-2021-29923 its already addressed in go >= 1.17
[1] https://go.dev/doc/go1.18
[2] https://groups.google.com/g/golang-codereviews/c/fUhCbpYG7HE
(From OE-Core rev: 1a99cc2eed34434d75b2f53af1616ad79eef0906)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch')
-rw-r--r-- | meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch b/meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch index 257454a67d..ef1cc6716a 100644 --- a/meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch +++ b/meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch | |||
@@ -13,8 +13,6 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
13 | src/cmd/dist/buildgo.go | 8 ++++---- | 13 | src/cmd/dist/buildgo.go | 8 ++++---- |
14 | 1 file changed, 4 insertions(+), 4 deletions(-) | 14 | 1 file changed, 4 insertions(+), 4 deletions(-) |
15 | 15 | ||
16 | diff --git a/src/cmd/dist/buildgo.go b/src/cmd/dist/buildgo.go | ||
17 | index caafc13..4eb1c96 100644 | ||
18 | --- a/src/cmd/dist/buildgo.go | 16 | --- a/src/cmd/dist/buildgo.go |
19 | +++ b/src/cmd/dist/buildgo.go | 17 | +++ b/src/cmd/dist/buildgo.go |
20 | @@ -34,8 +34,8 @@ func mkzdefaultcc(dir, file string) { | 18 | @@ -34,8 +34,8 @@ func mkzdefaultcc(dir, file string) { |