]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
go: security bump to version 1.7.4
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 23 Jan 2017 15:17:46 +0000 (16:17 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 23 Jan 2017 22:01:27 +0000 (23:01 +0100)
On Darwin, user's trust preferences for root certificates were not honored.
If the user had a root certificate loaded in their Keychain that was
explicitly not trusted, a Go program would still verify a connection using
that root certificate.  This is addressed by https://golang.org/cl/33721,
tracked in https://golang.org/issue/18141.  Thanks to Xy Ziemba for
identifying and reporting this issue.

The net/http package's Request.ParseMultipartForm method starts writing to
temporary files once the request body size surpasses the given "maxMemory"
limit.  It was possible for an attacker to generate a multipart request
crafted such that the server ran out of file descriptors.  This is addressed
by https://golang.org/cl/30410, tracked in https://golang.org/issue/17965.
Thanks to Simon Rawet for the report.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/go/go.hash
package/go/go.mk

index ff0e8f7a8cbb7d67eb9e9f4c1f2037b6390d19a3..e50f0041f1017bc5d56815fdeb20b444be0ce4a4 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256 ce4f331352313ad7ba9db5daf6f7f81581f3ca9c862d272ae02ee5a3cb294023  go1.7.2.src.tar.gz
+sha256 4c189111e9ba651a2bb3ee868aa881fab36b2f2da3409e80885ca758a6b614cc  go1.7.4.src.tar.gz
index 057d9fd1d96d7958ba62a772cc3508fab8a399cc..bd308902b28e37b6413e4d04019362d027f80ddb 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.7.2
+GO_VERSION = 1.7.4
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz