svn commit: r409463 - branches/2016Q1/lang/go

Mark Felder feld at FreeBSD.org
Wed Feb 24 12:51:05 UTC 2016


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


More information about the svn-ports-all mailing list