pkgsrc-WIP-changes archive

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

go118: update to 1.18rc1 (release candidate)



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Feb 18 18:29:53 2022 +0100
Changeset:	59637996591b6c82edcec11c16222bd290a9deb9

Modified Files:
	go118/Makefile
	go118/PLIST
	go118/distinfo

Log Message:
go118: update to 1.18rc1 (release candidate)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=59637996591b6c82edcec11c16222bd290a9deb9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go118/Makefile |  4 ++--
 go118/PLIST    | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 go118/distinfo |  6 +++---
 3 files changed, 62 insertions(+), 11 deletions(-)

diffs:
diff --git a/go118/Makefile b/go118/Makefile
index accc3b3e09..b70279c6dc 100644
--- a/go118/Makefile
+++ b/go118/Makefile
@@ -5,9 +5,9 @@
 
 GOVERSSUFFIX=	118
 
-GO118_VERSION=	1.18.beta2
+GO118_VERSION=	1.18.rc1
 
-DISTNAME=	go${GO${GOVERSSUFFIX}_VERSION:S/.beta/beta/}.src
+DISTNAME=	go${GO${GOVERSSUFFIX}_VERSION:S/.rc/rc/}.src
 PKGNAME=	go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
 CATEGORIES=	lang
 MASTER_SITES=	https://storage.googleapis.com/golang/
diff --git a/go118/PLIST b/go118/PLIST
index 29ba98cb60..a5abceda1f 100644
--- a/go118/PLIST
+++ b/go118/PLIST
@@ -656,7 +656,6 @@ go118/pkg/${GO_PLATFORM}/compress/flate.a
 go118/pkg/${GO_PLATFORM}/compress/gzip.a
 go118/pkg/${GO_PLATFORM}/compress/lzw.a
 go118/pkg/${GO_PLATFORM}/compress/zlib.a
-go118/pkg/${GO_PLATFORM}/constraints.a
 go118/pkg/${GO_PLATFORM}/container/heap.a
 go118/pkg/${GO_PLATFORM}/container/list.a
 go118/pkg/${GO_PLATFORM}/container/ring.a
@@ -1820,11 +1819,13 @@ go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49247.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49276.go
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49296.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49439.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49482.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49541.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49579.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49592.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49602.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49705.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49735.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49739.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue49864.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50259.go2
@@ -1837,12 +1838,22 @@ go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50426.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50450.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50516.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50646.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50755.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50779.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50782.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50816.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50833.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50912.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50918.go
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50929.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue50965.go
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51048.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51145.go
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51158.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue6977.src
 go118/src/cmd/compile/internal/types2/testdata/manual.go2
 go118/src/cmd/compile/internal/types2/testdata/spec/assignability.go2
+go118/src/cmd/compile/internal/types2/testdata/spec/comparisons.go2
 go118/src/cmd/compile/internal/types2/testdata/spec/conversions.go2
 go118/src/cmd/compile/internal/types2/tuple.go
 go118/src/cmd/compile/internal/types2/type.go
@@ -2881,6 +2892,7 @@ go118/src/cmd/go/testdata/script/run_hello.txt
 go118/src/cmd/go/testdata/script/run_hello_pkg.txt
 go118/src/cmd/go/testdata/script/run_internal.txt
 go118/src/cmd/go/testdata/script/run_issue11709.txt
+go118/src/cmd/go/testdata/script/run_issue51125.txt
 go118/src/cmd/go/testdata/script/run_set_executable_name.txt
 go118/src/cmd/go/testdata/script/run_vendor.txt
 go118/src/cmd/go/testdata/script/run_wildcard.txt
@@ -2920,6 +2932,7 @@ go118/src/cmd/go/testdata/script/test_fuzz_chatty.txt
 go118/src/cmd/go/testdata/script/test_fuzz_cleanup.txt
 go118/src/cmd/go/testdata/script/test_fuzz_cov.txt
 go118/src/cmd/go/testdata/script/test_fuzz_deadline.txt
+go118/src/cmd/go/testdata/script/test_fuzz_dup_cache.txt
 go118/src/cmd/go/testdata/script/test_fuzz_fuzztime.txt
 go118/src/cmd/go/testdata/script/test_fuzz_io_error.txt
 go118/src/cmd/go/testdata/script/test_fuzz_match.txt
@@ -2934,6 +2947,7 @@ go118/src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt
 go118/src/cmd/go/testdata/script/test_fuzz_non_crash_signal.txt
 go118/src/cmd/go/testdata/script/test_fuzz_parallel.txt
 go118/src/cmd/go/testdata/script/test_fuzz_profile_flags.txt
