pkgsrc-WIP-changes archive

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

go120: update to 1.20rc2 (Release Candidate 2)



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Wed Jan 4 17:30:25 2023 +0100
Changeset:	c2cf173c13d7048dd56a09e0f5b7f0ef1d528032

Modified Files:
	go120/Makefile
	go120/PLIST
	go120/distinfo

Log Message:
go120: update to 1.20rc2 (Release Candidate 2)

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

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

diffstat:
 go120/Makefile |  2 +-
 go120/PLIST    | 13 +++++++++++++
 go120/distinfo |  6 +++---
 3 files changed, 17 insertions(+), 4 deletions(-)

diffs:
diff --git a/go120/Makefile b/go120/Makefile
index 3db4876d1c..d5828970c7 100644
--- a/go120/Makefile
+++ b/go120/Makefile
@@ -3,7 +3,7 @@
 .include "../../lang/go/version.mk"
 
 GOVERSSUFFIX=	120
-GO120_VERSION=	1.20rc1
+GO120_VERSION=	1.20rc2
 
 DISTNAME=	go${GO${GOVERSSUFFIX}_VERSION}.src
 PKGNAME=	go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
diff --git a/go120/PLIST b/go120/PLIST
index b40ac01a14..905a7c9c15 100644
--- a/go120/PLIST
+++ b/go120/PLIST
@@ -323,6 +323,7 @@ go120/misc/cgo/testplugin/testdata/unnamed2/main.go
 go120/misc/cgo/testsanitizers/asan_test.go
 go120/misc/cgo/testsanitizers/cc_test.go
 go120/misc/cgo/testsanitizers/cshared_test.go
+go120/misc/cgo/testsanitizers/libfuzzer_test.go
 go120/misc/cgo/testsanitizers/msan_test.go
 go120/misc/cgo/testsanitizers/testdata/arena_fail.go
 go120/misc/cgo/testsanitizers/testdata/asan1_fail.go
@@ -341,6 +342,9 @@ go120/misc/cgo/testsanitizers/testdata/asan_unsafe_fail1.go
 go120/misc/cgo/testsanitizers/testdata/asan_unsafe_fail2.go
 go120/misc/cgo/testsanitizers/testdata/asan_unsafe_fail3.go
 go120/misc/cgo/testsanitizers/testdata/asan_useAfterReturn.go
+go120/misc/cgo/testsanitizers/testdata/libfuzzer1.go
+go120/misc/cgo/testsanitizers/testdata/libfuzzer2.c
+go120/misc/cgo/testsanitizers/testdata/libfuzzer2.go
 go120/misc/cgo/testsanitizers/testdata/msan.go
 go120/misc/cgo/testsanitizers/testdata/msan2.go
 go120/misc/cgo/testsanitizers/testdata/msan2_cmsan.go
@@ -1957,6 +1961,7 @@ go120/src/cmd/go/testdata/script/cover_dep_loop.txt
 go120/src/cmd/go/testdata/script/cover_dot_import.txt
 go120/src/cmd/go/testdata/script/cover_error.txt
 go120/src/cmd/go/testdata/script/cover_import_main_loop.txt
+go120/src/cmd/go/testdata/script/cover_main_import_path.txt
 go120/src/cmd/go/testdata/script/cover_mod_empty.txt
 go120/src/cmd/go/testdata/script/cover_modes.txt
 go120/src/cmd/go/testdata/script/cover_pattern.txt
@@ -5682,6 +5687,7 @@ go120/src/internal/poll/sendfile_linux.go
 go120/src/internal/poll/sendfile_solaris.go
 go120/src/internal/poll/sendfile_windows.go
 go120/src/internal/poll/sock_cloexec.go
+go120/src/internal/poll/sock_cloexec_accept.go
 go120/src/internal/poll/sockopt.go
 go120/src/internal/poll/sockopt_linux.go
 go120/src/internal/poll/sockopt_unix.go
@@ -6081,6 +6087,9 @@ go120/src/internal/types/testdata/fixedbugs/issue54405.go
 go120/src/internal/types/testdata/fixedbugs/issue56351.go
 go120/src/internal/types/testdata/fixedbugs/issue56425.go
 go120/src/internal/types/testdata/fixedbugs/issue56665.go
+go120/src/internal/types/testdata/fixedbugs/issue57155.go
+go120/src/internal/types/testdata/fixedbugs/issue57160.go
+go120/src/internal/types/testdata/fixedbugs/issue57486.go
 go120/src/internal/types/testdata/fixedbugs/issue6977.go
 go120/src/internal/types/testdata/spec/assignability.go
 go120/src/internal/types/testdata/spec/comparable.go
@@ -8291,6 +8300,8 @@ go120/src/syscall/syscall_illumos.go
 go120/src/syscall/syscall_js.go
 go120/src/syscall/syscall_linux.go
 go120/src/syscall/syscall_linux_386.go
+go120/src/syscall/syscall_linux_accept.go
+go120/src/syscall/syscall_linux_accept4.go
 go120/src/syscall/syscall_linux_amd64.go
 go120/src/syscall/syscall_linux_arm.go
 go120/src/syscall/syscall_linux_arm64.go
@@ -10968,6 +10979,8 @@ go120/test/fixedbugs/issue5698.go
 go120/test/fixedbugs/issue56990.go
 go120/test/fixedbugs/issue56990.out
 go120/test/fixedbugs/issue5704.go
+go120/test/fixedbugs/issue57184.go
+go120/test/fixedbugs/issue57309.go
 go120/test/fixedbugs/issue5753.go
 go120/test/fixedbugs/issue5755.dir/a.go
 go120/test/fixedbugs/issue5755.dir/main.go
diff --git a/go120/distinfo b/go120/distinfo
index 312ad41560..1c04b03c36 100644
--- a/go120/distinfo
+++ b/go120/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.5 2022/12/08 10:37:26 bsiegert Exp $
 
-BLAKE2s (go1.20rc1.src.tar.gz) = e21592f47a16c19e3c44a5c73fb2951ebafc3d9b51bf536fb03ac0a18820a45c
-SHA512 (go1.20rc1.src.tar.gz) = 36da062c2490cae407b6af694d900e590eb4addd646a63eff16f84bd67ae0b47cca62a7591ab8118a30f78e3471a2a0784ee4dc49d92b551cc8f44b90489ef1d
-Size (go1.20rc1.src.tar.gz) = 26146884 bytes
+BLAKE2s (go1.20rc2.src.tar.gz) = bea857024c95089b9e0ead133d640c60bcdaaa6edeec55ed9163b371b9bbc6f7
+SHA512 (go1.20rc2.src.tar.gz) = 099ed10e3e41d109440a0f7efc2bccf7ba8233f45d4788e29c0b69160064a1404b8ccf243f537d9936702f9dc5597784d150010eb77f206eb86fddeb73f381cd
+Size (go1.20rc2.src.tar.gz) = 26152204 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