From owner-svn-ports-head@freebsd.org Mon Apr 2 18:58:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC3B7F7E710; Mon, 2 Apr 2018 18:58:12 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 714886C39D; Mon, 2 Apr 2018 18:58:12 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65C9A19918; Mon, 2 Apr 2018 18:58:12 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w32IwCsg031043; Mon, 2 Apr 2018 18:58:12 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w32IwCql031040; Mon, 2 Apr 2018 18:58:12 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201804021858.w32IwCql031040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Mon, 2 Apr 2018 18:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466249 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 466249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 18:58:13 -0000 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