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:01:14 UTC 2020

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

Log Message:
Update go114 to 1.14.10.

go1.14.9 (released 2020/09/09) includes fixes to the compiler, linker, runtime,
documentation, and the net/http and testing packages. See the Go 1.14.9
milestone on our issue tracker for details.

go1.14.10 (released 2020/10/14) includes fixes to the compiler, runtime, and
the plugin and testing packages. See the Go 1.14.10 milestone on our issue
tracker for details.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/go114/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/go114/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.99 pkgsrc/lang/go/version.mk:1.100
--- pkgsrc/lang/go/version.mk:1.99      Thu Sep  3 07:03:26 2020
+++ pkgsrc/lang/go/version.mk   Thu Oct 15 12:01:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.99 2020/09/03 07:03:26 bsiegert Exp $
+# $NetBSD: version.mk,v 1.100 2020/10/15 12:01:14 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -7,7 +7,7 @@
 .include "go-vars.mk"
 
 GO115_VERSION= 1.15.1
-GO114_VERSION= 1.14.8
+GO114_VERSION= 1.14.10
 GO113_VERSION= 1.13.15
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7

Index: pkgsrc/lang/go114/PLIST
diff -u pkgsrc/lang/go114/PLIST:1.5 pkgsrc/lang/go114/PLIST:1.6
--- pkgsrc/lang/go114/PLIST:1.5 Fri Jul 17 17:20:05 2020
+++ pkgsrc/lang/go114/PLIST     Thu Oct 15 12:01:14 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/07/17 17:20:05 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/10/15 12:01:14 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go114/AUTHORS
@@ -457,6 +457,8 @@ go114/misc/cgo/testshared/testdata/exe2/
 go114/misc/cgo/testshared/testdata/exe3/exe3.go
 go114/misc/cgo/testshared/testdata/execgo/exe.go
 go114/misc/cgo/testshared/testdata/explicit/explicit.go
+go114/misc/cgo/testshared/testdata/gcdata/main/main.go
+go114/misc/cgo/testshared/testdata/gcdata/p/p.go
 go114/misc/cgo/testshared/testdata/global/main.go
 go114/misc/cgo/testshared/testdata/globallib/global.go
 go114/misc/cgo/testshared/testdata/iface/main.go
@@ -2178,6 +2180,7 @@ go114/src/cmd/go/testdata/script/test_fl
 go114/src/cmd/go/testdata/script/test_generated_main.txt
 go114/src/cmd/go/testdata/script/test_go111module_cache.txt
 go114/src/cmd/go/testdata/script/test_import_error_stack.txt
+go114/src/cmd/go/testdata/script/test_json_interleaved.txt
 go114/src/cmd/go/testdata/script/test_json_panic_exit.txt
 go114/src/cmd/go/testdata/script/test_main_archive.txt
 go114/src/cmd/go/testdata/script/test_main_panic.txt
@@ -8614,9 +8617,13 @@ go114/test/fixedbugs/issue38117.go
 go114/test/fixedbugs/issue3925.go
 go114/test/fixedbugs/issue39459.go
 go114/test/fixedbugs/issue39541.go
+go114/test/fixedbugs/issue39651.go
+go114/test/fixedbugs/issue40367.go
+go114/test/fixedbugs/issue40629.go
 go114/test/fixedbugs/issue4066.go
 go114/test/fixedbugs/issue4085a.go
 go114/test/fixedbugs/issue4085b.go
+go114/test/fixedbugs/issue40917.go
 go114/test/fixedbugs/issue4097.go
 go114/test/fixedbugs/issue4099.go
 go114/test/fixedbugs/issue4162.go

Index: pkgsrc/lang/go114/distinfo
diff -u pkgsrc/lang/go114/distinfo:1.10 pkgsrc/lang/go114/distinfo:1.11
--- pkgsrc/lang/go114/distinfo:1.10     Thu Sep  3 07:03:27 2020
+++ pkgsrc/lang/go114/distinfo  Thu Oct 15 12:01:14 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2020/09/03 07:03:27 bsiegert Exp $
+$NetBSD: distinfo,v 1.11 2020/10/15 12:01:14 bsiegert Exp $
 
-SHA1 (go1.14.8.src.tar.gz) = 7b0c9fb5fe4c10c606048509148d37644622de07
-RMD160 (go1.14.8.src.tar.gz) = 312b2c4e97ac0bb1b328ee0ed81762ce2f3c9301
-SHA512 (go1.14.8.src.tar.gz) = c7f2826d9f674591b183f209e8854875273a6ac846f93ae1da841a0c80943d9b8fa04cdad389a339bbdf583913ab71646dff15afa9b4ad8be47e12041fe71c45
-Size (go1.14.8.src.tar.gz) = 22535549 bytes
+SHA1 (go1.14.10.src.tar.gz) = 1b114b3ce2e9407d5f62f576786eabe09f99aa63
+RMD160 (go1.14.10.src.tar.gz) = d45ae5082e567b9a51298c816cd4d39e9e068159
+SHA512 (go1.14.10.src.tar.gz) = f33fd3a06088f9b3594632e0429d3543987f0f93bf52a7383a05e0d845f981fd437d5545cebed6c146a500570f3fbdc35765d842c4c08cfc695a2c3b64223626
+Size (go1.14.10.src.tar.gz) = 22542956 bytes
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
 SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a



Home | Main Index | Thread Index | Old Index