Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update go114 to 1.14.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6162ab57104
branches:  trunk
changeset: 435866:f6162ab57104
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jul 17 17:20:05 2020 +0000

description:
Update go114 to 1.14.6.

go1.14.5 (released 2020/07/14) includes security fixes to the crypto/x509 and
net/http packages. See the Go 1.14.5 milestone on our issue tracker for
details.

go1.14.6 (released 2020/07/16) includes fixes to the go command, the compiler,
the linker, vet, and the database/sql, encoding/json, net/http, reflect, and
testing packages. See the Go 1.14.6 milestone on our issue tracker for details.

diffstat:

 lang/go/version.mk  |   4 ++--
 lang/go114/PLIST    |  12 +++++++++++-
 lang/go114/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 8 deletions(-)

diffs (79 lines):

diff -r a60483989f70 -r f6162ab57104 lang/go/version.mk
--- a/lang/go/version.mk        Fri Jul 17 17:10:20 2020 +0000
+++ b/lang/go/version.mk        Fri Jul 17 17:20:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.93 2020/07/17 17:10:20 bsiegert Exp $
+# $NetBSD: version.mk,v 1.94 2020/07/17 17:20:05 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"
 
-GO114_VERSION= 1.14.4
+GO114_VERSION= 1.14.6
 GO113_VERSION= 1.13.14
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
diff -r a60483989f70 -r f6162ab57104 lang/go114/PLIST
--- a/lang/go114/PLIST  Fri Jul 17 17:10:20 2020 +0000
+++ b/lang/go114/PLIST  Fri Jul 17 17:20:05 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/06/17 09:37:25 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/07/17 17:20:05 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go114/AUTHORS
@@ -1899,6 +1899,7 @@
 go114/src/cmd/go/testdata/script/bug.txt
 go114/src/cmd/go/testdata/script/build_GOTMPDIR.txt
 go114/src/cmd/go/testdata/script/build_acl_windows.txt
+go114/src/cmd/go/testdata/script/build_cache_arch_mode.txt
 go114/src/cmd/go/testdata/script/build_cache_compile.txt
 go114/src/cmd/go/testdata/script/build_cache_gomips.txt
 go114/src/cmd/go/testdata/script/build_cache_link.txt
@@ -2161,9 +2162,16 @@
 go114/src/cmd/go/testdata/script/sum_readonly.txt
 go114/src/cmd/go/testdata/script/test_bad_example.txt
 go114/src/cmd/go/testdata/script/test_badtest.txt
+go114/src/cmd/go/testdata/script/test_benchmark_chatty_fail.txt
+go114/src/cmd/go/testdata/script/test_benchmark_chatty_success.txt
 go114/src/cmd/go/testdata/script/test_benchmark_fatal.txt
 go114/src/cmd/go/testdata/script/test_benchmark_labels.txt
 go114/src/cmd/go/testdata/script/test_cache_inputs.txt
+go114/src/cmd/go/testdata/script/test_chatty_fail.txt
+go114/src/cmd/go/testdata/script/test_chatty_parallel_fail.txt
+go114/src/cmd/go/testdata/script/test_chatty_parallel_success.txt
+go114/src/cmd/go/testdata/script/test_chatty_parallel_success_sleepy.txt
+go114/src/cmd/go/testdata/script/test_chatty_success.txt
 go114/src/cmd/go/testdata/script/test_compile_binary.txt
 go114/src/cmd/go/testdata/script/test_compile_tempfile.txt
 go114/src/cmd/go/testdata/script/test_flag.txt
@@ -8604,6 +8612,8 @@
 go114/test/fixedbugs/issue3783.go
 go114/test/fixedbugs/issue38117.go
 go114/test/fixedbugs/issue3925.go
+go114/test/fixedbugs/issue39459.go
+go114/test/fixedbugs/issue39541.go
 go114/test/fixedbugs/issue4066.go
 go114/test/fixedbugs/issue4085a.go
 go114/test/fixedbugs/issue4085b.go
diff -r a60483989f70 -r f6162ab57104 lang/go114/distinfo
--- a/lang/go114/distinfo       Fri Jul 17 17:10:20 2020 +0000
+++ b/lang/go114/distinfo       Fri Jul 17 17:20:05 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2020/06/17 09:37:25 bsiegert Exp $
+$NetBSD: distinfo,v 1.8 2020/07/17 17:20:05 bsiegert Exp $
 
-SHA1 (go1.14.4.src.tar.gz) = 0f49857387f181a0aa5fd0d16ae93afce11445d1
-RMD160 (go1.14.4.src.tar.gz) = 1fe71fc573c57031c446f1624fc5d309cb1508d8
-SHA512 (go1.14.4.src.tar.gz) = b0d657ea33331062db5a4da0aff14798f292ca967a53665af1a93e04eba7a03e49a3dbc4768c4f099ec5ff25a31885750f7658f819057057093e2d7bfb085575
-Size (go1.14.4.src.tar.gz) = 22535243 bytes
+SHA1 (go1.14.6.src.tar.gz) = 7cdd6edb158e41d7be2c93c2fc3bd89f73bc3bf2
+RMD160 (go1.14.6.src.tar.gz) = 0441aabf6b098a4b1a318e24c22e678f82b7966e
+SHA512 (go1.14.6.src.tar.gz) = 5c865c8272fb0dc8eab1514732b0200dbc867276512714dd30afc658a0d2afac6bd758e00c6f576d8d254e411418a52a564c895399b56cfe06c2b1785271a8fd
+Size (go1.14.6.src.tar.gz) = 22534714 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