diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-03-14 18:15:16 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-03-14 18:15:16 +0000 |
commit | 6f989eb56dfc406c0cc15ecd7d8b8f25d3265114 (patch) | |
tree | 42a405d6ec34464558b9382de4fc01eac815e388 /lang | |
parent | b39fd8bce14270284b4a83899ae1dde450958714 (diff) | |
download | pkgsrc-6f989eb56dfc406c0cc15ecd7d8b8f25d3265114.tar.gz |
Update go116 to 1.16.2.
go1.16.2 (released 2021/03/11) includes fixes to cgo, the compiler, linker,
the go command, and the syscall and time packages. See the Go 1.16.2 milestone
on our issue tracker for details.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/version.mk | 4 | ||||
-rw-r--r-- | lang/go116/PLIST | 10 | ||||
-rw-r--r-- | lang/go116/distinfo | 10 |
3 files changed, 16 insertions, 8 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk index 903233d852c..46a868c6d33 100644 --- a/lang/go/version.mk +++ b/lang/go/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.112 2021/03/10 19:55:17 bsiegert Exp $ +# $NetBSD: version.mk,v 1.113 2021/03/14 18:15:16 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -6,7 +6,7 @@ # .include "go-vars.mk" -GO116_VERSION= 1.16.1 +GO116_VERSION= 1.16.2 GO115_VERSION= 1.15.7 GO114_VERSION= 1.14.14 GO113_VERSION= 1.13.15 diff --git a/lang/go116/PLIST b/lang/go116/PLIST index 1eb540055b5..9b93157ff9b 100644 --- a/lang/go116/PLIST +++ b/lang/go116/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/02/17 08:07:03 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/03/14 18:15:16 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go116/AUTHORS @@ -282,6 +282,9 @@ go116/misc/cgo/testplugin/testdata/issue25756/plugin/life.go go116/misc/cgo/testplugin/testdata/issue25756/plugin/life.h go116/misc/cgo/testplugin/testdata/method/main.go go116/misc/cgo/testplugin/testdata/method/plugin.go +go116/misc/cgo/testplugin/testdata/method2/main.go +go116/misc/cgo/testplugin/testdata/method2/p/p.go +go116/misc/cgo/testplugin/testdata/method2/plugin.go go116/misc/cgo/testplugin/testdata/plugin1/plugin1.go go116/misc/cgo/testplugin/testdata/plugin2/plugin2.go go116/misc/cgo/testplugin/testdata/sub/plugin1/plugin1.go @@ -2230,6 +2233,7 @@ go116/src/cmd/go/testdata/script/mod_replace_readonly.txt go116/src/cmd/go/testdata/script/mod_require_exclude.txt go116/src/cmd/go/testdata/script/mod_retention.txt go116/src/cmd/go/testdata/script/mod_retract.txt +go116/src/cmd/go/testdata/script/mod_retract_fix_version.txt go116/src/cmd/go/testdata/script/mod_retract_incompatible.txt go116/src/cmd/go/testdata/script/mod_retract_pseudo_base.txt go116/src/cmd/go/testdata/script/mod_retract_rationale.txt @@ -9148,6 +9152,10 @@ go116/test/fixedbugs/issue4396b.go go116/test/fixedbugs/issue4399.go go116/test/fixedbugs/issue4405.go go116/test/fixedbugs/issue4429.go +go116/test/fixedbugs/issue44355.dir/a.go +go116/test/fixedbugs/issue44355.dir/b.go +go116/test/fixedbugs/issue44355.go +go116/test/fixedbugs/issue44378.go go116/test/fixedbugs/issue4448.go go116/test/fixedbugs/issue4452.go go116/test/fixedbugs/issue4458.go diff --git a/lang/go116/distinfo b/lang/go116/distinfo index f66b79d0f16..74a4b245e0c 100644 --- a/lang/go116/distinfo +++ b/lang/go116/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2021/03/10 19:55:17 bsiegert Exp $ +$NetBSD: distinfo,v 1.5 2021/03/14 18:15:16 bsiegert Exp $ -SHA1 (go1.16.1.src.tar.gz) = ab7746ed5ec54110f5fbf4f8615a640530990111 -RMD160 (go1.16.1.src.tar.gz) = cab008285e02e97ab3523239684f9ad0b102da6b -SHA512 (go1.16.1.src.tar.gz) = c7674be1a4a03c031d13a52e03a5e134bd2f499fe1bde3083885e363528252fce43b119974b804c8c46ec59e85337bb94e96b7a7183bdb78301898e222b3bba1 -Size (go1.16.1.src.tar.gz) = 20897580 bytes +SHA1 (go1.16.2.src.tar.gz) = 78812c9ee656d3f54b8c9b4f3f78e00e81ba81ad +RMD160 (go1.16.2.src.tar.gz) = 0f667e1fd0691890eb282d921ac46c442df62c69 +SHA512 (go1.16.2.src.tar.gz) = d14858a75cc7411975aaca705e66145287dc96b4fac1b1b06b95377dc5e5d2762f060973744114f42c780b34ea4baef7038c94616649c2dcc5c97e261cefc6bd +Size (go1.16.2.src.tar.gz) = 20905135 bytes SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e SHA1 (patch-src_crypto_x509_root__bsd.go) = 27636e0d8c121ccec6c46a3a82cd0e0469473a6e |