diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-01-09 19:54:46 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-01-09 19:54:46 +0000 |
commit | 93b5490113c5493b7e4d7a0b628d88185a620f21 (patch) | |
tree | 3215d39fb7c5d6ba007e8c1cde806b32d3db7af3 /lang/go117 | |
parent | 6e65d45428f0055adc6147083bb2f0f69f35b555 (diff) | |
download | pkgsrc-93b5490113c5493b7e4d7a0b628d88185a620f21.tar.gz |
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 (limited to 'lang/go117')
-rw-r--r-- | lang/go117/Makefile | 4 | ||||
-rw-r--r-- | lang/go117/PLIST | 3 | ||||
-rw-r--r-- | lang/go117/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/lang/go117/Makefile b/lang/go117/Makefile index 3873f0279ab..c718b0ce44e 100644 --- a/lang/go117/Makefile +++ b/lang/go117/Makefile @@ -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 --git a/lang/go117/PLIST b/lang/go117/PLIST index 30f165354f2..c3608d1a722 100644 --- a/lang/go117/PLIST +++ b/lang/go117/PLIST @@ -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/issue4909a.go 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 --git a/lang/go117/distinfo b/lang/go117/distinfo index edac85a61fe..2f781c6d936 100644 --- a/lang/go117/distinfo +++ b/lang/go117/distinfo @@ -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 |