Download raw body.
net/syncthing: update to 1.27.4
Relevant changes:
Bugfixes:
• #9369: Panic in ignore matching on invalid UTF-8 from filesystem watcher
Enhancements:
• #9339: File system watcher should skip ignored directories in more cases
Other issues:
• #9386: typo in folder_sendrecv.go refrences nonexistent type dbUpdateShourtcutFile
Works fine for me across amd64 and android.
Feedback? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
diff -u -p -r1.62 Makefile
--- Makefile 16 Feb 2024 15:09:13 -0000 1.62
+++ Makefile 5 Mar 2024 20:42:34 -0000
@@ -1,7 +1,6 @@
COMMENT = open decentralized synchronization utility
-V = 1.27.3
-REVISION = 0
+V = 1.27.4
DISTNAME = syncthing-${V}
DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
diff -u -p -r1.41 distinfo
--- distinfo 16 Feb 2024 10:04:39 -0000 1.41
+++ distinfo 5 Mar 2024 20:43:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.27.3.tar.gz) = P+JbhjuzoPdLyVp6+nG9qip5lxVCliI2vl2F9GmqiX0=
-SIZE (syncthing-source-v1.27.3.tar.gz) = 15007106
+SHA256 (syncthing-source-v1.27.4.tar.gz) = bOAKsoHuXrDcc8NmTzYjUTfKIrKRHjdbj+6tADj7gKE=
+SIZE (syncthing-source-v1.27.4.tar.gz) = 15085218
Index: patches/patch-build_go
===================================================================
RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v
diff -u -p -r1.21 patch-build_go
--- patches/patch-build_go 17 Nov 2023 14:22:28 -0000 1.21
+++ patches/patch-build_go 5 Mar 2024 20:43:55 -0000
@@ -1,7 +1,7 @@
Index: build.go
--- build.go.orig
+++ build.go
-@@ -568,7 +568,7 @@ func appendParameters(args []string, tags []string, pk
+@@ -569,7 +569,7 @@ func appendParameters(args []string, tags []string, pk
if !debugBinary {
// Regular binaries get version tagged and skip some debug symbols
net/syncthing: update to 1.27.4