]> code.ossystems Code Review - openembedded-core.git/commit
go: update to 1.14.12
authorLee Chee Yang <chee.yang.lee@intel.com>
Tue, 1 Dec 2020 14:00:13 +0000 (22:00 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 3 Dec 2020 17:35:27 +0000 (07:35 -1000)
commite216b2223cbe8c459348262f98b3cfbe79d12023
treeaf6589e1ffb16aa52b4c56fb3fb062313a9e67ee
parentea7e3c47af4191e69d54fc519865d125ed61d8eb
go: update to 1.14.12

update minor version to 1.14.12

go1.14.8 includes security fixes to the net/http/cgi and net/http/fcgi packages.
go1.14.9 includes fixes to the compiler, linker, runtime, documentation, and the net/http and testing packages.
go1.14.10 includes fixes to the compiler, runtime, and the plugin and testing packages.
go1.14.11 includes fixes to the runtime, and the net/http and time packages.
go1.14.12 includes security fixes to the cmd/go and math/big packages.

Release notes:
https://golang.org/doc/devel/release.html#go1.14.minor

updates include fix for
CVE-2020-24553
CVE-2020-28362
CVE-2020-28366
CVE-2020-28367

Also backport patch to fix below CGO_LDFLAGS error

| Building std for target, linux/amd64.
| go build runtime/cgo: invalid flag in go:cgo_ldflag: -Wl,-O1

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-1.14.inc
meta/recipes-devtools/go/go-1.14/0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch [new file with mode: 0644]