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.10.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0778175246e8
branches: trunk
changeset: 384530:0778175246e8
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Aug 27 15:01:09 2018 +0000
description:
Update Go to 1.10.4.
go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and
the net/http, mime/multipart, ld/macho, bytes, and strings packages. See the
Go 1.10.4 milestone on our issue tracker for details.
pkgsrc note: After the import of Go 1.11, this package will be renamed to
lang/go110.
diffstat:
lang/go/Makefile | 3 +--
lang/go/PLIST | 21 ++++++++++++++++++++-
lang/go/distinfo | 10 +++++-----
lang/go/version.mk | 4 ++--
4 files changed, 28 insertions(+), 10 deletions(-)
diffs (109 lines):
diff -r 0b68b8f92670 -r 0778175246e8 lang/go/Makefile
--- a/lang/go/Makefile Mon Aug 27 13:46:52 2018 +0000
+++ b/lang/go/Makefile Mon Aug 27 15:01:09 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.65 2018/08/22 09:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2018/08/27 15:01:09 bsiegert Exp $
.include "version.mk"
DISTNAME= go${GO_VERSION}.src
PKGNAME= go-${GO_VERSION}
-PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= https://storage.googleapis.com/golang/
EXTRACT_USING= bsdtar
diff -r 0b68b8f92670 -r 0778175246e8 lang/go/PLIST
--- a/lang/go/PLIST Mon Aug 27 13:46:52 2018 +0000
+++ b/lang/go/PLIST Mon Aug 27 15:01:09 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2018/07/08 09:27:31 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.44 2018/08/27 15:01:09 bsiegert Exp $
go/AUTHORS
go/CONTRIBUTING.md
go/CONTRIBUTORS
@@ -283,7 +283,21 @@
go/misc/cgo/test/issue21897.go
go/misc/cgo/test/issue21897b.go
go/misc/cgo/test/issue22958.go
+go/misc/cgo/test/issue24161_darwin_test.go
+go/misc/cgo/test/issue24161arg/def.go
+go/misc/cgo/test/issue24161arg/use.go
+go/misc/cgo/test/issue24161e0/main.go
+go/misc/cgo/test/issue24161e1/main.go
+go/misc/cgo/test/issue24161e2/main.go
+go/misc/cgo/test/issue24161res/restype.go
go/misc/cgo/test/issue2462.go
+go/misc/cgo/test/issue26430.go
+go/misc/cgo/test/issue26430/a.go
+go/misc/cgo/test/issue26430/b.go
+go/misc/cgo/test/issue26517.go
+go/misc/cgo/test/issue26743.go
+go/misc/cgo/test/issue26743/a.go
+go/misc/cgo/test/issue26743/b.go
go/misc/cgo/test/issue3250.go
go/misc/cgo/test/issue3250w.go
go/misc/cgo/test/issue3261.go
@@ -404,6 +418,7 @@
go/misc/cgo/testcshared/src/libgo5/libgo5.go
go/misc/cgo/testcshared/src/p/p.go
go/misc/cgo/testgodefs/anonunion.go
+go/misc/cgo/testgodefs/fieldtypedef.go
go/misc/cgo/testgodefs/issue8478.go
go/misc/cgo/testgodefs/main.go
go/misc/cgo/testgodefs/test.bash
@@ -7361,12 +7376,15 @@
go/test/fixedbugs/issue23179.dir/b.go
go/test/fixedbugs/issue23179.go
go/test/fixedbugs/issue23305.go
+go/test/fixedbugs/issue23504.go
go/test/fixedbugs/issue23522.go
go/test/fixedbugs/issue23545.go
go/test/fixedbugs/issue23719.go
go/test/fixedbugs/issue23812.go
go/test/fixedbugs/issue24449.go
go/test/fixedbugs/issue24817.go
+go/test/fixedbugs/issue25322.go
+go/test/fixedbugs/issue25322.out
go/test/fixedbugs/issue2615.go
go/test/fixedbugs/issue3552.dir/one.go
go/test/fixedbugs/issue3552.dir/two.go
@@ -7979,3 +7997,4 @@
go/test/varinit.go
go/test/writebarrier.go
go/test/zerodivide.go
+@pkgdir bin
diff -r 0b68b8f92670 -r 0778175246e8 lang/go/distinfo
--- a/lang/go/distinfo Mon Aug 27 13:46:52 2018 +0000
+++ b/lang/go/distinfo Mon Aug 27 15:01:09 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.61 2018/06/12 17:37:59 bsiegert Exp $
+$NetBSD: distinfo,v 1.62 2018/08/27 15:01:09 bsiegert Exp $
-SHA1 (go1.10.3.src.tar.gz) = 9fd36668e92ef906550181682b405cb38c7bc8ee
-RMD160 (go1.10.3.src.tar.gz) = e006f8c2b654e3161ed99420fda79ec2ec3052f5
-SHA512 (go1.10.3.src.tar.gz) = fd2bd5fcb5c6d0a5336c4b1d2cacb368edbb01359297a83bdedc53f6018642598232f00633fc60fde879050f5f26a810c828d46b5d6626cbcc0702d93ad33fbb
-Size (go1.10.3.src.tar.gz) = 18323736 bytes
+SHA1 (go1.10.4.src.tar.gz) = adcd9d0bbbc764fa4ff20c08eb4a5a527fa95d96
+RMD160 (go1.10.4.src.tar.gz) = a42ae4d0b21e8ceb500ca10a590f16b0811c7a4e
+SHA512 (go1.10.4.src.tar.gz) = ead2c06d903670ff4530748aa2fa6a1140fdf32cf3b8d74cd7d6e046af73c79fd5f98d2188062e6845e5c0513c080ed7079a210720c30338cb8730b95aede9f5
+Size (go1.10.4.src.tar.gz) = 18331174 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
diff -r 0b68b8f92670 -r 0778175246e8 lang/go/version.mk
--- a/lang/go/version.mk Mon Aug 27 13:46:52 2018 +0000
+++ b/lang/go/version.mk Mon Aug 27 15:01:09 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: version.mk,v 1.41 2018/07/08 18:40:40 bsiegert Exp $
+# $NetBSD: version.mk,v 1.42 2018/08/27 15:01:09 bsiegert Exp $
SSP_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
-GO_VERSION= 1.10.3
+GO_VERSION= 1.10.4
GO19_VERSION= 1.9.7
GO14_VERSION= 1.4.3
Home |
Main Index |
Thread Index |
Old Index