Wed Jun 17 09:37:25 2020 UTC ()
Update go114 to 1.14.4.

go1.14.3 (released 2020/05/14) includes fixes to cgo, the compiler, the
runtime, and the go/doc and math/big packages. See the Go 1.14.3
milestone on our issue tracker for details.

go1.14.4 (released 2020/06/01) includes fixes to the go doc command, the
runtime, and the encoding/json and os packages. See the Go 1.14.4
milestone on our issue tracker for details.


(bsiegert)
diff -r1.91 -r1.92 pkgsrc/lang/go/version.mk
diff -r1.3 -r1.4 pkgsrc/lang/go114/PLIST
diff -r1.6 -r1.7 pkgsrc/lang/go114/distinfo

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

--- pkgsrc/lang/go/version.mk 2020/05/16 08:33:07 1.91
+++ pkgsrc/lang/go/version.mk 2020/06/17 09:37:25 1.92
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: version.mk,v 1.91 2020/05/16 08:33:07 bsiegert Exp $ 1# $NetBSD: version.mk,v 1.92 2020/06/17 09:37:25 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.2 9GO114_VERSION= 1.14.4
10GO113_VERSION= 1.13.11 10GO113_VERSION= 1.13.11
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.3 -r1.4 pkgsrc/lang/go114/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/go114/Attic/PLIST 2020/04/09 13:28:38 1.3
+++ pkgsrc/lang/go114/Attic/PLIST 2020/06/17 09:37:25 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2020/04/09 13:28:38 bsiegert Exp $ 1@comment $NetBSD: PLIST,v 1.4 2020/06/17 09:37:25 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
@@ -1496,26 +1496,28 @@ go114/src/cmd/dist/main.go @@ -1496,26 +1496,28 @@ go114/src/cmd/dist/main.go
1496go114/src/cmd/dist/sys_default.go 1496go114/src/cmd/dist/sys_default.go
1497go114/src/cmd/dist/sys_windows.go 1497go114/src/cmd/dist/sys_windows.go
1498go114/src/cmd/dist/test.go 1498go114/src/cmd/dist/test.go
1499go114/src/cmd/dist/test_linux.go 1499go114/src/cmd/dist/test_linux.go
1500go114/src/cmd/dist/util.go 1500go114/src/cmd/dist/util.go
1501go114/src/cmd/dist/util_gc.go 1501go114/src/cmd/dist/util_gc.go
1502go114/src/cmd/dist/util_gccgo.go 1502go114/src/cmd/dist/util_gccgo.go
1503go114/src/cmd/dist/vfp_arm.s 1503go114/src/cmd/dist/vfp_arm.s
1504go114/src/cmd/dist/vfp_default.s 1504go114/src/cmd/dist/vfp_default.s
1505go114/src/cmd/doc/dirs.go 1505go114/src/cmd/doc/dirs.go
1506go114/src/cmd/doc/doc_test.go 1506go114/src/cmd/doc/doc_test.go
1507go114/src/cmd/doc/main.go 1507go114/src/cmd/doc/main.go
1508go114/src/cmd/doc/pkg.go 1508go114/src/cmd/doc/pkg.go
 1509go114/src/cmd/doc/testdata/merge/aa.go
 1510go114/src/cmd/doc/testdata/merge/bb.go