+go118/src/cmd/go/testdata/script/test_fuzz_return.txt
 go118/src/cmd/go/testdata/script/test_fuzz_run.txt
 go118/src/cmd/go/testdata/script/test_fuzz_seed_corpus.txt
 go118/src/cmd/go/testdata/script/test_fuzz_setenv.txt
@@ -3023,7 +3037,12 @@ go118/src/cmd/go/testdata/script/work.txt
 go118/src/cmd/go/testdata/script/work_build_no_modules.txt
 go118/src/cmd/go/testdata/script/work_edit.txt
 go118/src/cmd/go/testdata/script/work_env.txt
+go118/src/cmd/go/testdata/script/work_gowork.txt
+go118/src/cmd/go/testdata/script/work_init_gowork.txt
 go118/src/cmd/go/testdata/script/work_install_submodule.txt
+go118/src/cmd/go/testdata/script/work_issue51204.txt
+go118/src/cmd/go/testdata/script/work_module_not_in_go_work.txt
+go118/src/cmd/go/testdata/script/work_nowork.txt
 go118/src/cmd/go/testdata/script/work_prune.txt
 go118/src/cmd/go/testdata/script/work_prune_all.txt
 go118/src/cmd/go/testdata/script/work_regression_hang.txt
@@ -3039,8 +3058,11 @@ go118/src/cmd/go/testdata/script/work_sync_missing_module.txt
 go118/src/cmd/go/testdata/script/work_sync_relevant_dependency.txt
 go118/src/cmd/go/testdata/script/work_sync_sum.txt
 go118/src/cmd/go/testdata/script/work_use.txt
+go118/src/cmd/go/testdata/script/work_use_deleted.txt
+go118/src/cmd/go/testdata/script/work_use_dot.txt
+go118/src/cmd/go/testdata/script/work_use_issue50958.txt
+go118/src/cmd/go/testdata/script/work_vet.txt
 go118/src/cmd/go/testdata/script/work_why_download_graph.txt
-go118/src/cmd/go/testdata/script/work_workfile.txt
 go118/src/cmd/go/testdata/testterminal18153/terminal_test.go
 go118/src/cmd/go/testdata/vendormod.txt
 go118/src/cmd/gofmt/doc.go
@@ -4167,8 +4189,6 @@ go118/src/compress/zlib/reader.go
 go118/src/compress/zlib/reader_test.go
 go118/src/compress/zlib/writer.go
 go118/src/compress/zlib/writer_test.go
-go118/src/constraints/constraints.go
-go118/src/constraints/constraints_test.go
 go118/src/container/heap/example_intheap_test.go
 go118/src/container/heap/example_pq_test.go
 go118/src/container/heap/heap.go
@@ -4308,7 +4328,7 @@ go118/src/crypto/elliptic/p256_asm_amd64.s
 go118/src/crypto/elliptic/p256_asm_arm64.s
 go118/src/crypto/elliptic/p256_asm_ppc64le.s
 go118/src/crypto/elliptic/p256_asm_s390x.s
-go118/src/crypto/elliptic/p256_asm_table.go
+go118/src/crypto/elliptic/p256_asm_table.bin
 go118/src/crypto/elliptic/p256_asm_table_test.go
 go118/src/crypto/elliptic/p256_generic.go
 go118/src/crypto/elliptic/p256_ppc64le.go
@@ -4566,6 +4586,7 @@ go118/src/crypto/x509/internal/macos/security.go
 go118/src/crypto/x509/internal/macos/security.s
 go118/src/crypto/x509/name_constraints_test.go
 go118/src/crypto/x509/parser.go
+go118/src/crypto/x509/parser_test.go
 go118/src/crypto/x509/pem_decrypt.go
 go118/src/crypto/x509/pem_decrypt_test.go
 go118/src/crypto/x509/pkcs1.go
@@ -5094,6 +5115,8 @@ go118/src/go/parser/testdata/issue42951/not_a_file.go/invalid.go
 go118/src/go/parser/testdata/issue44504.src
 go118/src/go/parser/testdata/issue49174.go2
 go118/src/go/parser/testdata/issue49175.go2
+go118/src/go/parser/testdata/issue49482.go2
+go118/src/go/parser/testdata/issue50427.go2
 go118/src/go/parser/testdata/linalg.go2
 go118/src/go/parser/testdata/map.go2
 go118/src/go/parser/testdata/metrics.go2
