package/go: security bump to version 1.9.7
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”. go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and net/http/pprof package. go1.9.6 (released 2018/05/01) includes fixes to the compiler and go command. go1.9.7 (released 2018/06/05) includes fixes to the go command, and the crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
84e043b4af
commit
c0a646fd29
@ -1,2 +1,2 @@
|
||||
# From https://golang.org/dl/
|
||||
sha256 a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993 go1.9.src.tar.gz
|
||||
sha256 582814fa45e8ecb0859a208e517b48aa0ad951e3b36c7fff203d834e0ef27722 go1.9.7.src.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GO_VERSION = 1.9
|
||||
GO_VERSION = 1.9.7
|
||||
GO_SITE = https://storage.googleapis.com/golang
|
||||
GO_SOURCE = go$(GO_VERSION).src.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user