diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-12-10 17:01:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:41 +0000 |
commit | f6804e6ba403ca4f4a8b35cf10a0c48f786a4b40 (patch) | |
tree | db152f8bba6a576dfb1a3d80b9244adafff05058 /meta/recipes-devtools | |
parent | d22ad607e9f7075baf1a06df460625ea2c1d6fc0 (diff) | |
download | poky-f6804e6ba403ca4f4a8b35cf10a0c48f786a4b40.tar.gz |
go: upgrade 1.13.3 -> 1.13.5
go1.13.4 (released 2019/10/31) includes fixes to the net/http and syscall
packages. It also fixes an issue on macOS 10.15 Catalina where the non-
notarized installer and binaries were being rejected by Gatekeeper.
See the Go 1.13.4 milestone on our issue tracker for details.
https://github.com/golang/go/issues?q=milestone%3AGo1.13.4
go1.13.5 (released 2019/12/04) includes fixes to the go command, the runtime,
the linker, and the net/http package. See the Go 1.13.5 milestone on our issue
tracker for details.
https://github.com/golang/go/issues?q=milestone%3AGo1.13.5
(From OE-Core rev: e4c6a49616b3adaa8701ba0ed6569c6fddc47600)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/go/go-1.13.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.13.inc b/meta/recipes-devtools/go/go-1.13.inc index 2afe8b69cd..39dbd742ec 100644 --- a/meta/recipes-devtools/go/go-1.13.inc +++ b/meta/recipes-devtools/go/go-1.13.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require go-common.inc | 1 | require go-common.inc |
2 | 2 | ||
3 | GO_BASEVERSION = "1.13" | 3 | GO_BASEVERSION = "1.13" |
4 | GO_MINOR = ".3" | 4 | GO_MINOR = ".5" |
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 | ||
@@ -19,6 +19,6 @@ SRC_URI += "\ | |||
19 | " | 19 | " |
20 | 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" |
21 | 21 | ||
22 | SRC_URI[main.md5sum] = "94ae8bf6a4fe623e34cb8b0db2a71ec0" | 22 | SRC_URI[main.md5sum] = "ecd1729313608d3ef352ea4fd9ea42cd" |
23 | SRC_URI[main.sha256sum] = "4f7123044375d5c404280737fbd2d0b17064b66182a65919ffe20ffe8620e3df" | 23 | SRC_URI[main.sha256sum] = "27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff" |
24 | 24 | ||