[OE-core] [PATCH v2] go: update to go1.9.1

Matt Madison matt at madison.systems
Wed Oct 11 10:49:13 UTC 2017


Addresses two security issues, including CVE-2017-15041

Reference:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15041

Signed-off-by: Matt Madison <matt at madison.systems>
---
 meta/recipes-devtools/go/go-1.9.inc | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/go/go-1.9.inc b/meta/recipes-devtools/go/go-1.9.inc
index 65adaa8..eab518d 100644
--- a/meta/recipes-devtools/go/go-1.9.inc
+++ b/meta/recipes-devtools/go/go-1.9.inc
@@ -1,6 +1,10 @@
 require go-common.inc
 
 GO_BASEVERSION = "1.9"
+MINOR = ".1"
+
+PV = "${GO_BASEVERSION}${MINOR}"
+
 FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
@@ -16,5 +20,5 @@ SRC_URI += "\
         file://0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch \
         file://0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch \
 "
-SRC_URI[main.md5sum] = "da2d44ea384076efec43ee1f8b7d45d2"
-SRC_URI[main.sha256sum] = "a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993"
+SRC_URI[main.md5sum] = "27bce1ffb05f4f6bd90d90081e5d4169"
+SRC_URI[main.sha256sum] = "a84afc9dc7d64fe0fa84d4d735e2ece23831a22117b50dafc75c1484f1cb550e"
-- 
2.7.4




More information about the Openembedded-core mailing list