Bug 268220 - devel/go-tools: update to 0.4.0
Summary: devel/go-tools: update to 0.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-07 11:32 UTC by Robert Clausecker
Modified: 2022-12-07 14:41 UTC (History)
1 user (show)

See Also:


Attachments
devel/go-tools: update to 0.4.0 (1.88 KB, patch)
2022-12-07 11:32 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-12-07 11:32:28 UTC
Created attachment 238598 [details]
devel/go-tools: update to 0.4.0

Selected upstream changes:

 - cmd/compilebench: make it work without installed .a's
 - internal/typesinternal: update go/types error codes for 1.20
 - playground/socket: eliminate an arbitrary timeout in TestLimiter
 - go/ssa: build generic function bodies
 - cmd/godoc: streamline test subprocesses
 - go.mod: update golang.org/x dependencies

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Upstream does not supply a changelog, please keep this list of changes in the commit message.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-07 14:40:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e811991a8705122696e7543119bfd44dd75b43f

commit 5e811991a8705122696e7543119bfd44dd75b43f
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-12-07 11:16:04 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-12-07 14:33:45 +0000

    devel/go-tools: update to 0.4.0

    Selected upstream changes:

     - cmd/compilebench: make it work without installed .a's
     - internal/typesinternal: update go/types error codes for 1.20
     - playground/socket: eliminate an arbitrary timeout in TestLimiter
     - go/ssa: build generic function bodies
     - cmd/godoc: streamline test subprocesses
     - go.mod: update golang.org/x dependencies

    PR:             268220

 devel/go-tools/Makefile |  2 +-
 devel/go-tools/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2022-12-07 14:41:17 UTC
Committed, thanks!