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.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc365e5a48de
branches:  trunk
changeset: 770596:fc365e5a48de
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Dec 03 17:08:35 2021 +0000

description:
Update go116 to 1.16.11.

go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and
the net/http, net/http/httptest, and time packages. See the Go 1.16.11
milestone on our issue tracker for details.

diffstat:

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

diffs (56 lines):

diff -r 290e85aecbd5 -r fc365e5a48de lang/go/version.mk
--- a/lang/go/version.mk        Fri Dec 03 15:56:02 2021 +0000
+++ b/lang/go/version.mk        Fri Dec 03 17:08:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.134 2021/11/29 16:29:34 jperkin Exp $
+# $NetBSD: version.mk,v 1.135 2021/12/03 17:08:35 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.3
-GO116_VERSION= 1.16.10
+GO116_VERSION= 1.16.11
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
diff -r 290e85aecbd5 -r fc365e5a48de lang/go116/PLIST
--- a/lang/go116/PLIST  Fri Dec 03 15:56:02 2021 +0000
+++ b/lang/go116/PLIST  Fri Dec 03 17:08:35 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/11/04 19:18:59 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/12/03 17:08:35 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go116/AUTHORS
@@ -9218,10 +9218,12 @@
 go116/test/fixedbugs/issue4879.go
 go116/test/fixedbugs/issue4909a.go
 go116/test/fixedbugs/issue4909b.go
+go116/test/fixedbugs/issue49249.go
 go116/test/fixedbugs/issue4932.dir/foo.go
 go116/test/fixedbugs/issue4932.dir/state.go
 go116/test/fixedbugs/issue4932.dir/state2.go
 go116/test/fixedbugs/issue4932.go
+go116/test/fixedbugs/issue49378.go
 go116/test/fixedbugs/issue4964.dir/a.go
 go116/test/fixedbugs/issue4964.dir/b.go
 go116/test/fixedbugs/issue4964.go
diff -r 290e85aecbd5 -r fc365e5a48de lang/go116/distinfo
--- a/lang/go116/distinfo       Fri Dec 03 15:56:02 2021 +0000
+++ b/lang/go116/distinfo       Fri Dec 03 17:08:35 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/11/04 19:18:59 bsiegert Exp $
+$NetBSD: distinfo,v 1.17 2021/12/03 17:08:35 bsiegert Exp $
 
-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
+BLAKE2s (go1.16.11.src.tar.gz) = 5ca8645341b6e233738513c70953f25f8c3ccdeb59877b6a9e012a274f2db9e7
+SHA512 (go1.16.11.src.tar.gz) = bf3ed7d95945f3afa92478e737e1782078419165f2d9f76b21b8f144c2ba529cf7a3665da1f46c7633721fe5eb67bdf848dd5b30440b6f86a12f5acd2766abbd
+Size (go1.16.11.src.tar.gz) = 20918537 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