Created attachment 242821 [details] patch for update 1.23.5 has been released ~2 weeks ago despite not being listed on syncthing.net While here, I would like to ask: perhaps net-p2p/ would be a better category rather than net/?
We also probably should track down why 1.20.3 don't work as upstream now uses it. See https://github.com/syncthing/syncthing/issues/8799 The race switch also seems troublesome in general: https://git.alpinelinux.org/aports/tree/community/syncthing/only-test-with-race-when-provided.patch https://gitlab.archlinux.org/archlinux/packaging/packages/syncthing/-/blob/main/gcc-pie-segfaults-race.patch With the patch I see: 2023/06/17 12:48:01 INFO: TCP listener (127.0.0.1:62565) starting panic: test timed out after 2m0s running tests: TestConnectionEstablishment (2m0s) TestConnectionEstablishment/tcp (2m0s) Without: "fatal error: checkptr: converted pointer straddles multiple allocations"
Created attachment 242865 [details] updated patch: PORTREVISION reset
Created attachment 242866 [details] poudriere build log
(In reply to Daniel Engberg from comment #1) By we, I hope you mean you. ;) I'm AFK for a while.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=42aeff21afcc5ec3d537fdbeca2fefc09bdcd9e7 commit 42aeff21afcc5ec3d537fdbeca2fefc09bdcd9e7 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-06-18 13:36:22 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-06-18 13:36:22 +0000 net/syncthing: Update to 1.23.5 re: https://github.com/syncthing/syncthing/releases/tag/v1.23.5 PR: 272036 net/syncthing/Makefile | 3 +-- net/syncthing/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Likely released issue, https://github.com/syncthing/syncthing/issues/8421
Err... related
(In reply to Daniel Engberg from comment #7) I wish I had time now to investigate that, but I do not. "Using Go 1.19.8 it works but fails using Go 1.20.3" I'm AFK most of the time right now.
Created attachment 243302 [details] patch for update
Created attachment 243303 [details] poudriere build log Bugfixes: #7638: favicon not working Firefox & derivative browsers #8899: Omitting %s from LDAP bind DN sends corrupted bind DN string to LDAP server #8920: Untrusted device should be disallowed from being an introducer #8960: relaysrv and discosrv docker images haven't been updated for more than year
Created attachment 243354 [details] screenshot with 1.23.6 running
The commit for this is https://cgit.freebsd.org/ports/commit/?id=3e1bdb56d6eb37603f21d0c8a1b6be3a79a15569 I included the wrong PR in the commit message. 260085 - Copied here A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e1bdb56d6eb37603f21d0c8a1b6be3a79a15569 commit 3e1bdb56d6eb37603f21d0c8a1b6be3a79a15569 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-07-30 20:49:32 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-07-30 23:55:25 +0000 net/syncthing: Update to 1.23.6 re: https://github.com/syncthing/syncthing/releases/tag/v1.23.6 PR: 260085 net/syncthing/Makefile | 2 +- net/syncthing/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank you.