pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Oct 15 12:43:34 UTC 2020

Modified Files:
        pkgsrc/lang/go: version.mk
        pkgsrc/lang/go115: PLIST distinfo

Log Message:
Update go115 to 1.15.3.

go1.15.2 (released 2020/09/09) includes fixes to the compiler, runtime,
documentation, the go command, and the net/mail, os, sync, and testing
packages. See the Go 1.15.2 milestone on our issue tracker for details.

go1.15.3 (released 2020/10/14) includes fixes to cgo, the compiler, runtime,
the go command, and the bytes, plugin, and testing packages. See the Go 1.15.3
milestone on our issue tracker for details.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/go115/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go115/distinfo

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

Modified files:

Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.100 pkgsrc/lang/go/version.mk:1.101
--- pkgsrc/lang/go/version.mk:1.100     Thu Oct 15 12:01:14 2020
+++ pkgsrc/lang/go/version.mk   Thu Oct 15 12:43:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.100 2020/10/15 12:01:14 bsiegert Exp $
+# $NetBSD: version.mk,v 1.101 2020/10/15 12:43:33 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -6,7 +6,7 @@
 #
 .include "go-vars.mk"
 
-GO115_VERSION= 1.15.1
+GO115_VERSION= 1.15.3
 GO114_VERSION= 1.14.10
 GO113_VERSION= 1.13.15
 GO110_VERSION= 1.10.8

Index: pkgsrc/lang/go115/PLIST
diff -u pkgsrc/lang/go115/PLIST:1.1 pkgsrc/lang/go115/PLIST:1.2
--- pkgsrc/lang/go115/PLIST:1.1 Fri Aug 21 19:50:22 2020
+++ pkgsrc/lang/go115/PLIST     Thu Oct 15 12:43:33 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/08/21 19:50:22 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/10/15 12:43:33 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go115/AUTHORS
@@ -313,6 +313,8 @@ go115/misc/cgo/test/testdata/issue29563/
 go115/misc/cgo/test/testdata/issue30527.go
 go115/misc/cgo/test/testdata/issue30527/a.go
 go115/misc/cgo/test/testdata/issue30527/b.go
+go115/misc/cgo/test/testdata/issue41761.go
+go115/misc/cgo/test/testdata/issue41761a/a.go
 go115/misc/cgo/test/testdata/issue8756.go
 go115/misc/cgo/test/testdata/issue8756/issue8756.go
 go115/misc/cgo/test/testdata/issue8828.go
@@ -2320,6 +2322,8 @@ go115/src/cmd/go/testdata/script/test_ge
 go115/src/cmd/go/testdata/script/test_go111module_cache.txt
 go115/src/cmd/go/testdata/script/test_import_error_stack.txt
 go115/src/cmd/go/testdata/script/test_json.txt
+go115/src/cmd/go/testdata/script/test_json_exit.txt
+go115/src/cmd/go/testdata/script/test_json_interleaved.txt
 go115/src/cmd/go/testdata/script/test_json_panic_exit.txt
 go115/src/cmd/go/testdata/script/test_main.txt
 go115/src/cmd/go/testdata/script/test_main_archive.txt
@@ -2360,6 +2364,7 @@ go115/src/cmd/go/testdata/script/test_ve
 go115/src/cmd/go/testdata/script/test_vet.txt
 go115/src/cmd/go/testdata/script/test_write_profiles_on_timeout.txt
 go115/src/cmd/go/testdata/script/test_xtestonly_works.txt
+go115/src/cmd/go/testdata/script/testing_issue40908.txt
 go115/src/cmd/go/testdata/script/vendor_complex.txt
 go115/src/cmd/go/testdata/script/vendor_gopath_issue11409.txt
 go115/src/cmd/go/testdata/script/vendor_import.txt
@@ -6011,6 +6016,7 @@ go115/src/runtime/internal/atomic/asm_mi
 go115/src/runtime/internal/atomic/asm_mipsx.s
 go115/src/runtime/internal/atomic/asm_ppc64x.s
 go115/src/runtime/internal/atomic/asm_s390x.s
+go115/src/runtime/internal/atomic/asm_wasm.s
 go115/src/runtime/internal/atomic/atomic_386.go
 go115/src/runtime/internal/atomic/atomic_amd64.go
 go115/src/runtime/internal/atomic/atomic_arm.go
@@ -8921,13 +8927,18 @@ go115/test/fixedbugs/issue39472.go
 go115/test/fixedbugs/issue39541.go
 go115/test/fixedbugs/issue39651.go
 go115/test/fixedbugs/issue40367.go
+go115/test/fixedbugs/issue40629.go
 go115/test/fixedbugs/issue4066.go
+go115/test/fixedbugs/issue40746.go
 go115/test/fixedbugs/issue4085a.go
 go115/test/fixedbugs/issue4085b.go
+go115/test/fixedbugs/issue40917.go
+go115/test/fixedbugs/issue40954.go
 go115/test/fixedbugs/issue4097.go
 go115/test/fixedbugs/issue4099.go
 go115/test/fixedbugs/issue4162.go
 go115/test/fixedbugs/issue4167.go
+go115/test/fixedbugs/issue41711.go
 go115/test/fixedbugs/issue4215.go
 go115/test/fixedbugs/issue4232.go
 go115/test/fixedbugs/issue4251.go

Index: pkgsrc/lang/go115/distinfo
diff -u pkgsrc/lang/go115/distinfo:1.2 pkgsrc/lang/go115/distinfo:1.3
--- pkgsrc/lang/go115/distinfo:1.2      Thu Sep  3 06:47:21 2020
+++ pkgsrc/lang/go115/distinfo  Thu Oct 15 12:43:33 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2020/09/03 06:47:21 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2020/10/15 12:43:33 bsiegert Exp $
 
-SHA1 (go1.15.1.src.tar.gz) = c1777c68f358539e216848ee19e58efeb80532a1
-RMD160 (go1.15.1.src.tar.gz) = 5e258cdbf8ae266669f16aadfc040ddabb903d4c
-SHA512 (go1.15.1.src.tar.gz) = 08728dd7c64467482b1b17d1bd852ae6ca329062da95e10e91535e096b6ddd32d0e34a5e1f7b736175863c5543b6623406fc89b057273afc3f434ea97b343cfe
-Size (go1.15.1.src.tar.gz) = 23009031 bytes
+SHA1 (go1.15.3.src.tar.gz) = 748a571c88fce520ef2046e39697a9d561b4dcbd
+RMD160 (go1.15.3.src.tar.gz) = f53c1ba66a7323ca8fe23fb34672dcf4dc5b9acf
+SHA512 (go1.15.3.src.tar.gz) = 883fb327ce8aec77381aaa01e95acd0826c74d56a769d2077449b964411e30a5844117fdd941737015983c451a3e8d419bd40954842b199a09c26704577b5bca
+Size (go1.15.3.src.tar.gz) = 23015071 bytes
 SHA1 (patch-misc_io_clangwrap.sh) = df5911c430ff6251abab12e5cc233e32fc3cd953
 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
 SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 3dfcb5c824d4201fadda0cfb6b48e5938899baf0



Home | Main Index | Thread Index | Old Index