pkgsrc-WIP-changes archive

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

go125: update to 1.25.0 (final)



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Aug 16 15:50:08 2025 +0200
Changeset:	5c7789ba864a3e75bf15048da946882e19072f24

Modified Files:
	go125/Makefile
	go125/PLIST
	go125/distinfo

Log Message:
go125: update to 1.25.0 (final)

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

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

diffstat:
 go125/Makefile |  2 +-
 go125/PLIST    | 29 +++++++++++++++++++++++++++--
 go125/distinfo |  6 +++---
 3 files changed, 31 insertions(+), 6 deletions(-)

diffs:
diff --git a/go125/Makefile b/go125/Makefile
index c1466742bc..5b45d1e6e4 100644
--- a/go125/Makefile
+++ b/go125/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2025/02/25 20:09:16 bsiegert Exp $
 
-GO125_VERSION=	1.25rc1
+GO125_VERSION=	1.25.0
 .include "../../lang/go/version.mk"
 GO_BOOTSTRAP_REQD=	122
 .include "../../lang/go/bootstrap.mk"
diff --git a/go125/PLIST b/go125/PLIST
index b1abd3e5dc..d04ef23405 100644
--- a/go125/PLIST
+++ b/go125/PLIST
@@ -641,6 +641,10 @@ go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global2_fail.go
 go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global3_fail.go
 go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global4_fail.go
 go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global5.go
+go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global_asm/asm.s
+go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global_asm/main.go
+go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global_asm2_fail/asm.s
+go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_global_asm2_fail/main.go
 go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_linkerx/main.go
 go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_linkerx/p/p.go
 go125/src/cmd/cgo/internal/testsanitizers/testdata/asan_unsafe_fail1.go
@@ -1004,6 +1008,13 @@ go125/src/cmd/compile/internal/ssa/_gen/go.mod
 go125/src/cmd/compile/internal/ssa/_gen/go.sum
 go125/src/cmd/compile/internal/ssa/_gen/main.go
 go125/src/cmd/compile/internal/ssa/_gen/rulegen.go
+go125/src/cmd/compile/internal/ssa/_gen/vendor/golang.org/x/tools/LICENSE
+go125/src/cmd/compile/internal/ssa/_gen/vendor/golang.org/x/tools/PATENTS
+go125/src/cmd/compile/internal/ssa/_gen/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go
+go125/src/cmd/compile/internal/ssa/_gen/vendor/golang.org/x/tools/go/ast/astutil/imports.go
+go125/src/cmd/compile/internal/ssa/_gen/vendor/golang.org/x/tools/go/ast/astutil/rewrite.go
+go125/src/cmd/compile/internal/ssa/_gen/vendor/golang.org/x/tools/go/ast/astutil/util.go
+go125/src/cmd/compile/internal/ssa/_gen/vendor/modules.txt
 go125/src/cmd/compile/internal/ssa/addressingmodes.go
 go125/src/cmd/compile/internal/ssa/allocators.go
 go125/src/cmd/compile/internal/ssa/bench_test.go
@@ -1045,6 +1056,7 @@ go125/src/cmd/compile/internal/ssa/fuse_branchredirect.go
 go125/src/cmd/compile/internal/ssa/fuse_comparisons.go
 go125/src/cmd/compile/internal/ssa/fuse_test.go
 go125/src/cmd/compile/internal/ssa/generate.go
+go125/src/cmd/compile/internal/ssa/generate_test.go
 go125/src/cmd/compile/internal/ssa/html.go
 go125/src/cmd/compile/internal/ssa/id.go
 go125/src/cmd/compile/internal/ssa/layout.go
@@ -1126,6 +1138,9 @@ go125/src/cmd/compile/internal/ssa/testdata/i22558.go
 go125/src/cmd/compile/internal/ssa/testdata/i22600.dlv-dbg-race.nexts
 go125/src/cmd/compile/internal/ssa/testdata/i22600.gdb-dbg-race.nexts
 go125/src/cmd/compile/internal/ssa/testdata/i22600.go
+go125/src/cmd/compile/internal/ssa/testdata/i74576a.go
+go125/src/cmd/compile/internal/ssa/testdata/i74576b.go
+go125/src/cmd/compile/internal/ssa/testdata/i74576c.go
 go125/src/cmd/compile/internal/ssa/testdata/infloop.dlv-opt.nexts
 go125/src/cmd/compile/internal/ssa/testdata/infloop.gdb-opt.nexts
 go125/src/cmd/compile/internal/ssa/testdata/infloop.go
@@ -2864,6 +2879,7 @@ go125/src/cmd/go/testdata/script/test_match_only_subtests.txt
 go125/src/cmd/go/testdata/script/test_match_only_subtests_parallel.txt
 go125/src/cmd/go/testdata/script/test_match_only_tests.txt
 go125/src/cmd/go/testdata/script/test_minus_n.txt
+go125/src/cmd/go/testdata/script/test_multivcs.txt
 go125/src/cmd/go/testdata/script/test_n_cover_std.txt
 go125/src/cmd/go/testdata/script/test_no_run_example.txt
 go125/src/cmd/go/testdata/script/test_no_tests.txt
@@ -2903,6 +2919,7 @@ go125/src/cmd/go/testdata/script/testing_coverage.txt
 go125/src/cmd/go/testdata/script/testing_issue40908.txt
 go125/src/cmd/go/testdata/script/tool_build_as_needed.txt
 go125/src/cmd/go/testdata/script/tool_exename.txt
