Wed May 11 19:00:55 2022 UTC ()
go118: update to 1.18.2 (security)

go1.18.2 (released 2022-05-10) includes security fixes to the syscall package,
as well as bug fixes to the compiler, runtime, the go command, and the
crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages.
See the Go 1.18.2 milestone on our issue tracker for details.


(bsiegert)
diff -r1.148 -r1.149 pkgsrc/lang/go/version.mk
diff -r1.2 -r1.3 pkgsrc/lang/go118/PLIST
diff -r1.2 -r1.3 pkgsrc/lang/go118/distinfo

cvs diff -r1.148 -r1.149 pkgsrc/lang/go/version.mk (expand / switch to unified diff)

--- pkgsrc/lang/go/version.mk 2022/05/11 18:39:42 1.148
+++ pkgsrc/lang/go/version.mk 2022/05/11 19:00:55 1.149
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: version.mk,v 1.148 2022/05/11 18:39:42 bsiegert Exp $ 1# $NetBSD: version.mk,v 1.149 2022/05/11 19:00:55 bsiegert Exp $
2 2
3# 3#
4# If bsd.prefs.mk is included before go-package.mk in a package, then this 4# If bsd.prefs.mk is included before go-package.mk in a package, then this
5# file must be included directly in the package prior to bsd.prefs.mk. 5# file must be included directly in the package prior to bsd.prefs.mk.
6# 6#
7.include "go-vars.mk" 7.include "go-vars.mk"
8 8
9GO118_VERSION= 1.18.1 9GO118_VERSION= 1.18.2
10GO117_VERSION= 1.17.10 10GO117_VERSION= 1.17.10
11GO116_VERSION= 1.16.15 11GO116_VERSION= 1.16.15
12GO110_VERSION= 1.10.8 12GO110_VERSION= 1.10.8
13GO19_VERSION= 1.9.7 13GO19_VERSION= 1.9.7
14GO14_VERSION= 1.4.3 14GO14_VERSION= 1.4.3
15 15
16.include "../../mk/bsd.prefs.mk" 16.include "../../mk/bsd.prefs.mk"
17 17
18.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 070000 18.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 070000
19# 1.9 is the last Go version to support NetBSD 6 19# 1.9 is the last Go version to support NetBSD 6
20GO_VERSION_DEFAULT?= 19 20GO_VERSION_DEFAULT?= 19
21.elif ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 101000 21.elif ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 101000
22# go 1.11 removed support for osx 10.8 and 10.9 22# go 1.11 removed support for osx 10.8 and 10.9

cvs diff -r1.2 -r1.3 pkgsrc/lang/go118/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/go118/PLIST 2022/04/13 07:46:56 1.2
+++ pkgsrc/lang/go118/PLIST 2022/05/11 19:00:55 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2022/04/13 07:46:56 bsiegert Exp $ 1@comment $NetBSD: PLIST,v 1.3 2022/05/11 19:00:55 bsiegert Exp $
2bin/go${GOVERSSUFFIX} 2bin/go${GOVERSSUFFIX}
3bin/gofmt${GOVERSSUFFIX} 3bin/gofmt${GOVERSSUFFIX}
4go118/AUTHORS 4go118/AUTHORS
5go118/CONTRIBUTING.md 5go118/CONTRIBUTING.md
6go118/CONTRIBUTORS 6go118/CONTRIBUTORS
7go118/LICENSE 7go118/LICENSE
8go118/PATENTS 8go118/PATENTS
9go118/README.md 9go118/README.md
10go118/SECURITY.md 10go118/SECURITY.md
11go118/VERSION 11go118/VERSION
12go118/api/README 12go118/api/README
13go118/api/except.txt 13go118/api/except.txt
14go118/api/go1.1.txt 14go118/api/go1.1.txt
@@ -1859,26 +1859,27 @@ go118/src/cmd/compile/internal/types2/te @@ -1859,26 +1859,27 @@ go118/src/cmd/compile/internal/types2/te
1859go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51257.go2 1859go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51257.go2
1860go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51335.go2 1860go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51335.go2
1861go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51339.go2 1861go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51339.go2
1862go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51360.go 1862go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51360.go
1863go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51376.go2 1863go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51376.go2
1864go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51386.go2 1864go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51386.go2
1865go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51437.go 1865go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51437.go
1866go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51472.go2 1866go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51472.go2
1867go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51509.go 1867go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51509.go
1868go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51578.go2 1868go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51578.go2
1869go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51593.go2 1869go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51593.go2
1870go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51607.go2 1870go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51607.go2
1871go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51658.go2 1871go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51658.go2
 1872go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue52529.go2
