Summary: | net/syncthing: workaround for issue reported in bug #257302 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex Vasylenko <lxv> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Keywords: | needs-qa | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(swills) |
||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257302 | ||||||
Attachments: |
|
Thank you for the report and patch Alex What is the user impact of this (other than, of course, the lack of a panic), with respect to syncthing functionality changes, if any, for users with this setup? Proposed patch has no impact on app's function (In reply to Alex Vasylenko from comment #2) Thanks Alex A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=57a3995a942c59fa51caa39552b290243e957613 commit 57a3995a942c59fa51caa39552b290243e957613 Author: Steve Wills <swills@FreeBSD.org> AuthorDate: 2021-07-23 00:41:47 +0000 Commit: Steve Wills <swills@FreeBSD.org> CommitDate: 2021-08-28 01:45:42 +0000 net/syncthing: update to 1.18.1 [0] While here, work around multicast issue until all supported versions have the fix [1] PR: 257322 [1] Obtained from: Alex Vasylenko <lxv@omut.org> [1] net/syncthing/Makefile | 2 +- net/syncthing/distinfo | 6 +++--- .../files/patch-syncthing_lib_beacon_multicast.go (new) | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) Committed, thanks! |
Created attachment 226598 [details] skip over non-mcast/down/ipfw0 netif when joining net/syncthing can panic FreeBSD 12.2-RELEASE-p7 GENERIC amd64 when it attempts to perform IPv6 multicast join on ipfw0 interface. please consider including attached patch until kernel grows some resilience against such nonsensical actions.