Here's a simple version bump.

I already mailed jsing@ who asked for i386 testers so I'm just
forwarding it.

Can anyone test this on on their i386 machine? amd64 builds and passes
successfully:

        ALL TESTS PASSED
            9m38.97s real    13m01.27s user    12m31.48s system

All my applications continue to work as usual.

Feedback?

diff --git a/lang/go/Makefile b/lang/go/Makefile
index f7ddf512436..498eee90dff 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -4,7 +4,7 @@ ONLY_FOR_ARCHS =        ${GO_ARCHS}
 
 COMMENT =              Go programming language
 
-VERSION =              1.9.1
+VERSION =              1.9.2
 EXTRACT_SUFX =         .src.tar.gz
 DISTNAME =             go${VERSION}
 PKGNAME =              go-${VERSION}
diff --git a/lang/go/distinfo b/lang/go/distinfo
index 83ab5420444..398711cf73a 100644
--- a/lang/go/distinfo
+++ b/lang/go/distinfo
@@ -1,2 +1,2 @@
-SHA256 (go1.9.1.src.tar.gz) = qEr8ncfWT+D6hNTXNeLs4jgxoiEXtQ2vx1wUhPHLVQ4=
-SIZE (go1.9.1.src.tar.gz) = 16377700
+SHA256 (go1.9.2.src.tar.gz) = Zl8YS/isiZhs/VpEYHNpdvYLV99rMgrXGtTO9TuxQ9w=
+SIZE (go1.9.2.src.tar.gz) = 16383591
diff --git a/lang/go/patches/patch-src_cmd_go_go_test_go 
b/lang/go/patches/patch-src_cmd_go_go_test_go
index d6f02a10d7c..9bedbed4eb7 100644
--- a/lang/go/patches/patch-src_cmd_go_go_test_go
+++ b/lang/go/patches/patch-src_cmd_go_go_test_go
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_cmd_go_go_test_go,v 1.2 2017/09/03 15:42:25 
jsing Exp $
 Index: src/cmd/go/go_test.go
 --- src/cmd/go/go_test.go.orig
 +++ src/cmd/go/go_test.go
-@@ -3475,6 +3475,9 @@ func TestCgoConsistentResults(t *testing.T) {
+@@ -3493,6 +3493,9 @@ func TestCgoConsistentResults(t *testing.T) {
        switch runtime.GOOS {
        case "freebsd":
                testenv.SkipFlaky(t, 15405)
diff --git a/lang/go/pkg/PLIST b/lang/go/pkg/PLIST
index cf6a784f85a..64827841d0e 100644
--- a/lang/go/pkg/PLIST
+++ b/lang/go/pkg/PLIST
@@ -304,6 +304,8 @@ go/misc/cgo/test/issue20266/
 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
@@ -3728,6 +3730,7 @@ go/src/internal/nettrace/nettrace.go
 go/src/internal/poll/
 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
@@ -3739,6 +3742,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
@@ -7209,6 +7213,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/
 go/test/fixedbugs/issue3552.dir/one.go

Reply via email to