1872go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue6977.src 1873go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue6977.src
1873go118/src/cmd/compile/internal/types2/testdata/manual.go2 1874go118/src/cmd/compile/internal/types2/testdata/manual.go2
1874go118/src/cmd/compile/internal/types2/testdata/spec/assignability.go2 1875go118/src/cmd/compile/internal/types2/testdata/spec/assignability.go2
1875go118/src/cmd/compile/internal/types2/testdata/spec/comparisons.go2 1876go118/src/cmd/compile/internal/types2/testdata/spec/comparisons.go2
1876go118/src/cmd/compile/internal/types2/testdata/spec/conversions.go2 1877go118/src/cmd/compile/internal/types2/testdata/spec/conversions.go2
1877go118/src/cmd/compile/internal/types2/tuple.go 1878go118/src/cmd/compile/internal/types2/tuple.go
1878go118/src/cmd/compile/internal/types2/type.go 1879go118/src/cmd/compile/internal/types2/type.go
1879go118/src/cmd/compile/internal/types2/typelists.go 1880go118/src/cmd/compile/internal/types2/typelists.go
1880go118/src/cmd/compile/internal/types2/typeparam.go 1881go118/src/cmd/compile/internal/types2/typeparam.go
1881go118/src/cmd/compile/internal/types2/typeset.go 1882go118/src/cmd/compile/internal/types2/typeset.go
1882go118/src/cmd/compile/internal/types2/typeset_test.go 1883go118/src/cmd/compile/internal/types2/typeset_test.go
1883go118/src/cmd/compile/internal/types2/typestring.go 1884go118/src/cmd/compile/internal/types2/typestring.go
1884go118/src/cmd/compile/internal/types2/typestring_test.go 1885go118/src/cmd/compile/internal/types2/typestring_test.go
@@ -2403,26 +2404,27 @@ go118/src/cmd/go/testdata/modlegacy/src/ @@ -2403,26 +2404,27 @@ go118/src/cmd/go/testdata/modlegacy/src/
2403go118/src/cmd/go/testdata/modlegacy/src/new/sub/go.mod 2404go118/src/cmd/go/testdata/modlegacy/src/new/sub/go.mod
2404go118/src/cmd/go/testdata/modlegacy/src/new/sub/inner/go.mod 2405go118/src/cmd/go/testdata/modlegacy/src/new/sub/inner/go.mod
2405go118/src/cmd/go/testdata/modlegacy/src/new/sub/inner/x/x.go 2406go118/src/cmd/go/testdata/modlegacy/src/new/sub/inner/x/x.go
2406go118/src/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.go 2407go118/src/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.go
2407go118/src/cmd/go/testdata/modlegacy/src/old/p1/p1.go 2408go118/src/cmd/go/testdata/modlegacy/src/old/p1/p1.go
2408go118/src/cmd/go/testdata/modlegacy/src/old/p2/p2.go 2409go118/src/cmd/go/testdata/modlegacy/src/old/p2/p2.go
2409go118/src/cmd/go/testdata/savedir.go 2410go118/src/cmd/go/testdata/savedir.go
2410go118/src/cmd/go/testdata/script/README 2411go118/src/cmd/go/testdata/script/README
2411go118/src/cmd/go/testdata/script/badgo.txt 2412go118/src/cmd/go/testdata/script/badgo.txt
2412go118/src/cmd/go/testdata/script/bug.txt 2413go118/src/cmd/go/testdata/script/bug.txt
2413go118/src/cmd/go/testdata/script/build_GOTMPDIR.txt 2414go118/src/cmd/go/testdata/script/build_GOTMPDIR.txt
2414go118/src/cmd/go/testdata/script/build_acl_windows.txt 2415go118/src/cmd/go/testdata/script/build_acl_windows.txt
2415go118/src/cmd/go/testdata/script/build_arm.txt 2416go118/src/cmd/go/testdata/script/build_arm.txt
 2417go118/src/cmd/go/testdata/script/build_buildvcs_auto.txt
