Fri Jul 17 17:20:06 2020 UTC ()
Update go114 to 1.14.6.

go1.14.5 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.14.5 milestone on our issue tracker for
details.

go1.14.6 (released 2020/07/16) includes fixes to the go command, the compiler,
the linker, vet, and the database/sql, encoding/json, net/http, reflect, and
testing packages. See the Go 1.14.6 milestone on our issue tracker for details.


(bsiegert)
diff -r1.93 -r1.94 pkgsrc/lang/go/version.mk
diff -r1.4 -r1.5 pkgsrc/lang/go114/PLIST
diff -r1.7 -r1.8 pkgsrc/lang/go114/distinfo

cvs diff -r1.93 -r1.94 pkgsrc/lang/go/version.mk (expand / switch to unified diff)

--- pkgsrc/lang/go/version.mk 2020/07/17 17:10:20 1.93
+++ pkgsrc/lang/go/version.mk 2020/07/17 17:20:05 1.94
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: version.mk,v 1.93 2020/07/17 17:10:20 bsiegert Exp $ 1# $NetBSD: version.mk,v 1.94 2020/07/17 17:20:05 bsiegert Exp $
2 2
3# 3#
4# If bsd.prefs.mk is included before go-package.mk in a package, then this 4# If bsd.prefs.mk is included before go-package.mk in a package, then this
5# file must be included directly in the package prior to bsd.prefs.mk. 5# file must be included directly in the package prior to bsd.prefs.mk.
6# 6#
7.include "go-vars.mk" 7.include "go-vars.mk"
8 8
9GO114_VERSION= 1.14.4 9GO114_VERSION= 1.14.6
10GO113_VERSION= 1.13.14 10GO113_VERSION= 1.13.14
11GO110_VERSION= 1.10.8 11GO110_VERSION= 1.10.8
12GO19_VERSION= 1.9.7 12GO19_VERSION= 1.9.7
13GO14_VERSION= 1.4.3 13GO14_VERSION= 1.4.3
14 14
15.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
16 16
17.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M6.*} 17.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M6.*}
18# 1.9 is the last Go version to support NetBSD 6 18# 1.9 is the last Go version to support NetBSD 6
19GO_VERSION_DEFAULT?= 19 19GO_VERSION_DEFAULT?= 19
20.elif ${OPSYS} == "Darwin" && ${OS_VERSION:R} < 14 20.elif ${OPSYS} == "Darwin" && ${OS_VERSION:R} < 14
21# go 1.11 removed support for osx 10.8 and 10.9 21# go 1.11 removed support for osx 10.8 and 10.9
22# https://github.com/golang/go/issues/23122 22# https://github.com/golang/go/issues/23122