+go125/src/cmd/go/testdata/script/tool_n_issue72824.txt
 go125/src/cmd/go/testdata/script/toolexec.txt
 go125/src/cmd/go/testdata/script/tooltags.txt
 go125/src/cmd/go/testdata/script/trampoline_reuse_test.txt
@@ -3537,6 +3554,7 @@ go125/src/cmd/link/link_test.go
 go125/src/cmd/link/linkbig_test.go
 go125/src/cmd/link/main.go
 go125/src/cmd/link/script_test.go
+go125/src/cmd/link/testdata/dwarf/issue65405/main.go
 go125/src/cmd/link/testdata/dynimportvar/asm/a.go
 go125/src/cmd/link/testdata/dynimportvar/asm/a_amd64.s
 go125/src/cmd/link/testdata/dynimportvar/asm/a_arm64.s
@@ -4904,7 +4922,6 @@ go125/src/crypto/internal/fips140/subtle/constant_time.go
 go125/src/crypto/internal/fips140/subtle/constant_time_test.go
 go125/src/crypto/internal/fips140/subtle/xor.go
 go125/src/crypto/internal/fips140/subtle/xor_amd64.s
-go125/src/crypto/internal/fips140/subtle/xor_arm.s
 go125/src/crypto/internal/fips140/subtle/xor_arm64.s
 go125/src/crypto/internal/fips140/subtle/xor_asm.go
 go125/src/crypto/internal/fips140/subtle/xor_generic.go
@@ -5969,7 +5986,6 @@ go125/src/encoding/json/tables.go
 go125/src/encoding/json/tagkey_test.go
 go125/src/encoding/json/tags.go
 go125/src/encoding/json/tags_test.go
-go125/src/encoding/json/testdata/code.json.gz
 go125/src/encoding/json/v2/arshal.go
 go125/src/encoding/json/v2/arshal_any.go
 go125/src/encoding/json/v2/arshal_default.go
@@ -6299,6 +6315,10 @@ go125/src/go/doc/testdata/issue22856.0.golden
 go125/src/go/doc/testdata/issue22856.1.golden
 go125/src/go/doc/testdata/issue22856.2.golden
 go125/src/go/doc/testdata/issue22856.go
+go125/src/go/doc/testdata/issue62640.0.golden
+go125/src/go/doc/testdata/issue62640.1.golden
+go125/src/go/doc/testdata/issue62640.2.golden
+go125/src/go/doc/testdata/issue62640.go
 go125/src/go/doc/testdata/pkgdoc/doc.go
 go125/src/go/doc/testdata/predeclared.0.golden
 go125/src/go/doc/testdata/predeclared.1.golden
@@ -10259,6 +10279,7 @@ go125/src/runtime/tracemap.go
 go125/src/runtime/traceregion.go
 go125/src/runtime/traceruntime.go
 go125/src/runtime/tracestack.go
+go125/src/runtime/tracestack_test.go
 go125/src/runtime/tracestatus.go
 go125/src/runtime/tracestring.go
 go125/src/runtime/tracetime.go
@@ -10812,6 +10833,7 @@ go125/src/testing/slogtest/run_test.go
 go125/src/testing/slogtest/slogtest.go
 go125/src/testing/sub_test.go
 go125/src/testing/synctest/example_test.go
+go125/src/testing/synctest/helper_test.go
 go125/src/testing/synctest/run.go
 go125/src/testing/synctest/synctest.go
 go125/src/testing/synctest/synctest_test.go
@@ -13544,6 +13566,9 @@ go125/test/fixedbugs/issue73888.go
 go125/test/fixedbugs/issue73888b.go
 go125/test/fixedbugs/issue7405.go
 go125/test/fixedbugs/issue7419.go
+go125/test/fixedbugs/issue74379.go
+go125/test/fixedbugs/issue74379b.go
+go125/test/fixedbugs/issue74379c.go
 go125/test/fixedbugs/issue7525.go
 go125/test/fixedbugs/issue7525b.go
 go125/test/fixedbugs/issue7525c.go
diff --git a/go125/distinfo b/go125/distinfo
index 58b4d095f2..b156c86e9e 100644
--- a/go125/distinfo
+++ b/go125/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.5 2025/06/06 13:45:14 bsiegert Exp $
 
-BLAKE2s (go1.25rc1.src.tar.gz) = 0e6c3e48be530a03c84419ce5f1215c486e8fe2d4d413900bb2bab015c4b6426
-SHA512 (go1.25rc1.src.tar.gz) = 73566285693c286dd3f06ed08314780ecbdf76a1d257664b3dc53bb2eb0c5a6979b4a773d86d4316fc083272236a7f16777a1d73745066f25d0ce8de9b092aef
-Size (go1.25rc1.src.tar.gz) = 32063412 bytes
+BLAKE2s (go1.25.0.src.tar.gz) = 02cdf6b4fb0c6a6095636544daf42ff50cc816efa30306624ea03e4f89b0e143
+SHA512 (go1.25.0.src.tar.gz) = 45030cd02ab0ed4feb74e12ad9dde544bf2255c4d1a48655fca5b643bbe690c75ea3dfac74a0e3e3c707c5af5e9171ae383a7a322e70fe824f9a47b6ffd42201
+Size (go1.25.0.src.tar.gz) = 31974753 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 28ea4426336155d6720f7e16b43f0207b47a6dd8
 SHA1 (patch-src_cmd_dist_build.go) = cbb9576f832806b0cbef121ea38ba6a54db95bc3
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35


Home | Main Index | Thread Index | Old Index