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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d39956a45de
branches:  trunk
changeset: 371354:4d39956a45de
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jan 09 19:18:51 2022 +0000

description:
Update go116 to 1.16.13.

go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker,
runtime, and the net/http package. See the Go 1.16.13 milestone on our issue
tracker for details.

diffstat:

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

diffs (66 lines):

diff -r 9f6535f0be0b -r 4d39956a45de lang/go/version.mk
--- a/lang/go/version.mk        Sun Jan 09 18:51:21 2022 +0000
+++ b/lang/go/version.mk        Sun Jan 09 19:18:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.137 2021/12/09 17:25:56 bsiegert Exp $
+# $NetBSD: version.mk,v 1.138 2022/01/09 19:18:51 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.5
-GO116_VERSION= 1.16.12
+GO116_VERSION= 1.16.13
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
diff -r 9f6535f0be0b -r 4d39956a45de lang/go116/Makefile
--- a/lang/go116/Makefile       Sun Jan 09 18:51:21 2022 +0000
+++ b/lang/go116/Makefile       Sun Jan 09 19:18:51 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2021/07/13 10:12:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/09 19:18:52 bsiegert Exp $
 
 .include "../../lang/go/version.mk"
 .include "../../lang/go/bootstrap.mk"
 
-DISTNAME=      go${GO116_VERSION:S/.beta/beta/}.src
+DISTNAME=      go${GO116_VERSION}.src
 PKGNAME=       go116-${GO116_VERSION}
 CATEGORIES=    lang
 MASTER_SITES=  https://storage.googleapis.com/golang/
diff -r 9f6535f0be0b -r 4d39956a45de lang/go116/PLIST
--- a/lang/go116/PLIST  Sun Jan 09 18:51:21 2022 +0000
+++ b/lang/go116/PLIST  Sun Jan 09 19:18:51 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/12/03 17:08:35 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/01/09 19:18:52 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go116/AUTHORS
@@ -9219,6 +9219,7 @@
 go116/test/fixedbugs/issue4909a.go
 go116/test/fixedbugs/issue4909b.go
 go116/test/fixedbugs/issue49249.go
+go116/test/fixedbugs/issue49282.go
 go116/test/fixedbugs/issue4932.dir/foo.go
 go116/test/fixedbugs/issue4932.dir/state.go
 go116/test/fixedbugs/issue4932.dir/state2.go
diff -r 9f6535f0be0b -r 4d39956a45de lang/go116/distinfo
--- a/lang/go116/distinfo       Sun Jan 09 18:51:21 2022 +0000
+++ b/lang/go116/distinfo       Sun Jan 09 19:18:51 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2021/12/09 17:13:49 bsiegert Exp $
+$NetBSD: distinfo,v 1.19 2022/01/09 19:18:52 bsiegert Exp $
 
-BLAKE2s (go1.16.12.src.tar.gz) = 6e3f7dff5441b01bdded03b666843a6fe25100df58b0173e83f0334374d92198
-SHA512 (go1.16.12.src.tar.gz) = 01a641b1c52890ff375f62761db4d87f7207297c7971951ba9305aa99313b5ba3014cb7555096a8fd04c97c208d2432d71d94aa9134d1617f8bedb203aa91b58
-Size (go1.16.12.src.tar.gz) = 20918701 bytes
+BLAKE2s (go1.16.13.src.tar.gz) = f36014c1832d5e67db746db97a1b57546d62998095c1bb59fbb476c213d44997
+SHA512 (go1.16.13.src.tar.gz) = e168583a6264db5e28af0bc6a5de1e7586e0f4c248b8c387c8dd4a817c4a2bb303532e1f32067db3c565de9c1b39248f59573365c61c2f1116ba73f4af59b6bc
+Size (go1.16.13.src.tar.gz) = 20927103 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