pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update Go to 1.8rc2.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Feb 4 11:28:18 2017 +0100
Changeset:	5208f6b50633ab1874343937bad2d21f31e3356f

Modified Files:
	go/PLIST
	go/distinfo
	go/version.mk

Log Message:
Update Go to 1.8rc2.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5208f6b50633ab1874343937bad2d21f31e3356f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go/PLIST      | 34 ++++++++++++++++++++++++++++++++--
 go/distinfo   |  8 ++++----
 go/version.mk |  2 +-
 3 files changed, 37 insertions(+), 7 deletions(-)

diffs:
diff --git a/go/PLIST b/go/PLIST
index b53cb06259..6ae0611791 100644
--- a/go/PLIST
+++ b/go/PLIST
@@ -384,6 +384,13 @@ go/misc/cgo/testplugin/altpath/src/common/common.go
 go/misc/cgo/testplugin/altpath/src/plugin-mismatch/main.go
 go/misc/cgo/testplugin/src/common/common.go
 go/misc/cgo/testplugin/src/host/host.go
+go/misc/cgo/testplugin/src/iface/main.go
+go/misc/cgo/testplugin/src/iface_a/a.go
+go/misc/cgo/testplugin/src/iface_b/b.go
+go/misc/cgo/testplugin/src/iface_i/i.go
+go/misc/cgo/testplugin/src/issue18676/dynamodbstreamsevt/definition.go
+go/misc/cgo/testplugin/src/issue18676/main.go
+go/misc/cgo/testplugin/src/issue18676/plugin.go
 go/misc/cgo/testplugin/src/plugin1/plugin1.go
 go/misc/cgo/testplugin/src/plugin2/plugin2.go
 go/misc/cgo/testplugin/src/sub/plugin1/plugin1.go
@@ -418,6 +425,10 @@ go/misc/cgo/testshared/src/exe2/exe2.go
 go/misc/cgo/testshared/src/exe3/exe3.go
 go/misc/cgo/testshared/src/execgo/exe.go
 go/misc/cgo/testshared/src/explicit/explicit.go
+go/misc/cgo/testshared/src/iface/main.go
+go/misc/cgo/testshared/src/iface_a/a.go
+go/misc/cgo/testshared/src/iface_b/b.go
+go/misc/cgo/testshared/src/iface_i/i.go
 go/misc/cgo/testshared/src/implicit/implicit.go
 go/misc/cgo/testshared/src/implicitcmd/implicitcmd.go
 go/misc/cgo/testshared/src/trivial/trivial.go
@@ -657,6 +668,7 @@ go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/lca_test.go
 go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/likelyadjust.go
 go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/location.go
 go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/loopbce.go
+go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/loopreschedchecks.go
 go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/lower.go
 go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/magic.go
 go/pkg/bootstrap/src/bootstrap/cmd/compile/internal/ssa/nilcheck.go
@@ -1200,7 +1212,6 @@ go/src/archive/zip/register.go
 go/src/archive/zip/struct.go
 go/src/archive/zip/testdata/crc32-not-streamed.zip
 go/src/archive/zip/testdata/dd.zip
-go/src/archive/zip/testdata/extra-timestamp.zip
 go/src/archive/zip/testdata/go-no-datadesc-sig.zip
 go/src/archive/zip/testdata/go-with-datadesc-sig.zip
 go/src/archive/zip/testdata/gophercolor16x16.png
@@ -1478,6 +1489,7 @@ go/src/cmd/compile/internal/ssa/lca_test.go
 go/src/cmd/compile/internal/ssa/likelyadjust.go
 go/src/cmd/compile/internal/ssa/location.go
 go/src/cmd/compile/internal/ssa/loopbce.go
+go/src/cmd/compile/internal/ssa/loopreschedchecks.go
 go/src/cmd/compile/internal/ssa/lower.go
 go/src/cmd/compile/internal/ssa/magic.go
 go/src/cmd/compile/internal/ssa/nilcheck.go
@@ -1690,6 +1702,18 @@ go/src/cmd/go/testdata/src/dupload/dupload.go
 go/src/cmd/go/testdata/src/dupload/p/p.go
 go/src/cmd/go/testdata/src/dupload/p2/p2.go
 go/src/cmd/go/testdata/src/dupload/vendor/p/p.go
+go/src/cmd/go/testdata/src/empty/pkg/pkg.go
+go/src/cmd/go/testdata/src/empty/pkgtest/pkg.go
+go/src/cmd/go/testdata/src/empty/pkgtest/test_test.go
+go/src/cmd/go/testdata/src/empty/pkgtestxtest/pkg.go
+go/src/cmd/go/testdata/src/empty/pkgtestxtest/test_test.go
+go/src/cmd/go/testdata/src/empty/pkgtestxtest/xtest_test.go
+go/src/cmd/go/testdata/src/empty/pkgxtest/pkg.go
+go/src/cmd/go/testdata/src/empty/pkgxtest/xtest_test.go
+go/src/cmd/go/testdata/src/empty/test/test_test.go
+go/src/cmd/go/testdata/src/empty/testxtest/test_test.go
+go/src/cmd/go/testdata/src/empty/testxtest/xtest_test.go
+go/src/cmd/go/testdata/src/empty/xtest/xtest_test.go
 go/src/cmd/go/testdata/src/gencycle/gencycle.go
 go/src/cmd/go/testdata/src/go-cmd-test/helloworld.go
 go/src/cmd/go/testdata/src/importmain/ismain/main.go
