pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go Update go to 1.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6044ab3bca7
branches:  trunk
changeset: 352213:c6044ab3bca7
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 10 09:09:23 2016 +0000

description:
Update go to 1.7.1.

go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime,
documentation, and the compress/flate, hash/crc32, io, net, net/http,
path/filepath, reflect, and syscall packages. See the Go 1.7.1 milestone on our
issue tracker for details.

diffstat:

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

diffs (49 lines):

diff -r 1867a5519a4b -r c6044ab3bca7 lang/go/PLIST
--- a/lang/go/PLIST     Sat Sep 10 06:24:43 2016 +0000
+++ b/lang/go/PLIST     Sat Sep 10 09:09:23 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2016/08/31 14:15:33 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.27 2016/09/10 09:09:23 bsiegert Exp $
 bin/go
 bin/gofmt
 go/AUTHORS
@@ -96,6 +96,7 @@
 go/doc/gopher/bumper480x270.png
 go/doc/gopher/bumper640x360.png
 go/doc/gopher/doc.png
+go/doc/gopher/favicon.svg
 go/doc/gopher/fiveyears.jpg
 go/doc/gopher/frontpage.png
 go/doc/gopher/gopherbw.png
diff -r 1867a5519a4b -r c6044ab3bca7 lang/go/distinfo
--- a/lang/go/distinfo  Sat Sep 10 06:24:43 2016 +0000
+++ b/lang/go/distinfo  Sat Sep 10 09:09:23 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2016/08/19 09:38:06 bsiegert Exp $
+$NetBSD: distinfo,v 1.39 2016/09/10 09:09:23 bsiegert Exp $
 
-SHA1 (go1.7.src.tar.gz) = ca53aca78b60a7b3168a3e3df5a08546a634d043
-RMD160 (go1.7.src.tar.gz) = e9de837034aa9b9c38ffe32a0ff115ada5cab768
-SHA512 (go1.7.src.tar.gz) = a9cd1279927ca50e083dcf6d5a4bcb3bff6a156b3555608334a41be9613b5002dd71caafa472aae6210b01a6cdbd6aa6a55b8882a8e4bda68a5ffd10a3ae1d14
-Size (go1.7.src.tar.gz) = 14091954 bytes
+SHA1 (go1.7.1.src.tar.gz) = 6df2097fd11014086f6b6015cd4777f3acf37b91
+RMD160 (go1.7.1.src.tar.gz) = 378d3fd9d3d8b7e331b7ce4531a704afcbd32a75
+SHA512 (go1.7.1.src.tar.gz) = eab2b44f44d05c62645756e05078c2a8b7e3c4d2413617a20a6659df22e4612bb2059cf4906ab81134421eb371903034c1b197bb5595c9af9901819b2b3330a3
+Size (go1.7.1.src.tar.gz) = 14098889 bytes
 SHA1 (patch-lib_time_update.bash) = bcf565b97ae7898a9e5cef7686fe42c69bc0bba1
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0eca1eafa967268ae9b224be4aeda347ebc91901
diff -r 1867a5519a4b -r c6044ab3bca7 lang/go/version.mk
--- a/lang/go/version.mk        Sat Sep 10 06:24:43 2016 +0000
+++ b/lang/go/version.mk        Sat Sep 10 09:09:23 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.16 2016/08/19 09:38:06 bsiegert Exp $
+# $NetBSD: version.mk,v 1.17 2016/09/10 09:09:23 bsiegert Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION=    1.7
+GO_VERSION=    1.7.1
 GO14_VERSION=  1.4.3
 
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64 *-*-evbarm



Home | Main Index | Thread Index | Old Index