2416go118/src/cmd/go/testdata/script/build_cache_arch_mode.txt 2418go118/src/cmd/go/testdata/script/build_cache_arch_mode.txt
2417go118/src/cmd/go/testdata/script/build_cache_compile.txt 2419go118/src/cmd/go/testdata/script/build_cache_compile.txt
2418go118/src/cmd/go/testdata/script/build_cache_disabled.txt 2420go118/src/cmd/go/testdata/script/build_cache_disabled.txt
2419go118/src/cmd/go/testdata/script/build_cache_gomips.txt 2421go118/src/cmd/go/testdata/script/build_cache_gomips.txt
2420go118/src/cmd/go/testdata/script/build_cache_link.txt 2422go118/src/cmd/go/testdata/script/build_cache_link.txt
2421go118/src/cmd/go/testdata/script/build_cache_output.txt 2423go118/src/cmd/go/testdata/script/build_cache_output.txt
2422go118/src/cmd/go/testdata/script/build_cache_trimpath.txt 2424go118/src/cmd/go/testdata/script/build_cache_trimpath.txt
2423go118/src/cmd/go/testdata/script/build_cd_gopath_different.txt 2425go118/src/cmd/go/testdata/script/build_cd_gopath_different.txt
2424go118/src/cmd/go/testdata/script/build_cgo_consistent_results.txt 2426go118/src/cmd/go/testdata/script/build_cgo_consistent_results.txt
2425go118/src/cmd/go/testdata/script/build_concurrent_backend.txt 2427go118/src/cmd/go/testdata/script/build_concurrent_backend.txt
2426go118/src/cmd/go/testdata/script/build_darwin_cc_arch.txt 2428go118/src/cmd/go/testdata/script/build_darwin_cc_arch.txt
2427go118/src/cmd/go/testdata/script/build_dash_n_cgo.txt 2429go118/src/cmd/go/testdata/script/build_dash_n_cgo.txt
2428go118/src/cmd/go/testdata/script/build_dash_o_dev_null.txt 2430go118/src/cmd/go/testdata/script/build_dash_o_dev_null.txt
@@ -2826,26 +2828,27 @@ go118/src/cmd/go/testdata/script/mod_rep @@ -2826,26 +2828,27 @@ go118/src/cmd/go/testdata/script/mod_rep
2826go118/src/cmd/go/testdata/script/mod_replace_gopkgin.txt 2828go118/src/cmd/go/testdata/script/mod_replace_gopkgin.txt
2827go118/src/cmd/go/testdata/script/mod_replace_import.txt 2829go118/src/cmd/go/testdata/script/mod_replace_import.txt
2828go118/src/cmd/go/testdata/script/mod_replace_readonly.txt 2830go118/src/cmd/go/testdata/script/mod_replace_readonly.txt
2829go118/src/cmd/go/testdata/script/mod_require_exclude.txt 2831go118/src/cmd/go/testdata/script/mod_require_exclude.txt
2830go118/src/cmd/go/testdata/script/mod_retention.txt 2832go118/src/cmd/go/testdata/script/mod_retention.txt
2831go118/src/cmd/go/testdata/script/mod_retract.txt 2833go118/src/cmd/go/testdata/script/mod_retract.txt
2832go118/src/cmd/go/testdata/script/mod_retract_fix_version.txt 2834go118/src/cmd/go/testdata/script/mod_retract_fix_version.txt
2833go118/src/cmd/go/testdata/script/mod_retract_incompatible.txt 2835go118/src/cmd/go/testdata/script/mod_retract_incompatible.txt
2834go118/src/cmd/go/testdata/script/mod_retract_pseudo_base.txt 2836go118/src/cmd/go/testdata/script/mod_retract_pseudo_base.txt
2835go118/src/cmd/go/testdata/script/mod_retract_rationale.txt 2837go118/src/cmd/go/testdata/script/mod_retract_rationale.txt
2836go118/src/cmd/go/testdata/script/mod_retract_rename.txt 2838go118/src/cmd/go/testdata/script/mod_retract_rename.txt
2837go118/src/cmd/go/testdata/script/mod_retract_replace.txt 2839go118/src/cmd/go/testdata/script/mod_retract_replace.txt
2838go118/src/cmd/go/testdata/script/mod_retract_versions.txt 2840go118/src/cmd/go/testdata/script/mod_retract_versions.txt
 2841go118/src/cmd/go/testdata/script/mod_run_issue52331.txt
