diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-11-05 19:35:00 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-11-05 19:35:00 +0000 |
commit | 81ba884a5d620911d443ea5e5fab551a153ef0fd (patch) | |
tree | efb4b98c0478dbea60f392d3baac42cec9cac314 /lang/go117 | |
parent | e45c7e57d84a62e9ec46a559023a70e0d6c4acd6 (diff) | |
download | pkgsrc-81ba884a5d620911d443ea5e5fab551a153ef0fd.tar.gz |
Update go117 to 1.17.3.
go1.17.3 (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 go command, the misc/wasm directory, and to the net/http and syscall
packages. See the Go 1.17.3 milestone on our issue tracker for details.
Diffstat (limited to 'lang/go117')
-rw-r--r-- | lang/go117/PLIST | 8 | ||||
-rw-r--r-- | lang/go117/distinfo | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lang/go117/PLIST b/lang/go117/PLIST index 1994a71d521..5c0ef3133e9 100644 --- a/lang/go117/PLIST +++ b/lang/go117/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2021/09/17 13:17:19 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/11/05 19:35:00 bsiegert Exp $ bin/go${GOVERSSUFFIX} bin/gofmt${GOVERSSUFFIX} go117/AUTHORS @@ -359,6 +359,8 @@ go117/misc/cgo/testshared/testdata/issue39777/b/b.go go117/misc/cgo/testshared/testdata/issue44031/a/a.go go117/misc/cgo/testshared/testdata/issue44031/b/b.go go117/misc/cgo/testshared/testdata/issue44031/main/main.go +go117/misc/cgo/testshared/testdata/issue47837/a/a.go +go117/misc/cgo/testshared/testdata/issue47837/main/main.go go117/misc/cgo/testshared/testdata/trivial/trivial.go go117/misc/cgo/testsigfwd/main.go go117/misc/cgo/testso/noso_test.go @@ -2322,6 +2324,7 @@ go117/src/cmd/go/testdata/script/ldflag.txt go117/src/cmd/go/testdata/script/link_matching_actionid.txt go117/src/cmd/go/testdata/script/link_syso_issue33139.txt go117/src/cmd/go/testdata/script/linkname.txt +go117/src/cmd/go/testdata/script/list_all_gobuild.txt go117/src/cmd/go/testdata/script/list_ambiguous_path.txt go117/src/cmd/go/testdata/script/list_bad_import.txt go117/src/cmd/go/testdata/script/list_case_collision.txt @@ -4370,6 +4373,7 @@ go117/src/debug/macho/testdata/clang-amd64-darwin.obj.base64 go117/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec.base64 go117/src/debug/macho/testdata/gcc-386-darwin-exec.base64 go117/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug.base64 +go117/src/debug/macho/testdata/gcc-amd64-darwin-exec-with-bad-dysym.base64 go117/src/debug/macho/testdata/gcc-amd64-darwin-exec.base64 go117/src/debug/macho/testdata/hello.c go117/src/debug/pe/file.go @@ -10010,6 +10014,8 @@ go117/test/fixedbugs/issue48088.dir/b.go go117/test/fixedbugs/issue48088.go go117/test/fixedbugs/issue4813.go go117/test/fixedbugs/issue4847.go +go117/test/fixedbugs/issue48473.go +go117/test/fixedbugs/issue48476.go go117/test/fixedbugs/issue4879.dir/a.go go117/test/fixedbugs/issue4879.dir/b.go go117/test/fixedbugs/issue4879.go diff --git a/lang/go117/distinfo b/lang/go117/distinfo index c703314a246..5124766c3cb 100644 --- a/lang/go117/distinfo +++ b/lang/go117/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:51:37 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/11/05 19:35:00 bsiegert Exp $ -BLAKE2s (go1.17.2.src.tar.gz) = c0444fda199e0f0b86be1e09bcfa91e16a6c42a7f8951ada60c29e2a077f3210 -SHA512 (go1.17.2.src.tar.gz) = 167220293e02d6994b5cdee5909cbdbe66f692619baeb6ff9ee0d56660eb39cfd9eac2ac510f113d5222dadd5858fd6276bd961365ca42b42c07af5d24d48107 -Size (go1.17.2.src.tar.gz) = 22182111 bytes +BLAKE2s (go1.17.3.src.tar.gz) = 18b2f8031ebfd8fcc074c5d72239410d018fb8780ebbfa3b107812f175a9c3c0 +SHA512 (go1.17.3.src.tar.gz) = a2793efefe3f7e89054453cada03c25a900a4a6b71b2dfa0f5f33c1d8946711c983067dd54021faa5605074708db8e4225d104be703d307f3dbcc6035410acbd +Size (go1.17.3.src.tar.gz) = 22183309 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 |