@@ -5392,6 +5415,7 @@ go118/src/go/types/testdata/fixedbugs/issue48951.go2
 go118/src/go/types/testdata/fixedbugs/issue48962.go2
 go118/src/go/types/testdata/fixedbugs/issue48974.go2
 go118/src/go/types/testdata/fixedbugs/issue49003.go
+go118/src/go/types/testdata/fixedbugs/issue49005.go
 go118/src/go/types/testdata/fixedbugs/issue49043.go2
 go118/src/go/types/testdata/fixedbugs/issue49112.go2
 go118/src/go/types/testdata/fixedbugs/issue49179.go2
@@ -5400,11 +5424,13 @@ go118/src/go/types/testdata/fixedbugs/issue49247.go2
 go118/src/go/types/testdata/fixedbugs/issue49276.go2
 go118/src/go/types/testdata/fixedbugs/issue49296.go2
 go118/src/go/types/testdata/fixedbugs/issue49439.go2
+go118/src/go/types/testdata/fixedbugs/issue49482.go2
 go118/src/go/types/testdata/fixedbugs/issue49541.go2
 go118/src/go/types/testdata/fixedbugs/issue49579.go2
 go118/src/go/types/testdata/fixedbugs/issue49592.go2
 go118/src/go/types/testdata/fixedbugs/issue49602.go2
 go118/src/go/types/testdata/fixedbugs/issue49705.go2
+go118/src/go/types/testdata/fixedbugs/issue49735.go2
 go118/src/go/types/testdata/fixedbugs/issue49739.go2
 go118/src/go/types/testdata/fixedbugs/issue49864.go2
 go118/src/go/types/testdata/fixedbugs/issue50259.go2
@@ -5413,15 +5439,26 @@ go118/src/go/types/testdata/fixedbugs/issue50281.go2
 go118/src/go/types/testdata/fixedbugs/issue50321.go2
 go118/src/go/types/testdata/fixedbugs/issue50417.go2
 go118/src/go/types/testdata/fixedbugs/issue50426.go2
+go118/src/go/types/testdata/fixedbugs/issue50427.go2
 go118/src/go/types/testdata/fixedbugs/issue50450.go2
 go118/src/go/types/testdata/fixedbugs/issue50516.go2
 go118/src/go/types/testdata/fixedbugs/issue50646.go2
+go118/src/go/types/testdata/fixedbugs/issue50755.go2
 go118/src/go/types/testdata/fixedbugs/issue50779.go2
 go118/src/go/types/testdata/fixedbugs/issue50782.go2
+go118/src/go/types/testdata/fixedbugs/issue50816.go2
 go118/src/go/types/testdata/fixedbugs/issue50833.go2
+go118/src/go/types/testdata/fixedbugs/issue50912.go2
+go118/src/go/types/testdata/fixedbugs/issue50918.go
+go118/src/go/types/testdata/fixedbugs/issue50929.go2
+go118/src/go/types/testdata/fixedbugs/issue50965.go
+go118/src/go/types/testdata/fixedbugs/issue51048.go2
+go118/src/go/types/testdata/fixedbugs/issue51145.go
+go118/src/go/types/testdata/fixedbugs/issue51158.go2
 go118/src/go/types/testdata/fixedbugs/issue6977.src
 go118/src/go/types/testdata/manual.go2
 go118/src/go/types/testdata/spec/assignability.go2
+go118/src/go/types/testdata/spec/comparisons.go2
 go118/src/go/types/testdata/spec/conversions.go2
 go118/src/go/types/token_test.go
 go118/src/go/types/tuple.go
@@ -7140,6 +7177,7 @@ go118/src/runtime/debug/garbage.go
 go118/src/runtime/debug/garbage_test.go
 go118/src/runtime/debug/heapdump_test.go
 go118/src/runtime/debug/mod.go
+go118/src/runtime/debug/mod_test.go
 go118/src/runtime/debug/panic_test.go
 go118/src/runtime/debug/stack.go
 go118/src/runtime/debug/stack_test.go
@@ -7289,6 +7327,16 @@ go118/src/runtime/internal/sys/intrinsics_stubs.go
 go118/src/runtime/internal/sys/intrinsics_test.go
 go118/src/runtime/internal/sys/sys.go
 go118/src/runtime/internal/sys/zversion.go
