pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update go110 to 1.10.7 (security fix).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14846a1f21d2
branches:  trunk
changeset: 326812:14846a1f21d2
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Dec 15 10:23:32 2018 +0000

description:
Update go110 to 1.10.7 (security fix).

These releases include fixes to cgo, the compiler, linker, runtime,
documentation, go command, and the net/http and go/types packages.
They include a fix to a bug introduced in Go 1.11.3 and Go 1.10.6
that broke "go get" for import path patterns containing "...".

View the release notes for more information:
    https://golang.org/doc/devel/release.html#go1.10.minor

diffstat:

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

diffs (53 lines):

diff -r 9943031200ba -r 14846a1f21d2 lang/go/version.mk
--- a/lang/go/version.mk        Sat Dec 15 06:31:41 2018 +0000
+++ b/lang/go/version.mk        Sat Dec 15 10:23:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.51 2018/11/12 14:40:21 jperkin Exp $
+# $NetBSD: version.mk,v 1.52 2018/12/15 10:23:32 bsiegert Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -7,7 +7,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GO111_VERSION= 1.11.2
-GO110_VERSION= 1.10.5
+GO110_VERSION= 1.10.7
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
 GO_VERSION=    ${GO110_VERSION}
diff -r 9943031200ba -r 14846a1f21d2 lang/go110/PLIST
--- a/lang/go110/PLIST  Sat Dec 15 06:31:41 2018 +0000
+++ b/lang/go110/PLIST  Sat Dec 15 10:23:32 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/11/04 12:36:09 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/12/15 10:23:32 bsiegert Exp $
 go110/AUTHORS
 go110/CONTRIBUTING.md
 go110/CONTRIBUTORS
@@ -1966,6 +1966,7 @@
 go110/src/cmd/go/internal/generate/generate_test.go
 go110/src/cmd/go/internal/get/discovery.go
 go110/src/cmd/go/internal/get/get.go
+go110/src/cmd/go/internal/get/path.go
 go110/src/cmd/go/internal/get/pkg_test.go
 go110/src/cmd/go/internal/get/tag_test.go
 go110/src/cmd/go/internal/get/vcs.go
diff -r 9943031200ba -r 14846a1f21d2 lang/go110/distinfo
--- a/lang/go110/distinfo       Sat Dec 15 06:31:41 2018 +0000
+++ b/lang/go110/distinfo       Sat Dec 15 10:23:32 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2018/11/04 12:36:09 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2018/12/15 10:23:32 bsiegert Exp $
 
-SHA1 (go1.10.5.src.tar.gz) = 090f35397325b828e5766f23d81367f092f9893f
-RMD160 (go1.10.5.src.tar.gz) = 40151aaad84aa4bea447d266aa4c5246ffa1f8be
-SHA512 (go1.10.5.src.tar.gz) = ef6991a21f822cec08446f1aa18a5b79d85619c8d2d622114ec948c3bc6260ef6591b400efbfdff09900c63f1e96245df0ffe513adcfa648e9ca324b822b7968
-Size (go1.10.5.src.tar.gz) = 18332628 bytes
+SHA1 (go1.10.7.src.tar.gz) = d083beabcd3c47b36a93ee7067664d0b1733843f
+RMD160 (go1.10.7.src.tar.gz) = cd28953d0b9a059418b846c487a0b1c2e49b0310
+SHA512 (go1.10.7.src.tar.gz) = 798e0ea053b38f4b4f5a6fbdefb30ad09d95b7e8af424bd5f1aa7856bf7ca4e9c9bbd32926e2936f2b332f88a1980e92e6b61862fd9e779edf64f965fd8d1ffe
+Size (go1.10.7.src.tar.gz) = 18333472 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) = 7afd0da4734f201c8b885b743e83e5b70ddb0bf0



Home | Main Index | Thread Index | Old Index