On Fri, Oct 29, 2021 at 03:19:47PM +0100, Edd Barrett wrote: > Hi, > > Simple update.
And here's the next point release: 0.18.4. Index: Makefile =================================================================== RCS file: /cvs/ports/net/syncthing/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- Makefile 15 Jun 2021 09:11:02 -0000 1.35 +++ Makefile 9 Nov 2021 13:04:42 -0000 @@ -4,7 +4,7 @@ BROKEN-aarch64 =golang.org/x/Sys/cpu pan COMMENT = open decentralized synchronization utility -V = 1.17.0 +V = 1.18.4 DISTNAME = syncthing-${V} DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX} Index: distinfo =================================================================== RCS file: /cvs/ports/net/syncthing/distinfo,v retrieving revision 1.24 diff -u -p -r1.24 distinfo --- distinfo 15 Jun 2021 09:11:02 -0000 1.24 +++ distinfo 9 Nov 2021 13:04:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (syncthing-source-v1.17.0.tar.gz) = YlQSmRcX4NRC4kvqyI5LehZUX7yMCv/+676V2+rjvjM= -SIZE (syncthing-source-v1.17.0.tar.gz) = 12768385 +SHA256 (syncthing-source-v1.18.4.tar.gz) = FjGFzxIKfGb6EUk32HEoZqiRzwnFDrKZX9SXiIUMfAI= +SIZE (syncthing-source-v1.18.4.tar.gz) = 13006540 Index: patches/patch-build_go =================================================================== RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v retrieving revision 1.14 diff -u -p -r1.14 patch-build_go --- patches/patch-build_go 15 Jun 2021 09:11:02 -0000 1.14 +++ patches/patch-build_go 9 Nov 2021 13:04:11 -0000 @@ -2,7 +2,7 @@ $OpenBSD: patch-build_go,v 1.14 2021/06/ Index: build.go --- build.go.orig +++ build.go -@@ -526,7 +540,7 @@ func appendParameters(args []string, tags []string, pk +@@ -540,7 +540,7 @@ func appendParameters(args []string, tags []string, pk if !debugBinary { // Regular binaries get version tagged and skip some debug symbols -- Best Regards Edd Barrett https://www.theunixzoo.co.uk