Update Go to 1.9.2.
This release includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke "go get" of non-Git repositories under certain conditions.
This commit is contained in:
parent
b2dec5efa1
commit
43bbd44192
3 changed files with 15 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.33 2017/09/03 07:12:07 bsiegert Exp $
|
||||
@comment $NetBSD: PLIST,v 1.34 2017/10/28 18:20:14 bsiegert Exp $
|
||||
bin/go
|
||||
bin/gofmt
|
||||
go/AUTHORS
|
||||
|
@ -275,6 +275,8 @@ go/misc/cgo/test/issue20129.go
|
|||
go/misc/cgo/test/issue20266.go
|
||||
go/misc/cgo/test/issue20266/issue20266.h
|
||||
go/misc/cgo/test/issue20369.go
|
||||
go/misc/cgo/test/issue21668.go
|
||||
go/misc/cgo/test/issue21708.go
|
||||
go/misc/cgo/test/issue2462.go
|
||||
go/misc/cgo/test/issue3250.go
|
||||
go/misc/cgo/test/issue3250w.go
|
||||
|
@ -3576,6 +3578,7 @@ go/src/internal/cpu/cpu_x86.s
|
|||
go/src/internal/nettrace/nettrace.go
|
||||
go/src/internal/poll/export_posix_test.go
|
||||
go/src/internal/poll/export_test.go
|
||||
go/src/internal/poll/export_windows_test.go
|
||||
go/src/internal/poll/fd.go
|
||||
go/src/internal/poll/fd_io_plan9.go
|
||||
go/src/internal/poll/fd_mutex.go
|
||||
|
@ -3587,6 +3590,7 @@ go/src/internal/poll/fd_posix.go
|
|||
go/src/internal/poll/fd_posix_test.go
|
||||
go/src/internal/poll/fd_unix.go
|
||||
go/src/internal/poll/fd_windows.go
|
||||
go/src/internal/poll/fd_windows_test.go
|
||||
go/src/internal/poll/hook_cloexec.go
|
||||
go/src/internal/poll/hook_unix.go
|
||||
go/src/internal/poll/hook_windows.go
|
||||
|
@ -6850,6 +6854,9 @@ go/test/fixedbugs/issue21120.dir/a.go
|
|||
go/test/fixedbugs/issue21120.dir/b.go
|
||||
go/test/fixedbugs/issue21120.dir/main.go
|
||||
go/test/fixedbugs/issue21120.go
|
||||
go/test/fixedbugs/issue21655.go
|
||||
go/test/fixedbugs/issue21963.go
|
||||
go/test/fixedbugs/issue22083.go
|
||||
go/test/fixedbugs/issue2615.go
|
||||
go/test/fixedbugs/issue3552.dir/one.go
|
||||
go/test/fixedbugs/issue3552.dir/two.go
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.52 2017/10/06 18:38:25 bsiegert Exp $
|
||||
$NetBSD: distinfo,v 1.53 2017/10/28 18:20:14 bsiegert Exp $
|
||||
|
||||
SHA1 (go1.9.1.src.tar.gz) = 87cf0af3820834faeb6e63b035a1abae1f5b60b3
|
||||
RMD160 (go1.9.1.src.tar.gz) = eaff2b7bdd386e6e36175a0fb5f9fb019c7fd3b8
|
||||
SHA512 (go1.9.1.src.tar.gz) = 3c5d11089a54c61acd1a4fad9618ddb2058cc783a54564407ee50e37c864deaadfd5effeab623080c136a599096f448aae091ef41d0afca1abfcdb98adf4a793
|
||||
Size (go1.9.1.src.tar.gz) = 16377700 bytes
|
||||
SHA1 (go1.9.2.src.tar.gz) = 8a51dbdf51d6ee0e058b7de7c7606dbea23dfeec
|
||||
RMD160 (go1.9.2.src.tar.gz) = f8ae6b41af3f450b0d9a3d33aa9e0d5df39904d4
|
||||
SHA512 (go1.9.2.src.tar.gz) = 1034098575c317eeaf648629690a4dea0c479a69c3b80d9917f6b96c8781ce79c0f29859f667dc4e07d47a44972aa09bd0163a458f897cf45f9d09eb03e4abb5
|
||||
Size (go1.9.2.src.tar.gz) = 16383591 bytes
|
||||
SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
|
||||
SHA1 (patch-src_crypto_x509_root__bsd.go) = 93a2de7c685a0919fe93f5bc99f156e105dace4d
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: version.mk,v 1.29 2017/10/06 18:38:25 bsiegert Exp $
|
||||
# $NetBSD: version.mk,v 1.30 2017/10/28 18:20:14 bsiegert Exp $
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
GO_VERSION= 1.9.1
|
||||
GO_VERSION= 1.9.2
|
||||
GO14_VERSION= 1.4.3
|
||||
|
||||
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm*
|
||||
|
|
Loading…
Reference in a new issue