summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-09-26 17:37:01 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-09-26 17:37:01 +0000
commite3982863118f592f5ecab5dad7a07c047ea94cc2 (patch)
tree149500f89c87d401c64a78442c2f73d8bc915298 /lang/go
parentdc2f6f3018e25b384919c6f5ab7257e804bb4aca (diff)
downloadpkgsrc-e3982863118f592f5ecab5dad7a07c047ea94cc2.tar.gz
Update go14 to 1.4.3. It fixes four security-related issues.
The issues were reported in Go's net/http package. They affect programs using that package to proxy HTTP requests. We recommend that all users upgrade to Go 1.5, which fixes these issues. For users unable to upgrade to Go 1.5, we have released version 1.4.3, which is based on Go 1.4.2 plus fixes for these issues. Affected Go programs—those that use the net/http package as a proxy server—must be recompiled with Go 1.5 or Go 1.4.3 to receive the fixes. The CVE issue descriptions and fixes are linked below. CVE-2015-5739 "Content Length" treated as valid header: https://go-review.googlesource.com/#/c/11772/ CVE-2015-5740 Double content-length headers does not return 400 error: https://go-review.googlesource.com/#/c/11810/ CVE-2015-5741 Additional hardening, not sending Content-Length w/Transfer-Encoding, Closing connections: https://go-review.googlesource.com/#/c/11810/ https://go-review.googlesource.com/#/c/12865/ https://go-review.googlesource.com/#/c/13148/ The Go team would like to thank Jed Denlea and Régis Leroy for their contributions to this release. They have been awarded 1337 USD under the Google Security Bounty program.
Diffstat (limited to 'lang/go')
-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 d4d1871fd75..26d6ebc0a9a 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,9 +1,9 @@
-# $NetBSD: version.mk,v 1.8 2015/09/13 14:24:58 bsiegert Exp $
+# $NetBSD: version.mk,v 1.9 2015/09/26 17:37:01 bsiegert Exp $
.include "../../mk/bsd.prefs.mk"
GO_VERSION= 1.5.1
-GO14_VERSION= 1.4.2
+GO14_VERSION= 1.4.3
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm
NOT_FOR_PLATFORM= SunOS-*-i386