@@ -2740,7 +2764,6 @@ go/src/go/build/read_test.go
 go/src/go/build/syslist.go
 go/src/go/build/syslist_test.go
 go/src/go/build/testdata/empty/dummy
-go/src/go/build/testdata/ignored/ignored.go
 go/src/go/build/testdata/multi/file.go
 go/src/go/build/testdata/multi/file_appengine.go
 go/src/go/build/testdata/other/file/file.go
@@ -5988,6 +6011,7 @@ go/test/fixedbugs/gcc65755.go
 go/test/fixedbugs/gcc67968.dir/a.go
 go/test/fixedbugs/gcc67968.dir/b.go
 go/test/fixedbugs/gcc67968.go
+go/test/fixedbugs/gcc78763.go
 go/test/fixedbugs/issue10047.go
 go/test/fixedbugs/issue10066.dir/a.go
 go/test/fixedbugs/issue10066.dir/b.go
@@ -6012,6 +6036,7 @@ go/test/fixedbugs/issue10700.dir/other.go
 go/test/fixedbugs/issue10700.dir/test.go
 go/test/fixedbugs/issue10700.go
 go/test/fixedbugs/issue10925.go
+go/test/fixedbugs/issue10958.go
 go/test/fixedbugs/issue10975.go
 go/test/fixedbugs/issue10977.go
 go/test/fixedbugs/issue11053.dir/p.go
@@ -6217,6 +6242,10 @@ go/test/fixedbugs/issue17752.go
 go/test/fixedbugs/issue17918.go
 go/test/fixedbugs/issue18092.go
 go/test/fixedbugs/issue18149.go
+go/test/fixedbugs/issue18392.go
+go/test/fixedbugs/issue18410.go
+go/test/fixedbugs/issue18459.go
+go/test/fixedbugs/issue18661.go
 go/test/fixedbugs/issue2615.go
 go/test/fixedbugs/issue3552.dir/one.go
 go/test/fixedbugs/issue3552.dir/two.go
@@ -6417,6 +6446,7 @@ go/test/fixedbugs/issue6703x.go
 go/test/fixedbugs/issue6703y.go
 go/test/fixedbugs/issue6703z.go
 go/test/fixedbugs/issue6750.go
+go/test/fixedbugs/issue6772.go
 go/test/fixedbugs/issue6789.dir/a.go
 go/test/fixedbugs/issue6789.dir/b.go
 go/test/fixedbugs/issue6789.go
diff --git a/go/distinfo b/go/distinfo
index 6ab6eb1b23..8afa32f626 100644
--- a/go/distinfo
+++ b/go/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.37 2016/07/18 20:37:40 bsiegert Exp $
 
-SHA1 (go1.8beta2.src.tar.gz) = 3056bc0d152ad45cf1d5b0f86288037cf3977e03
-RMD160 (go1.8beta2.src.tar.gz) = ff53e7bd6d715c920f07f26ded421819bd1f0a10
-SHA512 (go1.8beta2.src.tar.gz) = bfc3dd87d9924446e6d472ef0953c02f6cc149ec72c919df18bfb9a6b3f7a2e258ea5f28dcbea3862a77535cd0b9b41f94afb36b6509aee23257817b61dada40
-Size (go1.8beta2.src.tar.gz) = 15324403 bytes
+SHA1 (go1.8rc2.src.tar.gz) = baa38726ba10307185342f00374cb8c8095ec06d
+RMD160 (go1.8rc2.src.tar.gz) = 24800af4d9cd3c6bec64e385fe3350ae152abc4e
+SHA512 (go1.8rc2.src.tar.gz) = 9c31b35a40cfd7efa0395c8904701b30a7505dfb0a18d695b5a454db6ba2adedab1e4456c8aad935b637491979cf9f3968b21776429bb2b9b427232a4015a09f
+Size (go1.8rc2.src.tar.gz) = 15365386 bytes
 SHA1 (patch-lib_time_update.bash) = bcf565b97ae7898a9e5cef7686fe42c69bc0bba1
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0eca1eafa967268ae9b224be4aeda347ebc91901
diff --git a/go/version.mk b/go/version.mk
index 08c14bbcea..63845ac698 100644
--- a/go/version.mk
+++ b/go/version.mk
@@ -2,7 +2,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION=	1.8beta2
+GO_VERSION=	1.8rc2
 GO14_VERSION=	1.4.3
 
 ONLY_FOR_PLATFORM=	*-*-i386 *-*-x86_64 *-*-evbarm


Home | Main Index | Thread Index | Old Index