Hi, A new syncthing.
Seems like a simple update, but this test hangs: https://github.com/syncthing/syncthing/issues/8421 Doesn't seem to be a problem outside of tests though, so shouldn't be a blocker. Please test :) Index: Makefile =================================================================== RCS file: /cvs/ports/net/syncthing/Makefile,v retrieving revision 1.40 diff -u -p -r1.40 Makefile --- Makefile 12 Mar 2022 11:49:45 -0000 1.40 +++ Makefile 8 Jul 2022 12:43:50 -0000 @@ -1,6 +1,6 @@ COMMENT = open decentralized synchronization utility -V = 1.19.1 +V = 1.20.3 DISTNAME = syncthing-${V} DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX} @@ -32,10 +32,9 @@ do-build: -no-upgrade install ${cmd} .endfor -# The tests occasionally fail with a kevent(2) failure. The issue is to do with -# the kqueue backend in the `notify` go module. We've not been unable to -# understand the issue, but we also cannot reproduce a kevent(2) failure -# outside of the tests. See: https://github.com/syncthing/syncthing/issues/6596 +# Connections test hangs and times out. This doesn't appear to interfere with +# day-to-day running of Syncthing though. +# https://github.com/syncthing/syncthing/issues/8421 do-test: cd ${WRKSRC} && ${MODGO_CMD} run build.go test Index: distinfo =================================================================== RCS file: /cvs/ports/net/syncthing/distinfo,v retrieving revision 1.27 diff -u -p -r1.27 distinfo --- distinfo 12 Mar 2022 11:49:45 -0000 1.27 +++ distinfo 7 Jul 2022 09:16:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (syncthing-source-v1.19.1.tar.gz) = /8XsLyMjFBIqIWiE9jpI7qfIc5+XeeJJvh9HdtelUSc= -SIZE (syncthing-source-v1.19.1.tar.gz) = 13216635 +SHA256 (syncthing-source-v1.20.3.tar.gz) = EU8RCM91t6d3bWmB467Y8jgzPQjZFfk5yXmaSP469XY= +SIZE (syncthing-source-v1.20.3.tar.gz) = 13454640 -- Best Regards Edd Barrett https://www.theunixzoo.co.uk