2839go118/src/cmd/go/testdata/script/mod_run_nonmain.txt 2842go118/src/cmd/go/testdata/script/mod_run_nonmain.txt
2840go118/src/cmd/go/testdata/script/mod_run_path.txt 2843go118/src/cmd/go/testdata/script/mod_run_path.txt
2841go118/src/cmd/go/testdata/script/mod_run_pkg_version.txt 2844go118/src/cmd/go/testdata/script/mod_run_pkg_version.txt
2842go118/src/cmd/go/testdata/script/mod_run_pkgerror.txt 2845go118/src/cmd/go/testdata/script/mod_run_pkgerror.txt
2843go118/src/cmd/go/testdata/script/mod_skip_write.txt 2846go118/src/cmd/go/testdata/script/mod_skip_write.txt
2844go118/src/cmd/go/testdata/script/mod_std_vendor.txt 2847go118/src/cmd/go/testdata/script/mod_std_vendor.txt
2845go118/src/cmd/go/testdata/script/mod_string_alias.txt 2848go118/src/cmd/go/testdata/script/mod_string_alias.txt
2846go118/src/cmd/go/testdata/script/mod_sum_ambiguous.txt 2849go118/src/cmd/go/testdata/script/mod_sum_ambiguous.txt
2847go118/src/cmd/go/testdata/script/mod_sum_lookup.txt 2850go118/src/cmd/go/testdata/script/mod_sum_lookup.txt
2848go118/src/cmd/go/testdata/script/mod_sum_readonly.txt 2851go118/src/cmd/go/testdata/script/mod_sum_readonly.txt
2849go118/src/cmd/go/testdata/script/mod_sum_replaced.txt 2852go118/src/cmd/go/testdata/script/mod_sum_replaced.txt
2850go118/src/cmd/go/testdata/script/mod_sumdb.txt 2853go118/src/cmd/go/testdata/script/mod_sumdb.txt
2851go118/src/cmd/go/testdata/script/mod_sumdb_cache.txt 2854go118/src/cmd/go/testdata/script/mod_sumdb_cache.txt
@@ -5486,26 +5489,27 @@ go118/src/go/types/testdata/fixedbugs/is @@ -5486,26 +5489,27 @@ go118/src/go/types/testdata/fixedbugs/is
5486go118/src/go/types/testdata/fixedbugs/issue51257.go2 5489go118/src/go/types/testdata/fixedbugs/issue51257.go2
5487go118/src/go/types/testdata/fixedbugs/issue51335.go2 5490go118/src/go/types/testdata/fixedbugs/issue51335.go2
5488go118/src/go/types/testdata/fixedbugs/issue51339.go2 5491go118/src/go/types/testdata/fixedbugs/issue51339.go2
5489go118/src/go/types/testdata/fixedbugs/issue51360.go 5492go118/src/go/types/testdata/fixedbugs/issue51360.go
5490go118/src/go/types/testdata/fixedbugs/issue51376.go2 5493go118/src/go/types/testdata/fixedbugs/issue51376.go2
5491go118/src/go/types/testdata/fixedbugs/issue51386.go2 5494go118/src/go/types/testdata/fixedbugs/issue51386.go2
5492go118/src/go/types/testdata/fixedbugs/issue51437.go 5495go118/src/go/types/testdata/fixedbugs/issue51437.go
5493go118/src/go/types/testdata/fixedbugs/issue51472.go2 5496go118/src/go/types/testdata/fixedbugs/issue51472.go2
5494go118/src/go/types/testdata/fixedbugs/issue51509.go 5497go118/src/go/types/testdata/fixedbugs/issue51509.go
5495go118/src/go/types/testdata/fixedbugs/issue51578.go2 5498go118/src/go/types/testdata/fixedbugs/issue51578.go2
5496go118/src/go/types/testdata/fixedbugs/issue51593.go2 5499go118/src/go/types/testdata/fixedbugs/issue51593.go2
5497go118/src/go/types/testdata/fixedbugs/issue51658.go2 5500go118/src/go/types/testdata/fixedbugs/issue51658.go2
5498go118/src/go/types/testdata/fixedbugs/issue52031.go 5501go118/src/go/types/testdata/fixedbugs/issue52031.go
 5502go118/src/go/types/testdata/fixedbugs/issue52529.go2
