From owner-svn-ports-all@freebsd.org Thu Jan 25 19:32:23 2018 Return-Path: Delivered-To: svn-ports-all@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 8660BEC84BF; Thu, 25 Jan 2018 19:32:23 +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 3A3EF6D5A6; Thu, 25 Jan 2018 19:32:23 +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 1B34411429; Thu, 25 Jan 2018 19:32:23 +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 w0PJWMd8037538; Thu, 25 Jan 2018 19:32:22 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PJWMCP037440; Thu, 25 Jan 2018 19:32:22 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201801251932.w0PJWMCP037440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Thu, 25 Jan 2018 19:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459956 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 459956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 19:32:23 -0000 Author: jlaffaye Date: Thu Jan 25 19:32:22 2018 New Revision: 459956 URL: https://svnweb.freebsd.org/changeset/ports/459956 Log: - Update to 1.9.3 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Thu Jan 25 19:19:57 2018 (r459955) +++ head/lang/go/Makefile Thu Jan 25 19:32:22 2018 (r459956) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Thu Jan 25 19:19:57 2018 (r459955) +++ head/lang/go/distinfo Thu Jan 25 19:32:22 2018 (r459956) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509704617 -SHA256 (go1.9.2.src.tar.gz) = 665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc -SIZE (go1.9.2.src.tar.gz) = 16383591 +TIMESTAMP = 1516908375 +SHA256 (go1.9.3.src.tar.gz) = 4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae +SIZE (go1.9.3.src.tar.gz) = 16385451 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Thu Jan 25 19:19:57 2018 (r459955) +++ head/lang/go/pkg-plist Thu Jan 25 19:32:22 2018 (r459956) @@ -5126,6 +5126,7 @@ go/src/runtime/testdata/testprogcgo/numgoroutine.go go/src/runtime/testdata/testprogcgo/pprof.go go/src/runtime/testdata/testprogcgo/raceprof.go go/src/runtime/testdata/testprogcgo/racesig.go +go/src/runtime/testdata/testprogcgo/sigstack.go go/src/runtime/testdata/testprogcgo/threadpanic.go go/src/runtime/testdata/testprogcgo/threadpanic_unix.c go/src/runtime/testdata/testprogcgo/threadpanic_windows.c @@ -6856,6 +6857,11 @@ go/test/fixedbugs/issue21120.go go/test/fixedbugs/issue21655.go go/test/fixedbugs/issue21963.go go/test/fixedbugs/issue22083.go +go/test/fixedbugs/issue22429.go +go/test/fixedbugs/issue22458.go +go/test/fixedbugs/issue22683.go +go/test/fixedbugs/issue22683.out +go/test/fixedbugs/issue22781.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go