Bug 261054

Summary: [sysutils/ipfs-go]: broken
Product: Ports & Packages Reporter: Edward Tomasz Napierala <trasz>
Component: Individual Port(s)Assignee: John Hixson <jhixson>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: --- Flags: bugzilla: maintainer-feedback? (jhixson)
Version: Latest   
Hardware: Any   
OS: Any   

Description Edward Tomasz Napierala freebsd_committer freebsd_triage 2022-01-09 10:02:09 UTC
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
Comment 1 Edward Tomasz Napierala freebsd_committer freebsd_triage 2022-01-10 17:29:47 UTC
https://reviews.freebsd.org/D33812 fixes it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-12 21:32:41 UTC
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(-)
Comment 3 Steve Wills freebsd_committer freebsd_triage 2022-03-12 21:33:58 UTC
Mangled the commit a bit, sorry about that, but this is fixed (maintainer time out).