cvs diff -r1.4 -r1.5 pkgsrc/lang/go114/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/go114/Attic/PLIST 2020/06/17 09:37:25 1.4
+++ pkgsrc/lang/go114/Attic/PLIST 2020/07/17 17:20:05 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2020/06/17 09:37:25 bsiegert Exp $ 1@comment $NetBSD: PLIST,v 1.5 2020/07/17 17:20:05 bsiegert Exp $
2bin/go${GOVERSSUFFIX} 2bin/go${GOVERSSUFFIX}
3bin/gofmt${GOVERSSUFFIX} 3bin/gofmt${GOVERSSUFFIX}
4go114/AUTHORS 4go114/AUTHORS
5go114/CONTRIBUTING.md 5go114/CONTRIBUTING.md
6go114/CONTRIBUTORS 6go114/CONTRIBUTORS
7go114/LICENSE 7go114/LICENSE
8go114/PATENTS 8go114/PATENTS
9go114/README.md 9go114/README.md
10go114/SECURITY.md 10go114/SECURITY.md
11go114/VERSION 11go114/VERSION
12go114/api/README 12go114/api/README
13go114/api/except.txt 13go114/api/except.txt
14go114/api/go1.1.txt 14go114/api/go1.1.txt
@@ -1889,26 +1889,27 @@ go114/src/cmd/go/testdata/modlegacy/src/ @@ -1889,26 +1889,27 @@ go114/src/cmd/go/testdata/modlegacy/src/
1889go114/src/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.go 1889go114/src/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.go
1890go114/src/cmd/go/testdata/modlegacy/src/old/p1/p1.go 1890go114/src/cmd/go/testdata/modlegacy/src/old/p1/p1.go
1891go114/src/cmd/go/testdata/modlegacy/src/old/p2/p2.go 1891go114/src/cmd/go/testdata/modlegacy/src/old/p2/p2.go
1892go114/src/cmd/go/testdata/norunexample/example_test.go 1892go114/src/cmd/go/testdata/norunexample/example_test.go
1893go114/src/cmd/go/testdata/norunexample/test_test.go 1893go114/src/cmd/go/testdata/norunexample/test_test.go
1894go114/src/cmd/go/testdata/print_goroot.go 1894go114/src/cmd/go/testdata/print_goroot.go
1895go114/src/cmd/go/testdata/rundir/sub/sub.go 1895go114/src/cmd/go/testdata/rundir/sub/sub.go
1896go114/src/cmd/go/testdata/rundir/x.go 1896go114/src/cmd/go/testdata/rundir/x.go
1897go114/src/cmd/go/testdata/savedir.go 1897go114/src/cmd/go/testdata/savedir.go
1898go114/src/cmd/go/testdata/script/README 1898go114/src/cmd/go/testdata/script/README
1899go114/src/cmd/go/testdata/script/bug.txt 1899go114/src/cmd/go/testdata/script/bug.txt
1900go114/src/cmd/go/testdata/script/build_GOTMPDIR.txt 1900go114/src/cmd/go/testdata/script/build_GOTMPDIR.txt
1901go114/src/cmd/go/testdata/script/build_acl_windows.txt 1901go114/src/cmd/go/testdata/script/build_acl_windows.txt
 1902go114/src/cmd/go/testdata/script/build_cache_arch_mode.txt
