diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-01-16 09:43:44 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-01-16 09:43:44 +0000 |
commit | d81cc71c7dfac3e84fb51c97e3a7a9d142b17204 (patch) | |
tree | a534f2cd4fece385708b66d9b96155f8f7f6a15c /lang/go/Makefile | |
parent | fb36c9f29ea29f8d731d251159003d80ec5dc457 (diff) | |
download | pkgsrc-d81cc71c7dfac3e84fb51c97e3a7a9d142b17204.tar.gz |
Update lang/go to 1.5.3.
This is a security-related release, it fixes CVE-2015-8618 that was
partically patched in 1.5.2nb1.
See full release notes for a description:
https://groups.google.com/d/msg/golang-announce/MEATuOi_ei4/JsndUuZwEAAJ
Diffstat (limited to 'lang/go/Makefile')
-rw-r--r-- | lang/go/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index aa4939d55a7..958cdc744c1 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2015/12/22 20:44:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.37 2016/01/16 09:43:44 fhajny Exp $ .include "version.mk" DISTNAME= go${GO_VERSION}.src PKGNAME= go-${GO_VERSION} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/golang/ @@ -17,7 +16,7 @@ WRKSRC= ${WRKDIR}/go USE_TOOLS+= bash:run perl:run pax # uses ulimit -T -BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash +# BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash # cgo compiles under TMPDIR TMPDIR?= /tmp |