diff options
| author | Lee Chee Yang <chee.yang.lee@intel.com> | 2021-02-22 18:41:14 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-04 17:39:08 +0000 |
| commit | 512e2f70a7aee6b826b7aa80381dc4bdd220fb72 (patch) | |
| tree | d16df987029b7ba39187b7f8d675f52c3680e37b /meta/recipes-devtools/go/go-1.14.inc | |
| parent | 65b8cbe9e44a4d56785040c43fd493cc8cf8ba6d (diff) | |
| download | poky-512e2f70a7aee6b826b7aa80381dc4bdd220fb72.tar.gz | |
go: update to 1.14.15
updates include fixes for
CVE-2021-3114
CVE-2021-3115
(From OE-Core rev: ff2622311eebfeb2927217cd887040d5a0b32e76)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.14.inc')
| -rw-r--r-- | meta/recipes-devtools/go/go-1.14.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc index 02c40f4e25..3dfd671d11 100644 --- a/meta/recipes-devtools/go/go-1.14.inc +++ b/meta/recipes-devtools/go/go-1.14.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require go-common.inc | 1 | require go-common.inc |
| 2 | 2 | ||
| 3 | GO_BASEVERSION = "1.14" | 3 | GO_BASEVERSION = "1.14" |
| 4 | GO_MINOR = ".12" | 4 | GO_MINOR = ".15" |
| 5 | PV .= "${GO_MINOR}" | 5 | PV .= "${GO_MINOR}" |
| 6 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | 6 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" |
| 7 | 7 | ||
| @@ -16,7 +16,6 @@ SRC_URI += "\ | |||
| 16 | file://0006-cmd-dist-separate-host-and-target-builds.patch \ | 16 | file://0006-cmd-dist-separate-host-and-target-builds.patch \ |
| 17 | file://0007-cmd-go-make-GOROOT-precious-by-default.patch \ | 17 | file://0007-cmd-go-make-GOROOT-precious-by-default.patch \ |
| 18 | file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ | 18 | file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ |
| 19 | file://0010-cmd-go-permit-CGO_LDFLAGS-to-appear-in-go-ldflag.patch \ | ||
| 20 | " | 19 | " |
| 21 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" | 20 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" |
| 22 | SRC_URI[main.sha256sum] = "b34f4b7ad799eab4c1a52bdef253602ce957125a512f5a1b28dce43c6841b971" | 21 | SRC_URI[main.sha256sum] = "7ed13b2209e54a451835997f78035530b331c5b6943cdcd68a3d815fdc009149" |