1902go114/src/cmd/go/testdata/script/build_cache_compile.txt 1903go114/src/cmd/go/testdata/script/build_cache_compile.txt
1903go114/src/cmd/go/testdata/script/build_cache_gomips.txt 1904go114/src/cmd/go/testdata/script/build_cache_gomips.txt
1904go114/src/cmd/go/testdata/script/build_cache_link.txt 1905go114/src/cmd/go/testdata/script/build_cache_link.txt
1905go114/src/cmd/go/testdata/script/build_cache_output.txt 1906go114/src/cmd/go/testdata/script/build_cache_output.txt
1906go114/src/cmd/go/testdata/script/build_cache_trimpath.txt 1907go114/src/cmd/go/testdata/script/build_cache_trimpath.txt
1907go114/src/cmd/go/testdata/script/build_exe.txt 1908go114/src/cmd/go/testdata/script/build_exe.txt
1908go114/src/cmd/go/testdata/script/build_gcflags.txt 1909go114/src/cmd/go/testdata/script/build_gcflags.txt
1909go114/src/cmd/go/testdata/script/build_i.txt 1910go114/src/cmd/go/testdata/script/build_i.txt
1910go114/src/cmd/go/testdata/script/build_import_comment.txt 1911go114/src/cmd/go/testdata/script/build_import_comment.txt
1911go114/src/cmd/go/testdata/script/build_import_cycle.txt 1912go114/src/cmd/go/testdata/script/build_import_cycle.txt
1912go114/src/cmd/go/testdata/script/build_multi_main.txt 1913go114/src/cmd/go/testdata/script/build_multi_main.txt
1913go114/src/cmd/go/testdata/script/build_nocache.txt 1914go114/src/cmd/go/testdata/script/build_nocache.txt
1914go114/src/cmd/go/testdata/script/build_plugin_non_main.txt 1915go114/src/cmd/go/testdata/script/build_plugin_non_main.txt
@@ -2151,29 +2152,36 @@ go114/src/cmd/go/testdata/script/modfile @@ -2151,29 +2152,36 @@ go114/src/cmd/go/testdata/script/modfile
2151go114/src/cmd/go/testdata/script/noncanonical_import.txt 2152go114/src/cmd/go/testdata/script/noncanonical_import.txt
2152go114/src/cmd/go/testdata/script/pattern_syntax_error.txt 2153go114/src/cmd/go/testdata/script/pattern_syntax_error.txt
2153go114/src/cmd/go/testdata/script/prevent_sys_unix_import.txt 2154go114/src/cmd/go/testdata/script/prevent_sys_unix_import.txt
2154go114/src/cmd/go/testdata/script/run_hello.txt 2155go114/src/cmd/go/testdata/script/run_hello.txt
2155go114/src/cmd/go/testdata/script/run_hello_pkg.txt 2156go114/src/cmd/go/testdata/script/run_hello_pkg.txt
2156go114/src/cmd/go/testdata/script/run_internal.txt 2157go114/src/cmd/go/testdata/script/run_internal.txt
2157go114/src/cmd/go/testdata/script/run_set_executable_name.txt 2158go114/src/cmd/go/testdata/script/run_set_executable_name.txt
2158go114/src/cmd/go/testdata/script/run_wildcard.txt 2159go114/src/cmd/go/testdata/script/run_wildcard.txt
2159go114/src/cmd/go/testdata/script/script_wait.txt 2160go114/src/cmd/go/testdata/script/script_wait.txt
2160go114/src/cmd/go/testdata/script/std_vendor.txt 2161go114/src/cmd/go/testdata/script/std_vendor.txt
2161go114/src/cmd/go/testdata/script/sum_readonly.txt 2162go114/src/cmd/go/testdata/script/sum_readonly.txt
2162go114/src/cmd/go/testdata/script/test_bad_example.txt 2163go114/src/cmd/go/testdata/script/test_bad_example.txt
2163go114/src/cmd/go/testdata/script/test_badtest.txt 2164go114/src/cmd/go/testdata/script/test_badtest.txt
 2165go114/src/cmd/go/testdata/script/test_benchmark_chatty_fail.txt
 2166go114/src/cmd/go/testdata/script/test_benchmark_chatty_success.txt
2164go114/src/cmd/go/testdata/script/test_benchmark_fatal.txt 2167go114/src/cmd/go/testdata/script/test_benchmark_fatal.txt
2165go114/src/cmd/go/testdata/script/test_benchmark_labels.txt 2168go114/src/cmd/go/testdata/script/test_benchmark_labels.txt
2166go114/src/cmd/go/testdata/script/test_cache_inputs.txt 2169go114/src/cmd/go/testdata/script/test_cache_inputs.txt
 2170go114/src/cmd/go/testdata/script/test_chatty_fail.txt
 2171go114/src/cmd/go/testdata/script/test_chatty_parallel_fail.txt
 2172go114/src/cmd/go/testdata/script/test_chatty_parallel_success.txt
 2173go114/src/cmd/go/testdata/script/test_chatty_parallel_success_sleepy.txt
 2174go114/src/cmd/go/testdata/script/test_chatty_success.txt
