Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
net/syncthing: update to 1.29.6
To:
ports <ports@openbsd.org>, Edd Barrett <edd@openbsd.org>
Date:
Tue, 27 May 2025 17:31:23 +0000

Download raw body.

Thread
Before that I had 1.29.3 for quite a while.

Edd, mind if I add myself as MAINTAINER to update a bit more frequently?

Feedback? OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
diff -u -p -r1.69 Makefile
--- Makefile	28 Nov 2024 11:47:46 -0000	1.69
+++ Makefile	27 May 2025 17:29:34 -0000
@@ -1,13 +1,15 @@
 COMMENT =	open decentralized synchronization utility
 
-V =		1.28.0
+V =		1.29.6
 DISTNAME =	syncthing-${V}
 DISTFILES =	syncthing-source-v${V}${EXTRACT_SUFX}
 
 CATEGORIES =	net
 HOMEPAGE =	https://syncthing.net/
 
-MAINTAINER =	Edd Barrett <edd@openbsd.org>
+MAINTAINER =	Edd Barrett <edd@openbsd.org>, \
+		Klemens Nanni <kn@openbsd.org>
+
 # MPL 2.0
 PERMIT_PACKAGE = Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
diff -u -p -r1.47 distinfo
--- distinfo	28 Nov 2024 11:47:47 -0000	1.47
+++ distinfo	25 May 2025 14:46:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.28.0.tar.gz) = c7QDD5/KOB9Y9JZttIzBNc2CMv6eiFO1ZR3g8L9M+/c=
-SIZE (syncthing-source-v1.28.0.tar.gz) = 16276125
+SHA256 (syncthing-source-v1.29.6.tar.gz) = KOf0mEpqNPtGl0SBQc4mEaZRD1pDacFmnU52brdc2Hg=
+SIZE (syncthing-source-v1.29.6.tar.gz) = 16265938
Index: patches/patch-build_go
===================================================================
RCS file: /cvs/ports/net/syncthing/patches/patch-build_go,v
diff -u -p -r1.23 patch-build_go
--- patches/patch-build_go	27 Aug 2024 18:22:28 -0000	1.23
+++ patches/patch-build_go	6 Apr 2025 22:39:55 -0000
@@ -3,7 +3,7 @@ Print build commands
 Index: build.go
 --- build.go.orig
 +++ build.go
-@@ -567,7 +567,7 @@ func appendParameters(args []string, tags []string, pk
+@@ -549,7 +549,7 @@ func appendParameters(args []string, tags []string, pk
  
  	if !debugBinary {
  		// Regular binaries get version tagged and skip some debug symbols
Index: patches/patch-cmd_syncthing_main_go
===================================================================
RCS file: /cvs/ports/net/syncthing/patches/patch-cmd_syncthing_main_go,v
diff -u -p -r1.1 patch-cmd_syncthing_main_go
--- patches/patch-cmd_syncthing_main_go	8 Nov 2024 20:10:08 -0000	1.1
+++ patches/patch-cmd_syncthing_main_go	6 Apr 2025 22:39:55 -0000
@@ -12,8 +12,8 @@ Index: cmd/syncthing/main.go
 +	"golang.org/x/sys/unix"
 +
  	"github.com/alecthomas/kong"
- 	_ "github.com/syncthing/syncthing/lib/automaxprocs"
  	"github.com/thejerf/suture/v4"
+ 	"github.com/willabides/kongplete"
 @@ -206,6 +208,19 @@ func defaultVars() kong.Vars {
  }