On Thu, Apr 05, 2018 at 09:07:35PM +0200, Klemens Nanni wrote: > go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, > and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, > net/http, and net/http/pprof packages. See the Go 1.10.1 milestone[0] on > our issue tracker for details. > > 0: https://github.com/golang/go/issues?q=milestone%3AGo1.10.1 > > Running on amd64, without problems, all tests pass. Lightly run tested > in a i386 VM with some of my programs. > > Slipping three whitespace fixes in to reduce churn in an upcoming diff. > > Feedback? OK? Updated diff after the MAP_STACK commit by jsing.
Index: Makefile =================================================================== RCS file: /cvs/ports/lang/go/Makefile,v retrieving revision 1.50 diff -u -p -r1.50 Makefile --- Makefile 5 Apr 2018 18:38:38 -0000 1.50 +++ Makefile 6 Apr 2018 00:49:53 -0000 @@ -4,17 +4,16 @@ ONLY_FOR_ARCHS = ${GO_ARCHS} COMMENT = Go programming language -VERSION = 1.10 +VERSION = 1.10.1 EXTRACT_SUFX = .src.tar.gz -DISTNAME = go${VERSION} -PKGNAME = go-${VERSION} +DISTNAME = go${VERSION} +PKGNAME = go-${VERSION} PKGSPEC = go-=${VERSION} CATEGORIES = lang -REVISION = 0 HOMEPAGE = https://golang.org/ -MAINTAINER = Joel Sing <js...@openbsd.org> +MAINTAINER = Joel Sing <js...@openbsd.org> # software: BSD, documentation: CC-BY-3.0 PERMIT_PACKAGE_CDROM = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/lang/go/distinfo,v retrieving revision 1.29 diff -u -p -r1.29 distinfo --- distinfo 14 Mar 2018 14:14:36 -0000 1.29 +++ distinfo 6 Apr 2018 00:49:53 -0000 @@ -1,2 +1,2 @@ -SHA256 (go1.10.src.tar.gz) = 895JKJQF/aX9FIOo/mvS+lRp4AX9Vn32RIXE+gAMfyQ= -SIZE (go1.10.src.tar.gz) = 18300467 +SHA256 (go1.10.1.src.tar.gz) = WJRJ/2w8y/8dOR1OerW7XVZDpaQaBMmTFeVcFrv3Pdw= +SIZE (go1.10.1.src.tar.gz) = 18305765 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/go/pkg/PLIST,v retrieving revision 1.25 diff -u -p -r1.25 PLIST --- pkg/PLIST 14 Mar 2018 14:14:36 -0000 1.25 +++ pkg/PLIST 6 Apr 2018 00:49:54 -0000 @@ -504,6 +504,9 @@ go/misc/cgo/testplugin/src/issue22175/pl go/misc/cgo/testplugin/src/issue22295.pkg/ go/misc/cgo/testplugin/src/issue22295.pkg/main.go go/misc/cgo/testplugin/src/issue22295.pkg/plugin.go +go/misc/cgo/testplugin/src/issue24351/ +go/misc/cgo/testplugin/src/issue24351/main.go +go/misc/cgo/testplugin/src/issue24351/plugin.go go/misc/cgo/testplugin/src/plugin1/ go/misc/cgo/testplugin/src/plugin1/plugin1.go go/misc/cgo/testplugin/src/plugin2/ @@ -2264,6 +2267,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 @@ -3672,6 +3676,10 @@ go/src/go/internal/srcimporter/srcimport go/src/go/internal/srcimporter/testdata/ go/src/go/internal/srcimporter/testdata/issue20855/ go/src/go/internal/srcimporter/testdata/issue20855/issue20855.go +go/src/go/internal/srcimporter/testdata/issue23092/ +go/src/go/internal/srcimporter/testdata/issue23092/issue23092.go +go/src/go/internal/srcimporter/testdata/issue24392/ +go/src/go/internal/srcimporter/testdata/issue24392/issue24392.go go/src/go/parser/ go/src/go/parser/error_test.go go/src/go/parser/example_test.go @@ -4625,6 +4633,7 @@ go/src/net/http/method.go go/src/net/http/npn_test.go go/src/net/http/pprof/ 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 @@ -7708,6 +7717,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/ go/test/fixedbugs/issue3552.dir/one.go