5499go118/src/go/types/testdata/fixedbugs/issue6977.src 5503go118/src/go/types/testdata/fixedbugs/issue6977.src
5500go118/src/go/types/testdata/manual.go2 5504go118/src/go/types/testdata/manual.go2
5501go118/src/go/types/testdata/spec/assignability.go2 5505go118/src/go/types/testdata/spec/assignability.go2
5502go118/src/go/types/testdata/spec/comparisons.go2 5506go118/src/go/types/testdata/spec/comparisons.go2
5503go118/src/go/types/testdata/spec/conversions.go2 5507go118/src/go/types/testdata/spec/conversions.go2
5504go118/src/go/types/token_test.go 5508go118/src/go/types/token_test.go
5505go118/src/go/types/tuple.go 5509go118/src/go/types/tuple.go
5506go118/src/go/types/type.go 5510go118/src/go/types/type.go
5507go118/src/go/types/typelists.go 5511go118/src/go/types/typelists.go
5508go118/src/go/types/typeparam.go 5512go118/src/go/types/typeparam.go
5509go118/src/go/types/typeset.go 5513go118/src/go/types/typeset.go
5510go118/src/go/types/typeset_test.go 5514go118/src/go/types/typeset_test.go
5511go118/src/go/types/typestring.go 5515go118/src/go/types/typestring.go
@@ -7289,28 +7293,28 @@ go118/src/runtime/duff_arm.s @@ -7289,28 +7293,28 @@ go118/src/runtime/duff_arm.s
7289go118/src/runtime/duff_arm64.s 7293go118/src/runtime/duff_arm64.s
7290go118/src/runtime/duff_mips64x.s 7294go118/src/runtime/duff_mips64x.s
7291go118/src/runtime/duff_ppc64x.s 7295go118/src/runtime/duff_ppc64x.s
7292go118/src/runtime/duff_riscv64.s 7296go118/src/runtime/duff_riscv64.s
7293go118/src/runtime/duff_s390x.s 7297go118/src/runtime/duff_s390x.s
7294go118/src/runtime/env_plan9.go 7298go118/src/runtime/env_plan9.go
7295go118/src/runtime/env_posix.go 7299go118/src/runtime/env_posix.go
7296go118/src/runtime/env_test.go 7300go118/src/runtime/env_test.go
7297go118/src/runtime/error.go 7301go118/src/runtime/error.go
7298go118/src/runtime/example_test.go 7302go118/src/runtime/example_test.go
7299go118/src/runtime/export_aix_test.go 7303go118/src/runtime/export_aix_test.go
7300go118/src/runtime/export_arm_test.go 7304go118/src/runtime/export_arm_test.go
7301go118/src/runtime/export_darwin_test.go 7305go118/src/runtime/export_darwin_test.go
7302go118/src/runtime/export_debug_regabiargs_off_test.go 7306go118/src/runtime/export_debug_amd64_test.go
7303go118/src/runtime/export_debug_regabiargs_on_test.go 7307go118/src/runtime/export_debug_arm64_test.go
7304go118/src/runtime/export_debug_test.go 7308go118/src/runtime/export_debug_test.go
7305go118/src/runtime/export_debuglog_test.go 7309go118/src/runtime/export_debuglog_test.go
7306go118/src/runtime/export_linux_test.go 7310go118/src/runtime/export_linux_test.go
7307go118/src/runtime/export_mmap_test.go 7311go118/src/runtime/export_mmap_test.go
7308go118/src/runtime/export_pipe2_test.go 7312go118/src/runtime/export_pipe2_test.go
7309go118/src/runtime/export_pipe_test.go 7313go118/src/runtime/export_pipe_test.go
7310go118/src/runtime/export_solaris_test.go 7314go118/src/runtime/export_solaris_test.go
7311go118/src/runtime/export_test.go 7315go118/src/runtime/export_test.go
7312go118/src/runtime/export_unix_test.go 7316go118/src/runtime/export_unix_test.go
7313go118/src/runtime/export_windows_test.go 7317go118/src/runtime/export_windows_test.go
7314go118/src/runtime/extern.go 7318go118/src/runtime/extern.go
7315go118/src/runtime/fastlog2.go 7319go118/src/runtime/fastlog2.go
7316go118/src/runtime/fastlog2_test.go 7320go118/src/runtime/fastlog2_test.go
@@ -10759,33 +10763,35 @@ go118/test/fixedbugs/issue5105.dir/a.go @@ -10759,33 +10763,35 @@ go118/test/fixedbugs/issue5105.dir/a.go
10759go118/test/fixedbugs/issue5105.dir/b.go 10763go118/test/fixedbugs/issue5105.dir/b.go
10760go118/test/fixedbugs/issue5105.go 10764go118/test/fixedbugs/issue5105.go
10761go118/test/fixedbugs/issue51101.go 10765go118/test/fixedbugs/issue51101.go
10762go118/test/fixedbugs/issue5125.dir/bug.go 10766go118/test/fixedbugs/issue5125.dir/bug.go
10763go118/test/fixedbugs/issue5125.dir/main.go 10767go118/test/fixedbugs/issue5125.dir/main.go
10764go118/test/fixedbugs/issue5125.go 10768go118/test/fixedbugs/issue5125.go
10765go118/test/fixedbugs/issue51401.go 10769go118/test/fixedbugs/issue51401.go
10766go118/test/fixedbugs/issue51437.go 10770go118/test/fixedbugs/issue51437.go
10767go118/test/fixedbugs/issue51531.go 10771go118/test/fixedbugs/issue51531.go
10768go118/test/fixedbugs/issue5162.go 10772go118/test/fixedbugs/issue5162.go
10769go118/test/fixedbugs/issue5172.go 10773go118/test/fixedbugs/issue5172.go
10770go118/test/fixedbugs/issue51839.go 10774go118/test/fixedbugs/issue51839.go
10771go118/test/fixedbugs/issue5231.go 10775go118/test/fixedbugs/issue5231.go
 10776go118/test/fixedbugs/issue52438.go
