pkgsrc-WIP-changes archive

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

Update Go to 1.10.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Feb 17 20:59:25 2018 +0100
Changeset:	7b2768a457aeafaf83861bdcdcc91f23930c3a89

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

Log Message:
Update Go to 1.10.

The latest Go release, version 1.10, arrives six months after Go 1.9. Most of
its changes are in the implementation of the toolchain, runtime, and libraries.
As always, the release maintains the Go 1 promise of compatibility. We expect
almost all Go programs to continue to compile and run as before.

This release improves caching of built packages, adds caching of successful
test results, runs vet automatically during tests, and permits passing string
values directly between Go and C using cgo. A new compiler option whitelist may
cause unexpected invalid flag errors in code that built successfully with older
releases.

See https://golang.org/doc/go1.10 for the full release notes.

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

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

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

diffs:
diff --git a/go/PLIST b/go/PLIST
index 2a2801e612..fa2e15a902 100644
--- a/go/PLIST
+++ b/go/PLIST
@@ -72,10 +72,6 @@ go/doc/devel/weekly.html
 go/doc/diagnostics.html
 go/doc/docs.html
 go/doc/editors.html
-go/doc/editors/go-plus.png
-go/doc/editors/goland.png
-go/doc/editors/vimgo.png
-go/doc/editors/vscodego.png
 go/doc/effective_go.html
 go/doc/gccgo_contribute.html
 go/doc/gccgo_install.html
@@ -277,7 +273,6 @@ go/misc/cgo/test/issue17537.go
 go/misc/cgo/test/issue18126.go
 go/misc/cgo/test/issue18146.go
 go/misc/cgo/test/issue18720.go
-go/misc/cgo/test/issue19832.go
 go/misc/cgo/test/issue20129.go
 go/misc/cgo/test/issue20266.go
 go/misc/cgo/test/issue20266/issue20266.h
@@ -1992,6 +1987,8 @@ go/src/cmd/go/internal/work/exec.go
 go/src/cmd/go/internal/work/gc.go
 go/src/cmd/go/internal/work/gccgo.go
 go/src/cmd/go/internal/work/init.go
+go/src/cmd/go/internal/work/security.go
+go/src/cmd/go/internal/work/security_test.go
 go/src/cmd/go/internal/work/testgo.go
 go/src/cmd/go/main.go
 go/src/cmd/go/mkalldocs.sh
@@ -5527,6 +5524,7 @@ go/src/runtime/testdata/testprogcgo/numgoroutine.go
 go/src/runtime/testdata/testprogcgo/pprof.go
 go/src/runtime/testdata/testprogcgo/raceprof.go
 go/src/runtime/testdata/testprogcgo/racesig.go
+go/src/runtime/testdata/testprogcgo/sigpanic.go
 go/src/runtime/testdata/testprogcgo/sigstack.go
 go/src/runtime/testdata/testprogcgo/stack_windows.go
 go/src/runtime/testdata/testprogcgo/threadpanic.go
@@ -7349,6 +7347,9 @@ go/test/fixedbugs/issue23179.dir/b.go
 go/test/fixedbugs/issue23179.go
 go/test/fixedbugs/issue23305.go
 go/test/fixedbugs/issue23522.go
+go/test/fixedbugs/issue23545.go
+go/test/fixedbugs/issue23719.go
+go/test/fixedbugs/issue23812.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 3842eb8b08..2d511d8b63 100644
--- a/go/distinfo
+++ b/go/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.53 2017/10/28 18:20:14 bsiegert Exp $
 
-SHA1 (go1.10rc1.src.tar.gz) = 26242f137b264950fbab189cfe08a4baeb126028
-RMD160 (go1.10rc1.src.tar.gz) = cc109cd685f51db675e72f656dc3c8b33b9aa8e4
-SHA512 (go1.10rc1.src.tar.gz) = 097fae8c161338922bd1b5e6d8e990eaa47aaa034daab56a2d8edc7a1750bfcc16d80fb5a4b2a5a9b444d29cdc926d0cfaf258052e6b891abd634c37edcd0421
-Size (go1.10rc1.src.tar.gz) = 18333065 bytes
+SHA1 (go1.10.src.tar.gz) = 3e37ad7c6cbc0d1aa00f63dd76e114e0c5288029
+RMD160 (go1.10.src.tar.gz) = 41c7ea168609e9487fcfbf57daf839d4d77c74f5
+SHA512 (go1.10.src.tar.gz) = 59f089e1ffb2d3aba5ada329d4f0d1181c3c4f01fa64f19d0b753f8a989cb59cf290ad88d215cadc18ef99aba8518e44c9bc258c07eaffc834c55e4a37bd4651
+Size (go1.10.src.tar.gz) = 18300467 bytes
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 93a2de7c685a0919fe93f5bc99f156e105dace4d
diff --git a/go/version.mk b/go/version.mk
index f5d513fec0..a0807f7d1a 100644
--- a/go/version.mk
+++ b/go/version.mk
@@ -2,7 +2,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION=	1.10rc1
+GO_VERSION=	1.10
 GO14_VERSION=	1.4.3
 
 ONLY_FOR_PLATFORM=	*-*-i386 *-*-x86_64 *-*-*arm*


Home | Main Index | Thread Index | Old Index