Hi folks,

Here's an update to Syncthing-1.5.0.

Note the new comment against the `test` target. It doesn't seem to be an
issue outside of tests.

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    3 Jan 2020 17:57:34 -0000       1.29
+++ Makefile    15 May 2020 15:47:32 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      open decentralized synchronization utility
 
-V =            1.3.2
+V =            1.5.0
 DISTNAME =     syncthing-${V}
 DISTFILES =    syncthing-source-v${V}${EXTRACT_SUFX}
 
@@ -35,6 +35,10 @@ 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 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
 do-test:
        cd ${WRKSRC} && ${MODGO_CMD} run build.go test
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo    3 Jan 2020 17:57:34 -0000       1.19
+++ distinfo    5 May 2020 09:28:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.3.2.tar.gz) = 
DeMJa9MH1vhFojYQDm3DCWFFxR2FJEO1fNLFqaE4U3s=
-SIZE (syncthing-source-v1.3.2.tar.gz) = 10337913
+SHA256 (syncthing-source-v1.5.0.tar.gz) = 
S048m76d15aRnTABGLaBft/j25UTsGelhZFSSzxaJI0=
+SIZE (syncthing-source-v1.5.0.tar.gz) = 10475068

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to