10772go118/test/fixedbugs/issue5244.go 10777go118/test/fixedbugs/issue5244.go
10773go118/test/fixedbugs/issue5259.dir/bug.go 10778go118/test/fixedbugs/issue5259.dir/bug.go
10774go118/test/fixedbugs/issue5259.dir/main.go 10779go118/test/fixedbugs/issue5259.dir/main.go
10775go118/test/fixedbugs/issue5259.go 10780go118/test/fixedbugs/issue5259.go
10776go118/test/fixedbugs/issue5260.dir/a.go 10781go118/test/fixedbugs/issue5260.dir/a.go
10777go118/test/fixedbugs/issue5260.dir/b.go 10782go118/test/fixedbugs/issue5260.dir/b.go
10778go118/test/fixedbugs/issue5260.go 10783go118/test/fixedbugs/issue5260.go
 10784go118/test/fixedbugs/issue52612.go
10779go118/test/fixedbugs/issue5291.dir/pkg1.go 10785go118/test/fixedbugs/issue5291.dir/pkg1.go
10780go118/test/fixedbugs/issue5291.dir/prog.go 10786go118/test/fixedbugs/issue5291.dir/prog.go
10781go118/test/fixedbugs/issue5291.go 10787go118/test/fixedbugs/issue5291.go
10782go118/test/fixedbugs/issue5358.go 10788go118/test/fixedbugs/issue5358.go
10783go118/test/fixedbugs/issue5373.go 10789go118/test/fixedbugs/issue5373.go
10784go118/test/fixedbugs/issue5470.dir/a.go 10790go118/test/fixedbugs/issue5470.dir/a.go
10785go118/test/fixedbugs/issue5470.dir/b.go 10791go118/test/fixedbugs/issue5470.dir/b.go
10786go118/test/fixedbugs/issue5470.go 10792go118/test/fixedbugs/issue5470.go
10787go118/test/fixedbugs/issue5493.go 10793go118/test/fixedbugs/issue5493.go
10788go118/test/fixedbugs/issue5515.go 10794go118/test/fixedbugs/issue5515.go
10789go118/test/fixedbugs/issue5581.go 10795go118/test/fixedbugs/issue5581.go
10790go118/test/fixedbugs/issue5607.go 10796go118/test/fixedbugs/issue5607.go
10791go118/test/fixedbugs/issue5609.go 10797go118/test/fixedbugs/issue5609.go
@@ -11602,32 +11608,38 @@ go118/test/typeparam/issue51250a.dir/b.g @@ -11602,32 +11608,38 @@ go118/test/typeparam/issue51250a.dir/b.g
11602go118/test/typeparam/issue51250a.dir/main.go 11608go118/test/typeparam/issue51250a.dir/main.go
11603go118/test/typeparam/issue51250a.go 11609go118/test/typeparam/issue51250a.go
11604go118/test/typeparam/issue51303.go 11610go118/test/typeparam/issue51303.go
11605go118/test/typeparam/issue51303.out 11611go118/test/typeparam/issue51303.out
11606go118/test/typeparam/issue51355.go 11612go118/test/typeparam/issue51355.go
11607go118/test/typeparam/issue51367.dir/a.go 11613go118/test/typeparam/issue51367.dir/a.go
11608go118/test/typeparam/issue51367.dir/main.go 11614go118/test/typeparam/issue51367.dir/main.go
11609go118/test/typeparam/issue51367.go 11615go118/test/typeparam/issue51367.go
11610go118/test/typeparam/issue51423.dir/a.go 11616go118/test/typeparam/issue51423.dir/a.go
11611go118/test/typeparam/issue51423.dir/b.go 11617go118/test/typeparam/issue51423.dir/b.go
11612go118/test/typeparam/issue51423.go 11618go118/test/typeparam/issue51423.go
11613go118/test/typeparam/issue51522a.go 11619go118/test/typeparam/issue51522a.go
11614go118/test/typeparam/issue51522b.go 11620go118/test/typeparam/issue51522b.go
 11621go118/test/typeparam/issue51700.go
