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 | f0cafe6953cff746ba2390c5f666dd7e8d2f9d6e (patch) | |
tree | f51dec81f6ec1caafd9661bee069b5c215eb3421 | |
parent | 46ec3f974e1bbd8adf9a62e78d688b156bb19672 (diff) | |
download | pkgsrc-f0cafe6953cff746ba2390c5f666dd7e8d2f9d6e.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.
-rw-r--r-- | lang/go/Makefile | 7 | ||||
-rw-r--r-- | lang/go/PLIST | 10 | ||||
-rw-r--r-- | lang/go/distinfo | 8 |
3 files changed, 17 insertions, 8 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index ba841b271f1..93a5705c0df 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2013/07/07 08:10:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/09/24 20:53:48 bsiegert Exp $ -DISTNAME= go1.1.1.src -PKGNAME= go-1.1.1 +DISTNAME= go1.1.2.src +PKGNAME= go-1.1.2 CATEGORIES= lang MASTER_SITES= https://go.googlecode.com/files/ +FETCH_USING?= curl MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= http://golang.org/ 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 diff --git a/lang/go/distinfo b/lang/go/distinfo index 9daba91295a..561370754d0 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2013/07/07 08:10:14 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/09/24 20:53:48 bsiegert Exp $ -SHA1 (go1.1.1.src.tar.gz) = f365aed8183e487a48a66ace7bf36e5974dffbb3 -RMD160 (go1.1.1.src.tar.gz) = ad1f043583b4eda92d10088ba4d51afb1688f77d -Size (go1.1.1.src.tar.gz) = 9045336 bytes +SHA1 (go1.1.2.src.tar.gz) = f5ab02bbfb0281b6c19520f44f7bc26f9da563fb +RMD160 (go1.1.2.src.tar.gz) = 7bebc4977c3c4922603bb972472ef900684dea16 +Size (go1.1.2.src.tar.gz) = 9049357 bytes SHA1 (patch-src_pkg_os_signal_signal__test.go) = f2f24f8a1d5ed0417ab24223ad5828e4894df93c SHA1 (patch-src_run.bash) = c69fee7d696deb8e60f012eec1695312a2f3c59c |