summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-03-12 04:29:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-19 15:56:16 +0000
commita149114fec7046a25d1a59a918410891df296427 (patch)
treecee5180ac89c88f8460648d1e7e74391b4cbfc05 /meta/recipes-devtools
parentcca8bde9d700d68c5f36d7d4c47c048526aedfc0 (diff)
downloadpoky-a149114fec7046a25d1a59a918410891df296427.tar.gz
go: Upgrade 1.9 to 1.9.4 stable release
The 1.9.4 fixes a number of issues in the Go compiler and is important to get in before we start working on 1.10 inclusion. - go1.9.1 (released 2017/10/04) includes two security fixes. - go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. - go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime, and the database/sql, math/big, net/http, and net/url packages. - go1.9.4 (released 2018/02/07) includes a security fix to “go get”. (From OE-Core rev: 06980901ee3cbe9ccb8cd3849bf6506d7b29a9bc) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Armin Kuster <akuster808@gmail.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.9.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go-1.9.inc b/meta/recipes-devtools/go/go-1.9.inc
index 7f12241dc1..2823304b7c 100644
--- a/meta/recipes-devtools/go/go-1.9.inc
+++ b/meta/recipes-devtools/go/go-1.9.inc
@@ -1,6 +1,9 @@
1require go-common.inc 1require go-common.inc
2 2
3GO_BASEVERSION = "1.9" 3GO_BASEVERSION = "1.9"
4GO_MINOR = ".4"
5PV .= "${GO_MINOR}"
6
4FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" 7FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
5 8
6LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
@@ -19,5 +22,5 @@ SRC_URI += "\
19" 22"
20SRC_URI_append_libc-musl = " file://set-external-linker.patch" 23SRC_URI_append_libc-musl = " file://set-external-linker.patch"
21 24
22SRC_URI[main.md5sum] = "da2d44ea384076efec43ee1f8b7d45d2" 25SRC_URI[main.md5sum] = "6816441fd6680c63865cdd5cb8bc1960"
23SRC_URI[main.sha256sum] = "a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993" 26SRC_URI[main.sha256sum] = "0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06"