diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-09-13 14:24:58 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-09-13 14:24:58 +0000 |
commit | ea725df7606f13bcfcd04eeb33c9b7181a3cd8b5 (patch) | |
tree | 6e866dc87df221c22da12cead959fd5a911ef6a9 /lang | |
parent | 2326a8bb2bb20a3b0fc6a44daf5afe0ff466a60c (diff) | |
download | pkgsrc-ea725df7606f13bcfcd04eeb33c9b7181a3cd8b5.tar.gz |
Update Go to 1.5.1.
go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler,
and the fmt, net/textproto, net/http, and runtime packages. See the Go 1.5.1
milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.5.1
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/PLIST | 4 | ||||
-rw-r--r-- | lang/go/distinfo | 8 | ||||
-rw-r--r-- | lang/go/version.mk | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/lang/go/PLIST b/lang/go/PLIST index 5c11a05b9b1..15990db471b 100644 --- a/lang/go/PLIST +++ b/lang/go/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2015/08/22 10:51:20 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.20 2015/09/13 14:24:58 bsiegert Exp $ bin/go bin/gofmt go/AUTHORS @@ -157,6 +157,7 @@ go/doc/progs/slices.go go/doc/progs/timeout1.go go/doc/progs/timeout2.go go/doc/root.html +go/doc/security.html go/doc/share.png go/doc/tos.html go/favicon.ico @@ -4773,6 +4774,7 @@ go/test/fixedbugs/issue11750.go go/test/fixedbugs/issue11771.go go/test/fixedbugs/issue11790.go go/test/fixedbugs/issue12133.go +go/test/fixedbugs/issue12226.go go/test/fixedbugs/issue1304.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go diff --git a/lang/go/distinfo b/lang/go/distinfo index 285cdc1181a..98690a80a7e 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2015/08/25 23:09:51 fhajny Exp $ +$NetBSD: distinfo,v 1.26 2015/09/13 14:24:58 bsiegert Exp $ -SHA1 (go1.5.src.tar.gz) = 7242bb5ae29594641c75bdc3453d5854cc0a8604 -RMD160 (go1.5.src.tar.gz) = 63abe7fd915997b53fdb0f8d2d071f0e4d549823 -Size (go1.5.src.tar.gz) = 12045689 bytes +SHA1 (go1.5.1.src.tar.gz) = 0df564746d105f4180c2b576a1553ebca9d9a124 +RMD160 (go1.5.1.src.tar.gz) = 751d078789bcd6ec0d85e09f5f40d9959877e202 +Size (go1.5.1.src.tar.gz) = 12049701 bytes SHA1 (patch-src_cmd_go_pkg.go) = ccc470577951bd00741c39229599c0c06be52d0a SHA1 (patch-src_net_sendfile__solaris.go) = 301b1d7f607a676864a3ce568d32036b6199659e SHA1 (patch-src_syscall_syscall__solaris.go) = 436371947897dcba574a6dfecc6bbcd04f6e25b2 diff --git a/lang/go/version.mk b/lang/go/version.mk index 2caa208fb90..d4d1871fd75 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,8 +1,8 @@ -# $NetBSD: version.mk,v 1.7 2015/08/22 10:51:20 bsiegert Exp $ +# $NetBSD: version.mk,v 1.8 2015/09/13 14:24:58 bsiegert Exp $ .include "../../mk/bsd.prefs.mk" -GO_VERSION= 1.5 +GO_VERSION= 1.5.1 GO14_VERSION= 1.4.2 ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm |