diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2013-09-24 20:53:48 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2013-09-24 20:53:48 +0000 |
commit | b1ff3bf9b7f869ae1e4d9c7456ec451fa360924a (patch) | |
tree | f51dec81f6ec1caafd9661bee069b5c215eb3421 /lang/go/PLIST | |
parent | c1367b9fcfdaedffb0fe8ad9530aab65897a38ea (diff) | |
download | pkgsrc-b1ff3bf9b7f869ae1e4d9c7456ec451fa360924a.tar.gz |
Update go to 1.1.2.
go1.1.2 (released 2013/08/13) includes fixes to the gc compiler and cgo,
and the bufio, runtime, syscall, and time packages. See the change
history for details. If you use package syscall's Getrlimit and
Setrlimit functions under Linux on the ARM or 386 architectures, please
note change 55ac276af5a7 that fixes issue 5949.
This is a leaf package, so it should be ok during the freeze.
Diffstat (limited to 'lang/go/PLIST')
-rw-r--r-- | lang/go/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/go/PLIST b/lang/go/PLIST index 23b859fe577..d7581278d50 100644 --- a/lang/go/PLIST +++ b/lang/go/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2013/07/07 08:10:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/09/24 20:53:48 bsiegert Exp $ bin/go bin/godoc bin/gofmt @@ -2689,6 +2689,7 @@ go/src/pkg/syscall/netlink_linux.go go/src/pkg/syscall/passfd_test.go go/src/pkg/syscall/race.go go/src/pkg/syscall/race0.go +go/src/pkg/syscall/rlimit_linux_test.go go/src/pkg/syscall/route_bsd.go go/src/pkg/syscall/route_darwin.go go/src/pkg/syscall/route_freebsd.go @@ -3720,6 +3721,13 @@ go/test/fixedbugs/issue5614.dir/rethinkgo.go go/test/fixedbugs/issue5614.dir/x.go go/test/fixedbugs/issue5614.dir/y.go go/test/fixedbugs/issue5614.go +go/test/fixedbugs/issue5753.go +go/test/fixedbugs/issue5755.dir/a.go +go/test/fixedbugs/issue5755.dir/main.go +go/test/fixedbugs/issue5755.go +go/test/fixedbugs/issue5809.go +go/test/fixedbugs/issue5820.go +go/test/fixedbugs/issue5841.go go/test/fixedbugs/issue887.go go/test/float_lit.go go/test/floatcmp.go |