diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-07-17 17:10:20 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-07-17 17:10:20 +0000 |
commit | 5438d81a823d62ea6916942b7319cecde25fb916 (patch) | |
tree | cfedd565d68d01cdca3931fcafa667dbea45c528 /lang | |
parent | e9aff83bf8ca30848aeae2dbd475d06a52d4786e (diff) | |
download | pkgsrc-5438d81a823d62ea6916942b7319cecde25fb916.tar.gz |
Update go113 to 1.13.14.
go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types
and math/big packages. See the Go 1.13.12 milestone on our issue tracker for
details.
go1.13.13 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.13.13 milestone on our issue tracker for details.
go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the
database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone
on our issue tracker for details.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/version.mk | 4 | ||||
-rw-r--r-- | lang/go113/PLIST | 5 | ||||
-rw-r--r-- | lang/go113/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk index f6378eef1e5..fdfe4fdc135 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.92 2020/06/17 09:37:25 bsiegert Exp $ +# $NetBSD: version.mk,v 1.93 2020/07/17 17:10:20 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -7,7 +7,7 @@ .include "go-vars.mk" GO114_VERSION= 1.14.4 -GO113_VERSION= 1.13.11 +GO113_VERSION= 1.13.14 GO110_VERSION= 1.10.8 GO19_VERSION= 1.9.7 GO14_VERSION= 1.4.3 diff --git a/lang/go113/PLIST b/lang/go113/PLIST index 40340005e0d..f8f231a8dd6 100644 --- a/lang/go113/PLIST +++ b/lang/go113/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/04/12 11:09:03 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.4 2020/07/17 17:10:20 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go113/AUTHORS @@ -1936,6 +1936,7 @@ go113/src/cmd/go/testdata/script/README go113/src/cmd/go/testdata/script/bug.txt go113/src/cmd/go/testdata/script/build_GOTMPDIR.txt go113/src/cmd/go/testdata/script/build_acl_windows.txt +go113/src/cmd/go/testdata/script/build_cache_arch_mode.txt go113/src/cmd/go/testdata/script/build_cache_compile.txt go113/src/cmd/go/testdata/script/build_cache_gomips.txt go113/src/cmd/go/testdata/script/build_cache_link.txt @@ -8436,6 +8437,8 @@ go113/test/fixedbugs/issue3552.go go113/test/fixedbugs/issue3705.go go113/test/fixedbugs/issue3783.go go113/test/fixedbugs/issue3925.go +go113/test/fixedbugs/issue39459.go +go113/test/fixedbugs/issue39541.go go113/test/fixedbugs/issue4066.go go113/test/fixedbugs/issue4085a.go go113/test/fixedbugs/issue4085b.go diff --git a/lang/go113/distinfo b/lang/go113/distinfo index b93dd63ea28..cf6531f04a0 100644 --- a/lang/go113/distinfo +++ b/lang/go113/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2020/05/16 08:33:07 bsiegert Exp $ +$NetBSD: distinfo,v 1.8 2020/07/17 17:10:20 bsiegert Exp $ -SHA1 (go1.13.11.src.tar.gz) = 248004d4e71137ca5959ed6a9b5fce40a94262bd -RMD160 (go1.13.11.src.tar.gz) = 2368697883fad0de66c9521451df41ecb6179c56 -SHA512 (go1.13.11.src.tar.gz) = 2342e70779d2d5a77da00815078e8ed4f00ed5cc0509e332e4d46eb441f0a50e7697b7afe3ba0b12c3be697b9beb6650c196f0e603d602d255e4415a703ed7df -Size (go1.13.11.src.tar.gz) = 21702851 bytes +SHA1 (go1.13.14.src.tar.gz) = a7b1983a06181784a9e3b0c2912c0b45b4e486d3 +RMD160 (go1.13.14.src.tar.gz) = 20f2592e6c91e415373e2dbe607f69884e8e8733 +SHA512 (go1.13.14.src.tar.gz) = 49dd28394333eaa7676fdf530d2fc18a645546c814fbe9247c9613e36529eb23634816b5c84574fea1cd9191fa86e684130e75dc70545344851c6b47c846558d +Size (go1.13.14.src.tar.gz) = 21704891 bytes SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a |