Created attachment 228312 [details] Patch to update linked-hash-map dependency to version 0.5.4 The linked_hash_map library causes a panic on program startup, that messes up the output (https://github.com/imsnif/bandwhich/issues/216). The problem can be fixed by updating the library to version 0.5.4 (https://github.com/imsnif/bandwhich/pull/192#issuecomment-904723414).
Created attachment 229167 [details] Patch to update linked-hash-map dependency to version 0.5.4 Updated patch after port revision 9.
Take.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ce7550d96ed612820bf28e3ebb02387448815df commit 7ce7550d96ed612820bf28e3ebb02387448815df Author: Petteri Valkonen <petteri.valkonen@iki.fi> AuthorDate: 2021-11-01 05:14:31 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-11-01 05:19:20 +0000 net-mgmt/bandwhich: Fix linked_hash_map panic PR: 258835 MFH: 2021Q4 net-mgmt/bandwhich/Makefile | 4 +- net-mgmt/bandwhich/distinfo | 978 ++++++++++++++++++++++---------------------- 2 files changed, 491 insertions(+), 491 deletions(-)
A commit in branch 2021Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=944336d680fc2a18145851c7c345469b892053c7 commit 944336d680fc2a18145851c7c345469b892053c7 Author: Petteri Valkonen <petteri.valkonen@iki.fi> AuthorDate: 2021-11-01 05:14:31 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-11-01 07:22:09 +0000 net-mgmt/bandwhich: Fix linked_hash_map panic PR: 258835 MFH: 2021Q4 (cherry picked from commit 7ce7550d96ed612820bf28e3ebb02387448815df) net-mgmt/bandwhich/Makefile | 4 +- net-mgmt/bandwhich/distinfo | 978 ++++++++++++++++++++++---------------------- 2 files changed, 491 insertions(+), 491 deletions(-)
Committed and merged to quarterly branch. Thanks!