2167go114/src/cmd/go/testdata/script/test_compile_binary.txt 2175go114/src/cmd/go/testdata/script/test_compile_binary.txt
2168go114/src/cmd/go/testdata/script/test_compile_tempfile.txt 2176go114/src/cmd/go/testdata/script/test_compile_tempfile.txt
2169go114/src/cmd/go/testdata/script/test_flag.txt 2177go114/src/cmd/go/testdata/script/test_flag.txt
2170go114/src/cmd/go/testdata/script/test_generated_main.txt 2178go114/src/cmd/go/testdata/script/test_generated_main.txt
2171go114/src/cmd/go/testdata/script/test_go111module_cache.txt 2179go114/src/cmd/go/testdata/script/test_go111module_cache.txt
2172go114/src/cmd/go/testdata/script/test_import_error_stack.txt 2180go114/src/cmd/go/testdata/script/test_import_error_stack.txt
2173go114/src/cmd/go/testdata/script/test_json_panic_exit.txt 2181go114/src/cmd/go/testdata/script/test_json_panic_exit.txt
2174go114/src/cmd/go/testdata/script/test_main_archive.txt 2182go114/src/cmd/go/testdata/script/test_main_archive.txt
2175go114/src/cmd/go/testdata/script/test_main_panic.txt 2183go114/src/cmd/go/testdata/script/test_main_panic.txt
2176go114/src/cmd/go/testdata/script/test_main_twice.txt 2184go114/src/cmd/go/testdata/script/test_main_twice.txt
2177go114/src/cmd/go/testdata/script/test_match_no_tests_build_failure.txt 2185go114/src/cmd/go/testdata/script/test_match_no_tests_build_failure.txt
2178go114/src/cmd/go/testdata/script/test_minus_n.txt 2186go114/src/cmd/go/testdata/script/test_minus_n.txt
2179go114/src/cmd/go/testdata/script/test_no_tests.txt 2187go114/src/cmd/go/testdata/script/test_no_tests.txt
@@ -8594,26 +8602,28 @@ go114/test/fixedbugs/issue35586.dir/a.go @@ -8594,26 +8602,28 @@ go114/test/fixedbugs/issue35586.dir/a.go
8594go114/test/fixedbugs/issue35586.dir/b.go 8602go114/test/fixedbugs/issue35586.dir/b.go
8595go114/test/fixedbugs/issue35586.go 8603go114/test/fixedbugs/issue35586.go
8596go114/test/fixedbugs/issue35652.go 8604go114/test/fixedbugs/issue35652.go
8597go114/test/fixedbugs/issue36085.dir/a.go 8605go114/test/fixedbugs/issue36085.dir/a.go
8598go114/test/fixedbugs/issue36085.dir/b.go 8606go114/test/fixedbugs/issue36085.dir/b.go
8599go114/test/fixedbugs/issue36085.go 8607go114/test/fixedbugs/issue36085.go
8600go114/test/fixedbugs/issue36516.go 8608go114/test/fixedbugs/issue36516.go
8601go114/test/fixedbugs/issue36723.go 8609go114/test/fixedbugs/issue36723.go
8602go114/test/fixedbugs/issue3705.go 8610go114/test/fixedbugs/issue3705.go
8603go114/test/fixedbugs/issue37716.go 8611go114/test/fixedbugs/issue37716.go
8604go114/test/fixedbugs/issue3783.go 8612go114/test/fixedbugs/issue3783.go
8605go114/test/fixedbugs/issue38117.go 8613go114/test/fixedbugs/issue38117.go
8606go114/test/fixedbugs/issue3925.go 8614go114/test/fixedbugs/issue3925.go
 8615go114/test/fixedbugs/issue39459.go
 8616go114/test/fixedbugs/issue39541.go
8607go114/test/fixedbugs/issue4066.go 8617go114/test/fixedbugs/issue4066.go
8608go114/test/fixedbugs/issue4085a.go 8618go114/test/fixedbugs/issue4085a.go
8609go114/test/fixedbugs/issue4085b.go 8619go114/test/fixedbugs/issue4085b.go
8610go114/test/fixedbugs/issue4097.go 8620go114/test/fixedbugs/issue4097.go
8611go114/test/fixedbugs/issue4099.go 8621go114/test/fixedbugs/issue4099.go
8612go114/test/fixedbugs/issue4162.go 8622go114/test/fixedbugs/issue4162.go
8613go114/test/fixedbugs/issue4167.go 8623go114/test/fixedbugs/issue4167.go
8614go114/test/fixedbugs/issue4215.go 8624go114/test/fixedbugs/issue4215.go
8615go114/test/fixedbugs/issue4232.go 8625go114/test/fixedbugs/issue4232.go
8616go114/test/fixedbugs/issue4251.go 8626go114/test/fixedbugs/issue4251.go
8617go114/test/fixedbugs/issue4252.dir/a.go 8627go114/test/fixedbugs/issue4252.dir/a.go
8618go114/test/fixedbugs/issue4252.dir/main.go 8628go114/test/fixedbugs/issue4252.dir/main.go
8619go114/test/fixedbugs/issue4252.go 8629go114/test/fixedbugs/issue4252.go

