pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Oct 28 18:20:14 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/go/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/go/distinfo
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/go/version.mk

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

Modified files:

Index: pkgsrc/lang/go/PLIST
diff -u pkgsrc/lang/go/PLIST:1.33 pkgsrc/lang/go/PLIST:1.34
--- pkgsrc/lang/go/PLIST:1.33   Sun Sep  3 07:12:07 2017
+++ pkgsrc/lang/go/PLIST        Sat Oct 28 18:20:14 2017
@@ -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

Index: pkgsrc/lang/go/distinfo
diff -u pkgsrc/lang/go/distinfo:1.52 pkgsrc/lang/go/distinfo:1.53
--- pkgsrc/lang/go/distinfo:1.52        Fri Oct  6 18:38:25 2017
+++ pkgsrc/lang/go/distinfo     Sat Oct 28 18:20:14 2017
@@ -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

Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.29 pkgsrc/lang/go/version.mk:1.30
--- pkgsrc/lang/go/version.mk:1.29      Fri Oct  6 18:38:25 2017
+++ pkgsrc/lang/go/version.mk   Sat Oct 28 18:20:14 2017
@@ -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*



Home | Main Index | Thread Index | Old Index