diff options
author | wiz <wiz> | 2014-08-17 15:17:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-17 15:17:42 +0000 |
commit | c391e1d240a6e67aae229b9937db416f7e91af6c (patch) | |
tree | e96b599750c809ace665dc2eee54f07bc2e666d7 /lang/go | |
parent | b944e231ca717b17f66e0c3ae6926aa723f76280 (diff) | |
download | pkgsrc-c391e1d240a6e67aae229b9937db416f7e91af6c.tar.gz |
Update to 1.3.1:
This release includes bug fixes to the compiler and the runtime,
net, and crypto/rsa packages.
Ok bsiegert@
Diffstat (limited to 'lang/go')
-rw-r--r-- | lang/go/Makefile | 4 | ||||
-rw-r--r-- | lang/go/PLIST | 4 | ||||
-rw-r--r-- | lang/go/distinfo | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index cf7701bf439..59db3967f8c 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2014/07/30 12:04:20 fhajny Exp $ +# $NetBSD: Makefile,v 1.17 2014/08/17 15:17:42 wiz Exp $ -VERSION= 1.3 +VERSION= 1.3.1 DISTNAME= go${VERSION}.src PKGNAME= go-${VERSION} CATEGORIES= lang diff --git a/lang/go/PLIST b/lang/go/PLIST index 9bdb3a37651..1cd4c6eb6fa 100644 --- a/lang/go/PLIST +++ b/lang/go/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2014/07/07 16:44:18 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.11 2014/08/17 15:17:42 wiz Exp $ bin/go bin/gofmt go/AUTHORS @@ -290,6 +290,7 @@ go/misc/cgo/test/issue8148.go go/misc/cgo/test/issue8331.h go/misc/cgo/test/issue8331a.go go/misc/cgo/test/issue8331b.go +go/misc/cgo/test/issue8441.go go/misc/cgo/test/setgid_linux.go go/misc/cgo/test/sleep_windows_386.go go/misc/cgo/testasan/main.go @@ -4112,6 +4113,7 @@ go/test/fixedbugs/issue8132.go go/test/fixedbugs/issue8139.go go/test/fixedbugs/issue8155.go go/test/fixedbugs/issue8158.go +go/test/fixedbugs/issue8325.go go/test/fixedbugs/issue887.go go/test/float_lit.go go/test/float_lit2.go diff --git a/lang/go/distinfo b/lang/go/distinfo index be8277745bb..ad26eb25d0e 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.11 2014/06/22 14:50:47 bsiegert Exp $ +$NetBSD: distinfo,v 1.12 2014/08/17 15:17:42 wiz Exp $ -SHA1 (go1.3.src.tar.gz) = 9f9dfcbcb4fa126b2b66c0830dc733215f2f056e -RMD160 (go1.3.src.tar.gz) = 96472f3b94bb5228bbce0486bd783742af7574a4 -Size (go1.3.src.tar.gz) = 10046547 bytes +SHA1 (go1.3.1.src.tar.gz) = bc296c9c305bacfbd7bff9e1b54f6f66ae421e6e +RMD160 (go1.3.1.src.tar.gz) = f5b15f441075f3541ee4bacebf55c88ccdb7ed8c +Size (go1.3.1.src.tar.gz) = 10047964 bytes SHA1 (patch-src_cmd_go_build.go) = 1ac7a9d77e8061b0f1184ebe59c7600f61da61e2 -SHA1 (patch-src_cmd_ld_elf.c) = fd65c28a0191d06b2cab3c33a12276393d615bc8 |