pkgsrc-WIP-changes archive

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

go120: update to final Go 1.20 release!



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Feb 2 09:13:57 2023 +0100
Changeset:	e1729855b5035abf2882db2d5485429dcf986213

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

Log Message:
go120: update to final Go 1.20 release!

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

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

diffstat:
 go120/Makefile | 3 ++-
 go120/PLIST    | 9 +++++++--
 go120/distinfo | 6 +++---
 3 files changed, 12 insertions(+), 6 deletions(-)

diffs:
diff --git a/go120/Makefile b/go120/Makefile
index d5828970c7..45b365e791 100644
--- a/go120/Makefile
+++ b/go120/Makefile
@@ -3,7 +3,7 @@
 .include "../../lang/go/version.mk"
 
 GOVERSSUFFIX=	120
-GO120_VERSION=	1.20rc2
+GO120_VERSION=	1.20
 
 DISTNAME=	go${GO${GOVERSSUFFIX}_VERSION}.src
 PKGNAME=	go${GOVERSSUFFIX}-${GO${GOVERSSUFFIX}_VERSION}
@@ -19,6 +19,7 @@ WRKSRC=		${WRKDIR}/go
 USE_TOOLS+=	bash:run perl:run pax
 
 # Minimum Go version for bootstrapping is 1.17.13.
+# Go 1.17 has some concurrency issues that have been fixed in 1.18.
 GOROOT_BOOTSTRAP=	${PREFIX}/118
 BUILD_DEPENDS+=		go118-[0-9]*:../../lang/go118
 
diff --git a/go120/PLIST b/go120/PLIST
index 905a7c9c15..0b689623ab 100644
--- a/go120/PLIST
+++ b/go120/PLIST
@@ -1347,7 +1347,6 @@ go120/src/cmd/cover/testdata/pkgcfg/a/a2.go
 go120/src/cmd/cover/testdata/pkgcfg/a/a_test.go
 go120/src/cmd/cover/testdata/pkgcfg/b/b.go
 go120/src/cmd/cover/testdata/pkgcfg/b/b_test.go
-go120/src/cmd/cover/testdata/pkgcfg/go.mod
 go120/src/cmd/cover/testdata/pkgcfg/main/main.go
 go120/src/cmd/cover/testdata/profile.cov
 go120/src/cmd/cover/testdata/test.go
@@ -1961,6 +1960,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_list.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
@@ -2081,6 +2081,7 @@ go120/src/cmd/go/testdata/script/list_find.txt
 go120/src/cmd/go/testdata/script/list_find_nodeps.txt
 go120/src/cmd/go/testdata/script/list_gofile_in_goroot.txt
 go120/src/cmd/go/testdata/script/list_gomod_in_gopath.txt
+go120/src/cmd/go/testdata/script/list_goroot_symlink.txt
 go120/src/cmd/go/testdata/script/list_importmap.txt
 go120/src/cmd/go/testdata/script/list_issue_56509.txt
 go120/src/cmd/go/testdata/script/list_json_fields.txt
@@ -2101,7 +2102,6 @@ go120/src/cmd/go/testdata/script/list_std.txt
 go120/src/cmd/go/testdata/script/list_std_vendor.txt
 go120/src/cmd/go/testdata/script/list_swigcxx.txt
 go120/src/cmd/go/testdata/script/list_symlink.txt
-go120/src/cmd/go/testdata/script/list_symlink_dotdotdot.txt
 go120/src/cmd/go/testdata/script/list_symlink_internal.txt
 go120/src/cmd/go/testdata/script/list_symlink_issue35941.txt
 go120/src/cmd/go/testdata/script/list_symlink_vendor_issue14054.txt
@@ -6090,6 +6090,8 @@ 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/issue57500.go
+go120/src/internal/types/testdata/fixedbugs/issue57522.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
@@ -10985,6 +10987,9 @@ go120/test/fixedbugs/issue5753.go
 go120/test/fixedbugs/issue5755.dir/a.go
 go120/test/fixedbugs/issue5755.dir/main.go
 go120/test/fixedbugs/issue5755.go
+go120/test/fixedbugs/issue57778.go
+go120/test/fixedbugs/issue57823.go
+go120/test/fixedbugs/issue57846.go
 go120/test/fixedbugs/issue5793.go
 go120/test/fixedbugs/issue5809.go
 go120/test/fixedbugs/issue5820.go
diff --git a/go120/distinfo b/go120/distinfo
index 1c04b03c36..655d5ee392 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.20rc2.src.tar.gz) = bea857024c95089b9e0ead133d640c60bcdaaa6edeec55ed9163b371b9bbc6f7
-SHA512 (go1.20rc2.src.tar.gz) = 099ed10e3e41d109440a0f7efc2bccf7ba8233f45d4788e29c0b69160064a1404b8ccf243f537d9936702f9dc5597784d150010eb77f206eb86fddeb73f381cd
-Size (go1.20rc2.src.tar.gz) = 26152204 bytes
+BLAKE2s (go1.20.src.tar.gz) = 8716ec74761b48c04afe1055979b133cf4795ffafb7096fd27f03b9f7048b2ce
+SHA512 (go1.20.src.tar.gz) = 6b59af1094fafbf2dba6b26a5da0c6363d87b0997dd399cde40d9150e00bedd15100c0c8c12e31cfe7e153d2ea45b403764b2d83479d1cda74077179c8cca4d3
+Size (go1.20.src.tar.gz) = 26163076 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