summaryrefslogtreecommitdiff
path: root/lang/go/version.mk
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-12-04 16:08:55 +0000
committerbsiegert <bsiegert>2016-12-04 16:08:55 +0000
commit7268ef53bb6617d05b48e392ee0bba51c973ca3f (patch)
tree3c9cf075e6d868fe0f2581f5d283c2b4ab39000e /lang/go/version.mk
parent5ba4204d603ee242f75dc78c8884fc0831c61af3 (diff)
downloadpkgsrc-7268ef53bb6617d05b48e392ee0bba51c973ca3f.tar.gz
Update Go to 1.7.4.
Two security-related issues were recently reported, and to address these issues we have just released Go 1.6.4 and Go 1.7.4. We recommend that all users update to one of these releases (if you're not sure which, choose Go 1.7.4). The issues addressed by these releases are: 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.
Diffstat (limited to 'lang/go/version.mk')
-rw-r--r--lang/go/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk
index 0652980b86c..3527ffb2528 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.20 2016/12/02 20:26:01 maya Exp $
+# $NetBSD: version.mk,v 1.21 2016/12/04 16:08:55 bsiegert Exp $
.include "../../mk/bsd.prefs.mk"
-GO_VERSION= 1.7.3
+GO_VERSION= 1.7.4
GO14_VERSION= 1.4.3
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm*