Hi, Here's an update to Syncthing. I'll be testing this over the next few days.
Index: Makefile =================================================================== RCS file: /cvs/ports/net/syncthing/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile 4 May 2019 21:46:17 -0000 1.26 +++ Makefile 16 Jun 2019 19:59:45 -0000 @@ -2,7 +2,7 @@ COMMENT = open decentralized synchronization utility -V = 1.1.1 +V = 1.1.4 DISTNAME = syncthing-${V} DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX} @@ -29,9 +29,9 @@ do-build: cd ${WRKSRC} && ${MODGO_CMD} run build.go \ -version v${V} -no-upgrade -# Some tests fail, but they are bugs in the test suite itself, not Syncthing. -# We are working with upstream to fix these: -# https://forum.syncthing.net/t/openbsd-test-debugging/12799 +# A couple of test failures caused by a bug in the test suite (but not in +# Syncthing itself): +# https://github.com/syncthing/syncthing/issues/5796#issuecomment-502473144 do-test: cd ${WRKSRC} && ${MODGO_CMD} run build.go test Index: distinfo =================================================================== RCS file: /cvs/ports/net/syncthing/distinfo,v retrieving revision 1.16 diff -u -p -r1.16 distinfo --- distinfo 3 May 2019 12:58:59 -0000 1.16 +++ distinfo 14 Jun 2019 20:40:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (syncthing-source-v1.1.1.tar.gz) = p5ZYPBKJR2U5S+OOjehYcFSR3GdCibtpNuaK60viNHc= -SIZE (syncthing-source-v1.1.1.tar.gz) = 6966579 +SHA256 (syncthing-source-v1.1.4.tar.gz) = 1GSIS/2S6sLy28g1x0DqfVvZ5uvQvKfNpJaCsNpOa14= +SIZE (syncthing-source-v1.1.4.tar.gz) = 9364374 Index: patches/patch-build_go =================================================================== RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v retrieving revision 1.8 diff -u -p -r1.8 patch-build_go --- patches/patch-build_go 3 May 2019 12:58:59 -0000 1.8 +++ patches/patch-build_go 16 Jun 2019 17:59:54 -0000 @@ -2,7 +2,7 @@ $OpenBSD: patch-build_go,v 1.8 2019/05/0 Index: build.go --- build.go.orig +++ build.go -@@ -188,6 +188,20 @@ var targets = map[string]target{ +@@ -189,6 +189,20 @@ var targets = map[string]target{ {src: "AUTHORS", dst: "deb/usr/share/doc/syncthing-relaypoolsrv/AUTHORS.txt", perm: 0644}, }, }, @@ -23,7 +23,7 @@ Index: build.go } // These are repos we need to clone to run "go generate" -@@ -435,7 +449,7 @@ func appendParameters(args []string, tags []string, ta +@@ -439,7 +453,7 @@ func appendParameters(args []string, tags []string, ta if !debugBinary { // Regular binaries get version tagged and skip some debug symbols -- Best Regards Edd Barrett http://www.theunixzoo.co.uk