pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go Update to 1.7.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04280cc13839
branches:  trunk
changeset: 357845:04280cc13839
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Jan 30 03:04:53 2017 +0000

description:
Update to 1.7.5

Upstream changes:
go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime, and the crypto/x509 and time packages. See the Go 1.7.5 milestone on our issue tracker for details.

diffstat:

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

diffs (52 lines):

diff -r 66948bdb9640 -r 04280cc13839 lang/go/PLIST
--- a/lang/go/PLIST     Mon Jan 30 02:59:12 2017 +0000
+++ b/lang/go/PLIST     Mon Jan 30 03:04:53 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2016/10/27 18:58:00 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.29 2017/01/30 03:04:53 wen Exp $
 bin/go
 bin/gofmt
 go/AUTHORS
@@ -5693,8 +5693,10 @@
 go/test/fixedbugs/issue16133.go
 go/test/fixedbugs/issue16193.go
 go/test/fixedbugs/issue16249.go
+go/test/fixedbugs/issue16331.go
 go/test/fixedbugs/issue16515.go
 go/test/fixedbugs/issue17318.go
+go/test/fixedbugs/issue18410.go
 go/test/fixedbugs/issue2615.go
 go/test/fixedbugs/issue3552.dir/one.go
 go/test/fixedbugs/issue3552.dir/two.go
diff -r 66948bdb9640 -r 04280cc13839 lang/go/distinfo
--- a/lang/go/distinfo  Mon Jan 30 02:59:12 2017 +0000
+++ b/lang/go/distinfo  Mon Jan 30 03:04:53 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2016/12/04 16:08:55 bsiegert Exp $
+$NetBSD: distinfo,v 1.43 2017/01/30 03:04:53 wen Exp $
 
-SHA1 (go1.7.4.src.tar.gz) = 0fb305c827c8794cfda7e437befa6101a2d06b2e
-RMD160 (go1.7.4.src.tar.gz) = 8de5ff1fd50a6f0b6bc16e0de0f1e13185f291f0
-SHA512 (go1.7.4.src.tar.gz) = dc9950c3ea7100e536ad58fd93505d584276b7c50d4b8fe2ba7f20fd043dcf0d315b735c48945302055e91517594cc2b0061ccec9478a8ab48f1f2836c20afb3
-Size (go1.7.4.src.tar.gz) = 14198817 bytes
+SHA1 (go1.7.5.src.tar.gz) = 4a36ad56b11579a8d534817b70a9baf754e5369a
+RMD160 (go1.7.5.src.tar.gz) = 7b0c7cadbfd6213b59666a245a906009c917e334
+SHA512 (go1.7.5.src.tar.gz) = 2dda0780a8b24d71fec4ddeb6858c58a42845f51d9afc171d924a7b763101878cc7f29ae1dd35f129b4ee45b84d45211093a1d20639745fed36b49fb7fe1ba07
+Size (go1.7.5.src.tar.gz) = 14204325 bytes
 SHA1 (patch-lib_time_update.bash) = 17d28ba574dd08735b58cf73487104a5df3b7684
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0eca1eafa967268ae9b224be4aeda347ebc91901
diff -r 66948bdb9640 -r 04280cc13839 lang/go/version.mk
--- a/lang/go/version.mk        Mon Jan 30 02:59:12 2017 +0000
+++ b/lang/go/version.mk        Mon Jan 30 03:04:53 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: version.mk,v 1.21 2016/12/04 16:08:55 bsiegert Exp $
+# $NetBSD: version.mk,v 1.22 2017/01/30 03:04:53 wen Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
-GO_VERSION=    1.7.4
+GO_VERSION=    1.7.5
 GO14_VERSION=  1.4.3
 
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64 *-*-*arm*



Home | Main Index | Thread Index | Old Index