11615go118/test/typeparam/issue51733.go 11622go118/test/typeparam/issue51733.go
11616go118/test/typeparam/issue51765.go 11623go118/test/typeparam/issue51765.go
11617go118/test/typeparam/issue51836.dir/a.go 11624go118/test/typeparam/issue51836.dir/a.go
11618go118/test/typeparam/issue51836.dir/aa.go 11625go118/test/typeparam/issue51836.dir/aa.go
11619go118/test/typeparam/issue51836.dir/p.go 11626go118/test/typeparam/issue51836.dir/p.go
11620go118/test/typeparam/issue51836.go 11627go118/test/typeparam/issue51836.go
 11628go118/test/typeparam/issue52026.go
 11629go118/test/typeparam/issue52117.dir/a.go
 11630go118/test/typeparam/issue52117.dir/b.go
 11631go118/test/typeparam/issue52117.go
 11632go118/test/typeparam/issue52228.go
11621go118/test/typeparam/list.go 11633go118/test/typeparam/list.go
11622go118/test/typeparam/list2.go 11634go118/test/typeparam/list2.go
11623go118/test/typeparam/listimp.dir/a.go 11635go118/test/typeparam/listimp.dir/a.go
11624go118/test/typeparam/listimp.dir/main.go 11636go118/test/typeparam/listimp.dir/main.go
11625go118/test/typeparam/listimp.go 11637go118/test/typeparam/listimp.go
11626go118/test/typeparam/listimp2.dir/a.go 11638go118/test/typeparam/listimp2.dir/a.go
11627go118/test/typeparam/listimp2.dir/main.go 11639go118/test/typeparam/listimp2.dir/main.go
11628go118/test/typeparam/listimp2.go 11640go118/test/typeparam/listimp2.go
11629go118/test/typeparam/lockable.go 11641go118/test/typeparam/lockable.go
11630go118/test/typeparam/map.go 11642go118/test/typeparam/map.go
11631go118/test/typeparam/mapimp.dir/a.go 11643go118/test/typeparam/mapimp.dir/a.go
11632go118/test/typeparam/mapimp.dir/main.go 11644go118/test/typeparam/mapimp.dir/main.go
11633go118/test/typeparam/mapimp.go 11645go118/test/typeparam/mapimp.go

