pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update go111 to 1.11.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/103a668bfe03
branches:  trunk
changeset: 321062:103a668bfe03
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Mar 16 08:19:00 2019 +0000

description:
Update go111 to 1.11.6.

go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker,
runtime, go command, and the crypto/x509, encoding/json, net, and net/url
packages. See the Go 1.11.6 milestone on our issue tracker for details.

diffstat:

 lang/go/version.mk  |   4 ++--
 lang/go111/PLIST    |  11 ++++++++---
 lang/go111/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (75 lines):

diff -r 71496e77f590 -r 103a668bfe03 lang/go/version.mk
--- a/lang/go/version.mk        Sat Mar 16 08:05:02 2019 +0000
+++ b/lang/go/version.mk        Sat Mar 16 08:19:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.57 2019/03/09 10:00:44 bsiegert Exp $
+# $NetBSD: version.mk,v 1.58 2019/03/16 08:19:00 bsiegert Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -7,7 +7,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GO112_VERSION= 1.12
-GO111_VERSION= 1.11.5
+GO111_VERSION= 1.11.6
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
diff -r 71496e77f590 -r 103a668bfe03 lang/go111/PLIST
--- a/lang/go111/PLIST  Sat Mar 16 08:05:02 2019 +0000
+++ b/lang/go111/PLIST  Sat Mar 16 08:19:00 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/12/19 15:27:03 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/03/16 08:19:00 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go111/AUTHORS
@@ -6488,8 +6488,6 @@
 go111/src/runtime/testdata/testprog/deadlock.go
 go111/src/runtime/testdata/testprog/empty.s
 go111/src/runtime/testdata/testprog/gc.go
-go111/src/runtime/testdata/testprog/gettid.go
-go111/src/runtime/testdata/testprog/gettid_none.go
 go111/src/runtime/testdata/testprog/lockosthread.go
 go111/src/runtime/testdata/testprog/main.go
 go111/src/runtime/testdata/testprog/map.go
@@ -6500,6 +6498,9 @@
 go111/src/runtime/testdata/testprog/signal.go
 go111/src/runtime/testdata/testprog/stringconcat.go
 go111/src/runtime/testdata/testprog/syscall_windows.go
+go111/src/runtime/testdata/testprog/syscalls.go
+go111/src/runtime/testdata/testprog/syscalls_linux.go
+go111/src/runtime/testdata/testprog/syscalls_none.go
 go111/src/runtime/testdata/testprog/timeprof.go
 go111/src/runtime/testdata/testprog/traceback_ancestors.go
 go111/src/runtime/testdata/testprogcgo/aprof.go
@@ -8486,6 +8487,10 @@
 go111/test/fixedbugs/issue28616.go
 go111/test/fixedbugs/issue28688.go
 go111/test/fixedbugs/issue28797.go
+go111/test/fixedbugs/issue29304.go
+go111/test/fixedbugs/issue29362.go
+go111/test/fixedbugs/issue29362b.go
+go111/test/fixedbugs/issue29402.go
 go111/test/fixedbugs/issue3552.dir/one.go
 go111/test/fixedbugs/issue3552.dir/two.go
 go111/test/fixedbugs/issue3552.go
diff -r 71496e77f590 -r 103a668bfe03 lang/go111/distinfo
--- a/lang/go111/distinfo       Sat Mar 16 08:05:02 2019 +0000
+++ b/lang/go111/distinfo       Sat Mar 16 08:19:00 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2019/01/24 09:26:21 bsiegert Exp $
+$NetBSD: distinfo,v 1.6 2019/03/16 08:19:00 bsiegert Exp $
 
-SHA1 (go1.11.5.src.tar.gz) = 94ca79ff63fa5118cb4c7a7113b153d043e7bbf3
-RMD160 (go1.11.5.src.tar.gz) = 72ce2f34def54143595157f9e51b731757495272
-SHA512 (go1.11.5.src.tar.gz) = 63500238e8d73e4b29279ee3eb9242960de93ccd3b52bacc4009f45cf123cb8edfe5f519d38c5b07bdf2a810925758511ff3255310a056113d0169f78be1d2f6
-Size (go1.11.5.src.tar.gz) = 21108339 bytes
+SHA1 (go1.11.6.src.tar.gz) = 3da44308ca85c4b78b62b735060ebb2479ec1dcf
+RMD160 (go1.11.6.src.tar.gz) = 247ba7b9f3340dcdab4e300920762c7d58a5d1a2
+SHA512 (go1.11.6.src.tar.gz) = bc29df69a08a4e9e703de72b5eda5f2d63b78f18f3e7a1173eae5c6dd767f29f1b865a2fc3f692e15277df2d45e74ee17875b275eb3fc50aac2b88082e618bf5
+Size (go1.11.6.src.tar.gz) = 21113406 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