From owner-svn-ports-branches@freebsd.org Wed Feb 24 12:51:05 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD185AB3026; Wed, 24 Feb 2016 12:51:05 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 7F890240; Wed, 24 Feb 2016 12:51:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1OCp4wn010830; Wed, 24 Feb 2016 12:51:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1OCp4Y4010827; Wed, 24 Feb 2016 12:51:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602241251.u1OCp4Y4010827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 24 Feb 2016 12:51:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409463 - branches/2016Q1/lang/go X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 12:51:05 -0000 Author: feld Date: Wed Feb 24 12:51:04 2016 New Revision: 409463 URL: https://svnweb.freebsd.org/changeset/ports/409463 Log: MFH: r406071 - Update to 1.5.3 PR: 207304 Security: http://www.vuxml.org/freebsd/6809c6db-bdeb-11e5-b5fe-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/lang/go/Makefile branches/2016Q1/lang/go/distinfo branches/2016Q1/lang/go/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/lang/go/Makefile ============================================================================== --- branches/2016Q1/lang/go/Makefile Wed Feb 24 12:17:16 2016 (r409462) +++ branches/2016Q1/lang/go/Makefile Wed Feb 24 12:51:04 2016 (r409463) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.3 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: branches/2016Q1/lang/go/distinfo ============================================================================== --- branches/2016Q1/lang/go/distinfo Wed Feb 24 12:17:16 2016 (r409462) +++ branches/2016Q1/lang/go/distinfo Wed Feb 24 12:51:04 2016 (r409463) @@ -1,2 +1,2 @@ -SHA256 (go1.5.1.src.tar.gz) = a889873e98d9a72ae396a9b7dd597c29dcd709cafa9097d9c4ba04cff0ec436b -SIZE (go1.5.1.src.tar.gz) = 12049701 +SHA256 (go1.5.3.src.tar.gz) = 754e06dab1c31ab168fc9db9e32596734015ea9e24bc44cae7f237f417ce4efe +SIZE (go1.5.3.src.tar.gz) = 12057623 Modified: branches/2016Q1/lang/go/pkg-plist ============================================================================== --- branches/2016Q1/lang/go/pkg-plist Wed Feb 24 12:17:16 2016 (r409462) +++ branches/2016Q1/lang/go/pkg-plist Wed Feb 24 12:51:04 2016 (r409463) @@ -56,6 +56,7 @@ go/doc/codewalk/popout.png go/doc/codewalk/run go/doc/codewalk/sharemem.xml go/doc/codewalk/urlpoll.go +go/doc/conduct.html go/doc/contrib.html go/doc/contribute.html go/doc/debugging_with_gdb.html @@ -215,6 +216,7 @@ go/misc/cgo/test/fpvar.go go/misc/cgo/test/helpers.go go/misc/cgo/test/issue10303.go go/misc/cgo/test/issue11925.go +go/misc/cgo/test/issue12030.go go/misc/cgo/test/issue1222.go go/misc/cgo/test/issue1328.go go/misc/cgo/test/issue1560.go @@ -3361,6 +3363,7 @@ go/src/runtime/race/testdata/chan_test.g go/src/runtime/race/testdata/comp_test.go go/src/runtime/race/testdata/finalizer_test.go go/src/runtime/race/testdata/io_test.go +go/src/runtime/race/testdata/issue12225_test.go go/src/runtime/race/testdata/map_test.go go/src/runtime/race/testdata/mop_test.go go/src/runtime/race/testdata/mutex_test.go @@ -4772,8 +4775,12 @@ go/test/fixedbugs/issue11656.go go/test/fixedbugs/issue11750.go go/test/fixedbugs/issue11771.go go/test/fixedbugs/issue11790.go +go/test/fixedbugs/issue11987.go go/test/fixedbugs/issue12133.go +go/test/fixedbugs/issue12226.go +go/test/fixedbugs/issue12686.go go/test/fixedbugs/issue1304.go +go/test/fixedbugs/issue13160.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go @@ -5093,7 +5100,6 @@ go/test/fixedbugs/issue9731.go go/test/fixedbugs/issue9738.go go/test/fixedbugs/issue9862.go go/test/fixedbugs/issue9862_run.go -go/test/fixedbugs/issue12226.go go/test/float_lit.go go/test/float_lit2.go go/test/float_lit3.go