pkgsrc-WIP-changes archive

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

Update Go to 1.8.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Wed Mar 1 19:36:36 2017 +0100
Changeset:	81f605bb07e565cff65ef2c6733b7e47b298e438

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

Log Message:
Update Go to 1.8.

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

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

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

diffs:
diff --git a/go/PLIST b/go/PLIST
index 6ae0611791..ba2acb0443 100644
--- a/go/PLIST
+++ b/go/PLIST
@@ -403,6 +403,7 @@ go/misc/cgo/testsanitizers/msan3.go
 go/misc/cgo/testsanitizers/msan4.go
 go/misc/cgo/testsanitizers/msan5.go
 go/misc/cgo/testsanitizers/msan_fail.go
+go/misc/cgo/testsanitizers/msan_shared.go
 go/misc/cgo/testsanitizers/test.bash
 go/misc/cgo/testsanitizers/tsan.go
 go/misc/cgo/testsanitizers/tsan2.go
@@ -1789,6 +1790,7 @@ go/src/cmd/go/testdata/testvendor/src/q/y/y.go
 go/src/cmd/go/testdata/testvendor/src/q/z/z.go
 go/src/cmd/go/testdata/testvendor2/src/p/p.go
 go/src/cmd/go/testdata/testvendor2/vendor/x/x.go
+go/src/cmd/go/testdata/timeoutbench_test.go
 go/src/cmd/go/testflag.go
 go/src/cmd/go/testgo.go
 go/src/cmd/go/tool.go
@@ -5187,6 +5189,7 @@ go/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_test.go
 go/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_test_vectors.go
 go/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go
 go/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/chacha_test.go
+go/src/vendor/golang_org/x/crypto/curve25519/const_amd64.h
 go/src/vendor/golang_org/x/crypto/curve25519/const_amd64.s
 go/src/vendor/golang_org/x/crypto/curve25519/cswap_amd64.s
 go/src/vendor/golang_org/x/crypto/curve25519/curve25519.go
@@ -6246,6 +6249,10 @@ go/test/fixedbugs/issue18392.go
 go/test/fixedbugs/issue18410.go
 go/test/fixedbugs/issue18459.go
 go/test/fixedbugs/issue18661.go
+go/test/fixedbugs/issue18725.go
+go/test/fixedbugs/issue18808.go
+go/test/fixedbugs/issue18906.go
+go/test/fixedbugs/issue18915.go
 go/test/fixedbugs/issue2615.go
 go/test/fixedbugs/issue3552.dir/one.go
 go/test/fixedbugs/issue3552.dir/two.go
diff --git a/go/distinfo b/go/distinfo
index 8afa32f626..6e75f73da5 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.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 (go1.8.src.tar.gz) = 37945c372140c3a46c2c5b4b9ce382b6c8d88811
+RMD160 (go1.8.src.tar.gz) = 12f2840f1fd321f9d6be4dc066da6392ac30a2c3
+SHA512 (go1.8.src.tar.gz) = 9742dd8ec0364793e44a55207238c7339236a4da3a6e7cbb3b4eca45e957c7c0cb725e7d7430b9a04630285468d32dac686facfc57f3f58885b80bbb3d333ada
+Size (go1.8.src.tar.gz) = 15320083 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 63845ac698..a922e4d6a2 100644
--- a/go/version.mk
+++ b/go/version.mk
@@ -2,7 +2,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION=	1.8rc2
+GO_VERSION=	1.8
 GO14_VERSION=	1.4.3
 
 ONLY_FOR_PLATFORM=	*-*-i386 *-*-x86_64 *-*-evbarm


Home | Main Index | Thread Index | Old Index