Date: Wed, 17 Aug 2022 15:59:58 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6d7825177b5a - main - devel/gopls: update to 0.9.4 Message-ID: <202208171559.27HFxw12053710@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d7825177b5a9ddd7ffc28adcda55d3f04ddab58 commit 6d7825177b5a9ddd7ffc28adcda55d3f04ddab58 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-08-17 05:42:11 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-08-17 15:56:34 +0000 devel/gopls: update to 0.9.4 ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.4 This release fixes an unfortunate bug in a new vet analysis in the gopls@v0.9.2 release. Specifically, a stray print statement in a new analyzer for the invalid time format string "2006-02-01", which corrupts gopls' communication over STDIN/STDOUT. PR: 265895 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q3 --- devel/gopls/Makefile | 2 +- devel/gopls/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile index c2b970ff226b..958c3e3783d6 100644 --- a/devel/gopls/Makefile +++ b/devel/gopls/Makefile @@ -1,6 +1,6 @@ PORTNAME= gopls DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 CATEGORIES= devel MAINTAINER= fuz@fuz.su diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo index b8fdcdf318db..5d6c130c848e 100644 --- a/devel/gopls/distinfo +++ b/devel/gopls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1660272836 -SHA256 (go/devel_gopls/gopls-v0.9.3/v0.9.3.mod) = c558abb6a0256c4ea96aa8bd94ae18620d31750449238307a7b0623fb73cf690 -SIZE (go/devel_gopls/gopls-v0.9.3/v0.9.3.mod) = 766 -SHA256 (go/devel_gopls/gopls-v0.9.3/v0.9.3.zip) = fa35fdc885c45a0e2d74ee20b1e7ea6d91e9834915fefea69a243d9f72707ed0 -SIZE (go/devel_gopls/gopls-v0.9.3/v0.9.3.zip) = 208319 +TIMESTAMP = 1660711125 +SHA256 (go/devel_gopls/gopls-v0.9.4/v0.9.4.mod) = c26265d7e483d4b43a10675d0f2f082eb1fc132a713dd3f42c6fcb186cf7884e +SIZE (go/devel_gopls/gopls-v0.9.4/v0.9.4.mod) = 766 +SHA256 (go/devel_gopls/gopls-v0.9.4/v0.9.4.zip) = d257952c4edde45e9cb6d203ae0caa307f37a6e94a82b3970ec21bd6616e3eeb +SIZE (go/devel_gopls/gopls-v0.9.4/v0.9.4.zip) = 209168
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208171559.27HFxw12053710>