pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update go117 to 1.17.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f90b53df697
branches:  trunk
changeset: 371358:5f90b53df697
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jan 09 19:54:46 2022 +0000

description:
Update go117 to 1.17.6.

go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker,
runtime, and the crypto/x509, net/http, and reflect packages. See the Go 1.17.6
milestone on our issue tracker for details.

diffstat:

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

diffs (68 lines):

diff -r a331f9027b99 -r 5f90b53df697 lang/go/version.mk
--- a/lang/go/version.mk        Sun Jan 09 19:19:47 2022 +0000
+++ b/lang/go/version.mk        Sun Jan 09 19:54:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.138 2022/01/09 19:18:51 bsiegert Exp $
+# $NetBSD: version.mk,v 1.139 2022/01/09 19:54:46 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"
 
-GO117_VERSION= 1.17.5
+GO117_VERSION= 1.17.6
 GO116_VERSION= 1.16.13
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
diff -r a331f9027b99 -r 5f90b53df697 lang/go117/Makefile
--- a/lang/go117/Makefile       Sun Jan 09 19:19:47 2022 +0000
+++ b/lang/go117/Makefile       Sun Jan 09 19:54:46 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2021/10/11 21:34:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/09 19:54:47 bsiegert Exp $
 
 .include "../../lang/go/version.mk"
 .include "../../lang/go/bootstrap.mk"
 
 GOVERSSUFFIX=  117
 
-DISTNAME=      go${GO${GOVERSSUFFIX}_VERSION:S/.rc/rc/}.src
+DISTNAME=      go${GO${GOVERSSUFFIX}_VERSION}.src
 PKGNAME=       go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
 CATEGORIES=    lang
 MASTER_SITES=  https://storage.googleapis.com/golang/
diff -r a331f9027b99 -r 5f90b53df697 lang/go117/PLIST
--- a/lang/go117/PLIST  Sun Jan 09 19:19:47 2022 +0000
+++ b/lang/go117/PLIST  Sun Jan 09 19:54:46 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/12/09 17:25:56 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/01/09 19:54:47 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go117/AUTHORS
@@ -10025,6 +10025,7 @@
 go117/test/fixedbugs/issue4909b.go
 go117/test/fixedbugs/issue49122.go
 go117/test/fixedbugs/issue49249.go
+go117/test/fixedbugs/issue49282.go
 go117/test/fixedbugs/issue4932.dir/foo.go
 go117/test/fixedbugs/issue4932.dir/state.go
 go117/test/fixedbugs/issue4932.dir/state2.go
diff -r a331f9027b99 -r 5f90b53df697 lang/go117/distinfo
--- a/lang/go117/distinfo       Sun Jan 09 19:19:47 2022 +0000
+++ b/lang/go117/distinfo       Sun Jan 09 19:54:46 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2021/12/09 17:25:56 bsiegert Exp $
+$NetBSD: distinfo,v 1.12 2022/01/09 19:54:47 bsiegert Exp $
 
-BLAKE2s (go1.17.5.src.tar.gz) = 6b93a04ae6f017ffe52a7281e41227203310c56c1bc26028e5d5a4de673b702d
-SHA512 (go1.17.5.src.tar.gz) = 6c833455fe79476c29a0565ae3b5ede452abb75689d52cbaa524743549f6f12681b6b5035dc4048387bd738c15b7cd8bdc4c875d54232ca2343c7404a4326884
-Size (go1.17.5.src.tar.gz) = 22186577 bytes
+BLAKE2s (go1.17.6.src.tar.gz) = b605f798c26945919d47a661a264524426b5a592401dbb07bcd5fc6442273ffc
+SHA512 (go1.17.6.src.tar.gz) = 59e5471d33e72208a3ca1ddf6c13aeb2b95a3291c0491571597197a260fb8cb74241c7bb09b44129c1e39f857ce4279f416c139b3ab2d7aded10002beb222ee2
+Size (go1.17.6.src.tar.gz) = 22191372 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
 SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 27636e0d8c121ccec6c46a3a82cd0e0469473a6e



Home | Main Index | Thread Index | Old Index