Hi, Minor update to the latest syncthing.
OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/syncthing/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile 10 Nov 2019 12:06:38 -0000 1.28 +++ Makefile 30 Dec 2019 12:30:14 -0000 @@ -2,7 +2,7 @@ COMMENT = open decentralized synchronization utility -V = 1.3.0 +V = 1.3.2 DISTNAME = syncthing-${V} DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX} Index: distinfo =================================================================== RCS file: /cvs/ports/net/syncthing/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo 10 Nov 2019 12:06:38 -0000 1.18 +++ distinfo 30 Dec 2019 12:31:18 -0000 @@ -1,2 +1,2 @@ -SHA256 (syncthing-source-v1.3.0.tar.gz) = aExHALb1HU/Im0IvvD8myucD30ZJ504geDwtDPhFU44= -SIZE (syncthing-source-v1.3.0.tar.gz) = 10250741 +SHA256 (syncthing-source-v1.3.2.tar.gz) = DeMJa9MH1vhFojYQDm3DCWFFxR2FJEO1fNLFqaE4U3s= +SIZE (syncthing-source-v1.3.2.tar.gz) = 10337913 Index: patches/patch-build_go =================================================================== RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v retrieving revision 1.10 diff -u -p -r1.10 patch-build_go --- patches/patch-build_go 10 Nov 2019 12:06:38 -0000 1.10 +++ patches/patch-build_go 30 Dec 2019 12:39:31 -0000 @@ -11,7 +11,7 @@ Index: build.go + debname: "stcli", + debdeps: []string{"libc6"}, + description: "Syncthing Commandline Interface", -+ buildPkg: "github.com/syncthing/syncthing/cmd/stcli", ++ buildPkgs: []string{"github.com/syncthing/syncthing/cmd/stcli"}, + binaryName: "stcli", // .exe will be added automatically for Windows builds + archiveFiles: []archiveFile{ + {src: "{{binary}}", dst: "{{binary}}", perm: 0755}, @@ -23,12 +23,12 @@ Index: build.go } // These are repos we need to clone to run "go generate" -@@ -451,7 +465,7 @@ func appendParameters(args []string, tags []string, ta +@@ -466,7 +480,7 @@ func appendParameters(args []string, tags []string, pk if !debugBinary { // Regular binaries get version tagged and skip some debug symbols -- args = append(args, "-ldflags", ldflags()) -+ args = append(args, "-x", "-ldflags", ldflags()) +- args = append(args, "-ldflags", ldflags(path.Base(pkg))) ++ args = append(args, "-x", "-ldflags", ldflags(path.Base(pkg))) } else { // -gcflags to disable optimizations and inlining. Skip -ldflags // because `Could not launch program: decoding dwarf section info at -- Best Regards Edd Barrett http://www.theunixzoo.co.uk