cvs diff -r1.7 -r1.8 pkgsrc/lang/go114/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/go114/Attic/distinfo 2020/06/17 09:37:25 1.7
+++ pkgsrc/lang/go114/Attic/distinfo 2020/07/17 17:20:05 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.7 2020/06/17 09:37:25 bsiegert Exp $ 1$NetBSD: distinfo,v 1.8 2020/07/17 17:20:05 bsiegert Exp $
2 2
3SHA1 (go1.14.4.src.tar.gz) = 0f49857387f181a0aa5fd0d16ae93afce11445d1 3SHA1 (go1.14.6.src.tar.gz) = 7cdd6edb158e41d7be2c93c2fc3bd89f73bc3bf2
4RMD160 (go1.14.4.src.tar.gz) = 1fe71fc573c57031c446f1624fc5d309cb1508d8 4RMD160 (go1.14.6.src.tar.gz) = 0441aabf6b098a4b1a318e24c22e678f82b7966e
5SHA512 (go1.14.4.src.tar.gz) = b0d657ea33331062db5a4da0aff14798f292ca967a53665af1a93e04eba7a03e49a3dbc4768c4f099ec5ff25a31885750f7658f819057057093e2d7bfb085575 5SHA512 (go1.14.6.src.tar.gz) = 5c865c8272fb0dc8eab1514732b0200dbc867276512714dd30afc658a0d2afac6bd758e00c6f576d8d254e411418a52a564c895399b56cfe06c2b1785271a8fd
6Size (go1.14.4.src.tar.gz) = 22535243 bytes 6Size (go1.14.6.src.tar.gz) = 22534714 bytes
7SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29 7SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
8SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e 8SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
9SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a 9SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a
10SHA1 (patch-src_crypto_x509_root__bsd.go) = 93a2de7c685a0919fe93f5bc99f156e105dace4d 10SHA1 (patch-src_crypto_x509_root__bsd.go) = 93a2de7c685a0919fe93f5bc99f156e105dace4d
11SHA1 (patch-src_runtime_cgo_gcc__netbsd__arm64.c) = d2fc1cebc104ad2e35f488e5edebcecd6f0323be 11SHA1 (patch-src_runtime_cgo_gcc__netbsd__arm64.c) = d2fc1cebc104ad2e35f488e5edebcecd6f0323be
12SHA1 (patch-src_runtime_os__netbsd.go) = 9b80de94667e3f8d8d1ae3648ab1fe43dd55d577 12SHA1 (patch-src_runtime_os__netbsd.go) = 9b80de94667e3f8d8d1ae3648ab1fe43dd55d577
13SHA1 (patch-src_runtime_sys__netbsd__arm64.s) = c8d3dfddd7930794a6ff9b2919c42632aa9358cd 13SHA1 (patch-src_runtime_sys__netbsd__arm64.s) = c8d3dfddd7930794a6ff9b2919c42632aa9358cd
14SHA1 (patch-src_syscall_zsysnum__solaris__amd64.go) = ec28a0fa37ba9599ec1651c8e9337a2efc48a26b 14SHA1 (patch-src_syscall_zsysnum__solaris__amd64.go) = ec28a0fa37ba9599ec1651c8e9337a2efc48a26b