]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
go: security bump to version 1.10.2
authorAnisse Astier <anisse@astier.eu>
Fri, 11 May 2018 20:50:37 +0000 (22:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 11 May 2018 21:10:27 +0000 (23:10 +0200)
This bump contains many bug fixes, as well as the following security
issue, patched in Go 1.10.1:

CVE-2018-7187: The "go get" implementation in Go 1.9.4, when the
-insecure command-line option is used, does not validate the import path
(get/vcs.go only checks for "://" anywhere in the string), which allows
remote attackers to execute arbitrary OS commands via a crafted web
site.

Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/go/go.hash
package/go/go.mk

index 73c1578d0b07f692284eb1a8cd69e038a8af2c56..9f5b80e9f5d5f45e264ad96439d1f6ca23bb3486 100644 (file)
@@ -1,2 +1,2 @@
 # From https://golang.org/dl/
-sha256 f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24        go1.10.src.tar.gz
+sha256 6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd        go1.10.2.src.tar.gz
index 6e2612481d46b544af5eec221339e6b4ccfa9ac3..73f14cc78fcfb506e6e3a01ed0348982511ea566 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.10
+GO_VERSION = 1.10.2
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz