pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Update go116 to 1.16.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c74b97d82b1d
branches:  trunk
changeset: 768949:c74b97d82b1d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Nov 04 19:18:59 2021 +0000

description:
Update go116 to 1.16.10.

go1.16.10 (released 2021-11-04) includes security fixes to the archive/zip and
debug/macho packages, as well as bug fixes to the compiler, linker, runtime,
the misc/wasm directory, and to the net/http package. See the Go 1.16.10
milestone on our issue tracker for details.

diffstat:

 lang/go/version.mk  |  4 ++--
 lang/go116/PLIST    |  5 ++++-
 lang/go116/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r 755cace47326 -r c74b97d82b1d lang/go/version.mk
--- a/lang/go/version.mk        Thu Nov 04 18:21:20 2021 +0000
+++ b/lang/go/version.mk        Thu Nov 04 19:18:59 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.131 2021/10/08 14:47:44 bsiegert Exp $
+# $NetBSD: version.mk,v 1.132 2021/11/04 19:18:59 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.2
-GO116_VERSION= 1.16.9
+GO116_VERSION= 1.16.10
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
diff -r 755cace47326 -r c74b97d82b1d lang/go116/PLIST
--- a/lang/go116/PLIST  Thu Nov 04 18:21:20 2021 +0000
+++ b/lang/go116/PLIST  Thu Nov 04 19:18:59 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/08/11 19:00:24 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/11/04 19:18:59 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go116/AUTHORS
@@ -3928,6 +3928,7 @@
 go116/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec.base64
 go116/src/debug/macho/testdata/gcc-386-darwin-exec.base64
 go116/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug.base64
+go116/src/debug/macho/testdata/gcc-amd64-darwin-exec-with-bad-dysym.base64
 go116/src/debug/macho/testdata/gcc-amd64-darwin-exec.base64
 go116/src/debug/macho/testdata/hello.c
 go116/src/debug/pe/file.go
@@ -9210,6 +9211,8 @@
 go116/test/fixedbugs/issue4785.go
 go116/test/fixedbugs/issue4813.go
 go116/test/fixedbugs/issue4847.go
+go116/test/fixedbugs/issue48473.go
+go116/test/fixedbugs/issue48476.go
 go116/test/fixedbugs/issue4879.dir/a.go
 go116/test/fixedbugs/issue4879.dir/b.go
 go116/test/fixedbugs/issue4879.go
diff -r 755cace47326 -r c74b97d82b1d lang/go116/distinfo
--- a/lang/go116/distinfo       Thu Nov 04 18:21:20 2021 +0000
+++ b/lang/go116/distinfo       Thu Nov 04 19:18:59 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:51:37 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/11/04 19:18:59 bsiegert Exp $
 
-BLAKE2s (go1.16.9.src.tar.gz) = bb4c35ccb19acd58aeb617b6fe4c14dbd4e77516ca152a514098552828333d7a
-SHA512 (go1.16.9.src.tar.gz) = e1c02ac64fcc13b94bb160c9129d5fcfa4a486df069e4f5a42b5d5827e0c82105a957a92926a1e4802e37fd5a148ffcc015e244a31367fd68cfe30c90d2de385
-Size (go1.16.9.src.tar.gz) = 20921003 bytes
+BLAKE2s (go1.16.10.src.tar.gz) = 5682bb501f97df0dfb65f78f3ae55c9f5208716709705b6e2be1daa573f71c9a
+SHA512 (go1.16.10.src.tar.gz) = d12753bd7973beb7ab047a189bd0d7132b5ab8c35e943b12388289d59f9becaefb858d37cfcb808c1e12f3e06c883ef170d98ed99449e9beda636cab9bfff2b6
+Size (go1.16.10.src.tar.gz) = 20918003 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



Home | Main Index | Thread Index | Old Index