Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2018 18:58:12 +0000 (UTC)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466249 - head/lang/go
Message-ID:  <201804021858.w32IwCql031040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlaffaye
Date: Mon Apr  2 18:58:11 2018
New Revision: 466249
URL: https://svnweb.freebsd.org/changeset/ports/466249

Log:
  Update to 1.10.1

Modified:
  head/lang/go/Makefile
  head/lang/go/distinfo
  head/lang/go/pkg-plist

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Mon Apr  2 18:52:33 2018	(r466248)
+++ head/lang/go/Makefile	Mon Apr  2 18:58:11 2018	(r466249)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	go
-PORTVERSION=	1.10
+PORTVERSION=	1.10.1
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://golang.org/dl/

Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo	Mon Apr  2 18:52:33 2018	(r466248)
+++ head/lang/go/distinfo	Mon Apr  2 18:58:11 2018	(r466249)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518810210
-SHA256 (go1.10.src.tar.gz) = f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24
-SIZE (go1.10.src.tar.gz) = 18300467
+TIMESTAMP = 1522694378
+SHA256 (go1.10.1.src.tar.gz) = 589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc
+SIZE (go1.10.1.src.tar.gz) = 18305765

Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist	Mon Apr  2 18:52:33 2018	(r466248)
+++ head/lang/go/pkg-plist	Mon Apr  2 18:58:11 2018	(r466249)
@@ -431,6 +431,8 @@ go/misc/cgo/testplugin/src/issue22175/plugin1.go
 go/misc/cgo/testplugin/src/issue22175/plugin2.go
 go/misc/cgo/testplugin/src/issue22295.pkg/main.go
 go/misc/cgo/testplugin/src/issue22295.pkg/plugin.go
+go/misc/cgo/testplugin/src/issue24351/main.go
+go/misc/cgo/testplugin/src/issue24351/plugin.go
 go/misc/cgo/testplugin/src/plugin1/plugin1.go
 go/misc/cgo/testplugin/src/plugin2/plugin2.go
 go/misc/cgo/testplugin/src/sub/plugin1/plugin1.go
@@ -1181,6 +1183,7 @@ go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/aut
 go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/doc.go
 go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/flag.go
 go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/funcdata.go
+go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/funcid.go
 go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/head.go
 go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/line.go
 go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/path.go
@@ -2340,6 +2343,7 @@ go/src/cmd/internal/objabi/autotype.go
 go/src/cmd/internal/objabi/doc.go
 go/src/cmd/internal/objabi/flag.go
 go/src/cmd/internal/objabi/funcdata.go
+go/src/cmd/internal/objabi/funcid.go
 go/src/cmd/internal/objabi/head.go
 go/src/cmd/internal/objabi/line.go
 go/src/cmd/internal/objabi/path.go
@@ -3566,6 +3570,8 @@ go/src/go/internal/gcimporter/testdata/versions/test_g
 go/src/go/internal/srcimporter/srcimporter.go
 go/src/go/internal/srcimporter/srcimporter_test.go
 go/src/go/internal/srcimporter/testdata/issue20855/issue20855.go
+go/src/go/internal/srcimporter/testdata/issue23092/issue23092.go
+go/src/go/internal/srcimporter/testdata/issue24392/issue24392.go
 go/src/go/parser/error_test.go
 go/src/go/parser/example_test.go
 go/src/go/parser/interface.go
@@ -4449,6 +4455,7 @@ go/src/net/http/main_test.go
 go/src/net/http/method.go
 go/src/net/http/npn_test.go
 go/src/net/http/pprof/pprof.go
+go/src/net/http/pprof/pprof_test.go
 go/src/net/http/proxy_test.go
 go/src/net/http/race.go
 go/src/net/http/range_test.go
@@ -7348,6 +7355,7 @@ 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/issue2615.go
 go/test/fixedbugs/issue3552.dir/one.go
 go/test/fixedbugs/issue3552.dir/two.go



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804021858.w32IwCql031040>