Update go116 to 1.16.8 (security).
go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages.
This commit is contained in:
parent
1309bf9316
commit
f081bcb2df
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: version.mk,v 1.127 2021/09/04 15:46:42 bsiegert Exp $
|
||||
# $NetBSD: version.mk,v 1.128 2021/09/17 12:56:18 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"
|
||||
|
||||
GO117_VERSION= 1.17
|
||||
GO116_VERSION= 1.16.7
|
||||
GO116_VERSION= 1.16.8
|
||||
GO110_VERSION= 1.10.8
|
||||
GO19_VERSION= 1.9.7
|
||||
GO14_VERSION= 1.4.3
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.10 2021/08/11 19:00:24 bsiegert Exp $
|
||||
$NetBSD: distinfo,v 1.11 2021/09/17 12:56:18 bsiegert Exp $
|
||||
|
||||
SHA1 (go1.16.7.src.tar.gz) = 94e3f19866c40bb73700d93625489998604d1b15
|
||||
RMD160 (go1.16.7.src.tar.gz) = b1f1b8458dfc659cfca33b61a3041408dc9fbbf7
|
||||
SHA512 (go1.16.7.src.tar.gz) = 1aab6f3dcbae71ebfa29a1d9a46613a3aa48de01cee82b48842d92abbb4ee57db019a4d47a3f12af9553c8e2a982e90114a06ee187f908f7c29245d9786b9186
|
||||
Size (go1.16.7.src.tar.gz) = 20922206 bytes
|
||||
SHA1 (go1.16.8.src.tar.gz) = 5d72485dfaee6d7153f38b649a007f8c10a0336f
|
||||
RMD160 (go1.16.8.src.tar.gz) = e476b83c7ac83b65f4224e4914d7af0114b16ab2
|
||||
SHA512 (go1.16.8.src.tar.gz) = 49b3b341ee3dbf2964f8e938a6d797a48e4b46e19c6c6f240038cd48c8668b76982f0c9c61e38bfdc42eb03db72d125457905cba76589d1d7d2f825bc67587e3
|
||||
Size (go1.16.8.src.tar.gz) = 20922236 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
|
||||
|
|
Loading…
Reference in a new issue