Trying to use ipfs-go on amd64 FreeBSD 14.0-CURRENT results in: % ipfs-go daemon panic: qtls.ClientHelloInfo doesn't match goroutine 1 [running]: github.com/marten-seemann/qtls-go1-15.init.0() github.com/marten-seemann/qtls-go1-15@v0.1.1/unsafe.go:20 +0x1e5
https://reviews.freebsd.org/D33812 fixes it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd74c3ecc189fbf6cca1fae1f0fe59696dbc0b9c commit dd74c3ecc189fbf6cca1fae1f0fe59696dbc0b9c Author: John Hixson <jhixson@FreeBSD.org> AuthorDate: 2022-03-12 21:22:41 +0000 Commit: Steve Wills <swills@FreeBSD.org> CommitDate: 2022-03-12 21:29:55 +0000 sysutils/ipfs-go: Update to 0.11.0 [1] While here, remove ONLY_FOR_ARCHES [2] PR: 261054 [1] Reported by: trasz [1] Tested by: trasz [1] Tested by: Robert Clausecker <fuz@fuz.su> [2] MFH: 2022Q1 Differential Revision: https://reviews.freebsd.org/D33812 sysutils/ipfs-go/Makefile | 5 +---- sysutils/ipfs-go/distinfo | 6 +++--- .../files/patch-repo_fsrepo_migrations_fetcher.go (new) | 11 +++++++++++ .../files/patch-repo_fsrepo_migrations_migrations.go (gone) | 11 ----------- 4 files changed, 15 insertions(+), 18 deletions(-)
Mangled the commit a bit, sorry about that, but this is fixed (maintainer time out).