1509go114/src/cmd/doc/testdata/nested/empty/empty.go 1511go114/src/cmd/doc/testdata/nested/empty/empty.go
1510go114/src/cmd/doc/testdata/nested/ignore.go 1512go114/src/cmd/doc/testdata/nested/ignore.go
1511go114/src/cmd/doc/testdata/nested/nested/real.go 1513go114/src/cmd/doc/testdata/nested/nested/real.go
1512go114/src/cmd/doc/testdata/pkg.go 1514go114/src/cmd/doc/testdata/pkg.go
1513go114/src/cmd/fix/cftype.go 1515go114/src/cmd/fix/cftype.go
1514go114/src/cmd/fix/cftype_test.go 1516go114/src/cmd/fix/cftype_test.go
1515go114/src/cmd/fix/context.go 1517go114/src/cmd/fix/context.go
1516go114/src/cmd/fix/context_test.go 1518go114/src/cmd/fix/context_test.go
1517go114/src/cmd/fix/doc.go 1519go114/src/cmd/fix/doc.go
1518go114/src/cmd/fix/egltype.go 1520go114/src/cmd/fix/egltype.go
1519go114/src/cmd/fix/egltype_test.go 1521go114/src/cmd/fix/egltype_test.go
1520go114/src/cmd/fix/fix.go 1522go114/src/cmd/fix/fix.go
1521go114/src/cmd/fix/gotypes.go 1523go114/src/cmd/fix/gotypes.go
@@ -8590,26 +8592,27 @@ go114/test/fixedbugs/issue3552.dir/two.g @@ -8590,26 +8592,27 @@ go114/test/fixedbugs/issue3552.dir/two.g
8590go114/test/fixedbugs/issue3552.go 8592go114/test/fixedbugs/issue3552.go
8591go114/test/fixedbugs/issue35586.dir/a.go 8593go114/test/fixedbugs/issue35586.dir/a.go
8592go114/test/fixedbugs/issue35586.dir/b.go 8594go114/test/fixedbugs/issue35586.dir/b.go
8593go114/test/fixedbugs/issue35586.go 8595go114/test/fixedbugs/issue35586.go
8594go114/test/fixedbugs/issue35652.go 8596go114/test/fixedbugs/issue35652.go
8595go114/test/fixedbugs/issue36085.dir/a.go 8597go114/test/fixedbugs/issue36085.dir/a.go
8596go114/test/fixedbugs/issue36085.dir/b.go 8598go114/test/fixedbugs/issue36085.dir/b.go
8597go114/test/fixedbugs/issue36085.go 8599go114/test/fixedbugs/issue36085.go
8598go114/test/fixedbugs/issue36516.go 8600go114/test/fixedbugs/issue36516.go
8599go114/test/fixedbugs/issue36723.go 8601go114/test/fixedbugs/issue36723.go
8600go114/test/fixedbugs/issue3705.go 8602go114/test/fixedbugs/issue3705.go
8601go114/test/fixedbugs/issue37716.go 8603go114/test/fixedbugs/issue37716.go
8602go114/test/fixedbugs/issue3783.go 8604go114/test/fixedbugs/issue3783.go
 8605go114/test/fixedbugs/issue38117.go
8603go114/test/fixedbugs/issue3925.go 8606go114/test/fixedbugs/issue3925.go
8604go114/test/fixedbugs/issue4066.go 8607go114/test/fixedbugs/issue4066.go
8605go114/test/fixedbugs/issue4085a.go 8608go114/test/fixedbugs/issue4085a.go
8606go114/test/fixedbugs/issue4085b.go 8609go114/test/fixedbugs/issue4085b.go
8607go114/test/fixedbugs/issue4097.go 8610go114/test/fixedbugs/issue4097.go
8608go114/test/fixedbugs/issue4099.go 8611go114/test/fixedbugs/issue4099.go
8609go114/test/fixedbugs/issue4162.go 8612go114/test/fixedbugs/issue4162.go
8610go114/test/fixedbugs/issue4167.go 8613go114/test/fixedbugs/issue4167.go
8611go114/test/fixedbugs/issue4215.go 8614go114/test/fixedbugs/issue4215.go
8612go114/test/fixedbugs/issue4232.go 8615go114/test/fixedbugs/issue4232.go
8613go114/test/fixedbugs/issue4251.go 8616go114/test/fixedbugs/issue4251.go
8614go114/test/fixedbugs/issue4252.dir/a.go 8617go114/test/fixedbugs/issue4252.dir/a.go
8615go114/test/fixedbugs/issue4252.dir/main.go 8618go114/test/fixedbugs/issue4252.dir/main.go

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

--- pkgsrc/lang/go114/Attic/distinfo 2020/05/01 15:58:00 1.6
+++ pkgsrc/lang/go114/Attic/distinfo 2020/06/17 09:37:25 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.6 2020/05/01 15:58:00 tnn Exp $ 1$NetBSD: distinfo,v 1.7 2020/06/17 09:37:25 bsiegert Exp $
2 2
3SHA1 (go1.14.2.src.tar.gz) = bdc78d3a84b9d95766574b4bf33fc179542c2adf 3SHA1 (go1.14.4.src.tar.gz) = 0f49857387f181a0aa5fd0d16ae93afce11445d1
4RMD160 (go1.14.2.src.tar.gz) = 8b6d9bdb7e8d1eb9fba36d110cfcf59c6d9adc1e 4RMD160 (go1.14.4.src.tar.gz) = 1fe71fc573c57031c446f1624fc5d309cb1508d8
5SHA512 (go1.14.2.src.tar.gz) = 3f6804e1a60df6a7c55c294fe4147b2d6f028c619ad4ae5b1ae8793c6be637a1e6a62721cc7ce0b28918ab3441a89fa9acda72cb5450bf5af8d7872411d28015 5SHA512 (go1.14.4.src.tar.gz) = b0d657ea33331062db5a4da0aff14798f292ca967a53665af1a93e04eba7a03e49a3dbc4768c4f099ec5ff25a31885750f7658f819057057093e2d7bfb085575
6Size (go1.14.2.src.tar.gz) = 22454649 bytes 6Size (go1.14.4.src.tar.gz) = 22535243 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