cvs diff -r1.2 -r1.3 pkgsrc/lang/go118/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/go118/distinfo 2022/04/13 07:46:56 1.2
+++ pkgsrc/lang/go118/distinfo 2022/05/11 19:00:55 1.3
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.2 2022/04/13 07:46:56 bsiegert Exp $ 1$NetBSD: distinfo,v 1.3 2022/05/11 19:00:55 bsiegert Exp $
2 2
3BLAKE2s (go1.18.1.src.tar.gz) = 90afdcd66edadc9f649954af31f4dbfd116b2e94f4c2815f089766cc55c706bb 3BLAKE2s (go1.18.2.src.tar.gz) = 770d1b0c7874bcae1990ba7ab7d8fa519cc1e460efa6a7fe4cf4863ac969a02c
4SHA512 (go1.18.1.src.tar.gz) = baa053e2d713b235b9285c946b4f0842085a5224d1f4cbe92a446fbf97ed9f7289c8d4ba212fb31dd2e4eac39bb4c015f478543a1856594c2d1fc331c946f571 4SHA512 (go1.18.2.src.tar.gz) = 9214cbc051cf26b49ab1bd4d8d30b060865944b831578a9ea7fcfe33f84009f77932a39f2948efbfc412b151e4734a3bc1f8332f3bea11b35a912b0e23a4118f
5Size (go1.18.1.src.tar.gz) = 22834149 bytes 5Size (go1.18.2.src.tar.gz) = 22837686 bytes
6SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe 6SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
7SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7 7SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
8SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35 8SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35
9SHA1 (patch-src_crypto_x509_root__solaris.go) = d636a1599ede225ac339388fba2b6e253112d461 9SHA1 (patch-src_crypto_x509_root__solaris.go) = d636a1599ede225ac339388fba2b6e253112d461
10SHA1 (patch-src_syscall_zsysnum__solaris__amd64.go) = ec28a0fa37ba9599ec1651c8e9337a2efc48a26b 10SHA1 (patch-src_syscall_zsysnum__solaris__amd64.go) = ec28a0fa37ba9599ec1651c8e9337a2efc48a26b