Download raw body.
net/syncthing: update to 2.27.10
https://github.com/syncthing/syncthing/releases
Feedback? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
diff -u -p -r1.65 Makefile
--- Makefile 2 Jul 2024 19:28:58 -0000 1.65
+++ Makefile 23 Aug 2024 21:01:13 -0000
@@ -1,6 +1,6 @@
COMMENT = open decentralized synchronization utility
-V = 1.27.8
+V = 1.27.10
DISTNAME = syncthing-${V}
DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
diff -u -p -r1.44 distinfo
--- distinfo 2 Jul 2024 19:28:58 -0000 1.44
+++ distinfo 23 Aug 2024 21:01:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.27.8.tar.gz) = iexKlZ5y0wB4yYAvK/CCa0OI8qzZMPh8/WNJX16VSMg=
-SIZE (syncthing-source-v1.27.8.tar.gz) = 15305526
+SHA256 (syncthing-source-v1.27.10.tar.gz) = 00ygeGU86zxU0UdZKd0bGeDC1mAatqf/5IyI15uQxNw=
+SIZE (syncthing-source-v1.27.10.tar.gz) = 15431543
Index: patches/patch-build_go
===================================================================
RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v
diff -u -p -r1.22 patch-build_go
--- patches/patch-build_go 24 Mar 2024 08:15:14 -0000 1.22
+++ patches/patch-build_go 23 Aug 2024 21:03:44 -0000
@@ -1,7 +1,9 @@
+Print build commands
+
Index: build.go
--- build.go.orig
+++ build.go
-@@ -569,7 +569,7 @@ func appendParameters(args []string, tags []string, pk
+@@ -567,7 +567,7 @@ func appendParameters(args []string, tags []string, pk
if !debugBinary {
// Regular binaries get version tagged and skip some debug symbols
net/syncthing: update to 2.27.10