+go118/src/runtime/internal/syscall/asm_linux_386.s
+go118/src/runtime/internal/syscall/asm_linux_amd64.s
+go118/src/runtime/internal/syscall/asm_linux_arm.s
+go118/src/runtime/internal/syscall/asm_linux_arm64.s
+go118/src/runtime/internal/syscall/asm_linux_mips64x.s
+go118/src/runtime/internal/syscall/asm_linux_mipsx.s
+go118/src/runtime/internal/syscall/asm_linux_ppc64x.s
+go118/src/runtime/internal/syscall/asm_linux_riscv64.s
+go118/src/runtime/internal/syscall/asm_linux_s390x.s
+go118/src/runtime/internal/syscall/syscall_linux.go
 go118/src/runtime/lfstack.go
 go118/src/runtime/lfstack_32bit.go
 go118/src/runtime/lfstack_64bit.go
@@ -7811,6 +7859,7 @@ go118/src/runtime/testdata/testprogcgo/numgoroutine.go
 go118/src/runtime/testdata/testprogcgo/panic.c
 go118/src/runtime/testdata/testprogcgo/panic.go
 go118/src/runtime/testdata/testprogcgo/pprof.go
+go118/src/runtime/testdata/testprogcgo/pprof_callback.go
 go118/src/runtime/testdata/testprogcgo/raceprof.go
 go118/src/runtime/testdata/testprogcgo/racesig.go
 go118/src/runtime/testdata/testprogcgo/segv.go
@@ -9501,6 +9550,7 @@ go118/test/fixedbugs/bug511.go
 go118/test/fixedbugs/bug512.go
 go118/test/fixedbugs/bug513.go
 go118/test/fixedbugs/bug514.go
+go118/test/fixedbugs/bug515.go
 go118/test/fixedbugs/gcc101994.go
 go118/test/fixedbugs/gcc61204.go
 go118/test/fixedbugs/gcc61244.go
@@ -10667,6 +10717,7 @@ go118/test/fixedbugs/issue5089.go
 go118/test/fixedbugs/issue5105.dir/a.go
 go118/test/fixedbugs/issue5105.dir/b.go
 go118/test/fixedbugs/issue5105.go
+go118/test/fixedbugs/issue51101.go
 go118/test/fixedbugs/issue5125.dir/bug.go
 go118/test/fixedbugs/issue5125.dir/main.go
 go118/test/fixedbugs/issue5125.go
@@ -11478,7 +11529,6 @@ go118/test/typeparam/issue50598.dir/a2.go
 go118/test/typeparam/issue50598.dir/main.go
 go118/test/typeparam/issue50598.go
 go118/test/typeparam/issue50642.go
-go118/test/typeparam/issue50646.go
 go118/test/typeparam/issue50690a.go
 go118/test/typeparam/issue50690a.out
 go118/test/typeparam/issue50690b.go
@@ -11489,6 +11539,7 @@ go118/test/typeparam/issue50833.go
 go118/test/typeparam/issue50841.dir/a.go
 go118/test/typeparam/issue50841.dir/b.go
 go118/test/typeparam/issue50841.go
+go118/test/typeparam/issue50993.go
 go118/test/typeparam/list.go
 go118/test/typeparam/list2.go
 go118/test/typeparam/listimp.dir/a.go
diff --git a/go118/distinfo b/go118/distinfo
index 455ce50d8e..4d076defa1 100644
--- a/go118/distinfo
+++ b/go118/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.11 2021/12/09 17:25:56 bsiegert Exp $
 
-BLAKE2s (go1.18beta2.src.tar.gz) = e76d18ca8acc355abda735f8dccc06d5384975b06cc4a9e6ffa401305a75ad2d
-SHA512 (go1.18beta2.src.tar.gz) = 8bea4e94c1536b12ea02b73b2cdbc703e05e65837ca50f41b4e71ec3265632609053d542ac08c145b96c94397177095d998cdedad58995b94e4da195f6f66196
-Size (go1.18beta2.src.tar.gz) = 22816245 bytes
+BLAKE2s (go1.18rc1.src.tar.gz) = 4811221e3287b6959d9ee25b5839c0f33d416d3c163026e604878e7135d395a4
+SHA512 (go1.18rc1.src.tar.gz) = 5805ccff679952027bdfd695c91603fe66131ba8cccd2210e24d213e9934c1bf80e135735b90fdde56cfb914e5415a46c4e1204acf64e434e0a9cc9f74a733f6
+Size (go1.18rc1.src.tar.gz) = 22800698 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
 SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35


Home | Main Index | Thread Index | Old Index