Update syncthing to 1.26.1

built, running on arm64

cc to maintainer@


diff /usr/ports
commit - c50f22d88b3eb92d3e4bcfedf697d5ceb0a51484
path + /usr/ports
blob - 78a40d4057fc6391b75b7f1507219bb136bb9297
file + net/syncthing/Makefile
--- net/syncthing/Makefile
+++ net/syncthing/Makefile
@@ -1,7 +1,6 @@
 COMMENT =      open decentralized synchronization utility
 
-V =            1.24.0
-REVISION =     0
+V =            1.26.1
 DISTNAME =     syncthing-${V}
 DISTFILES =    syncthing-source-v${V}${EXTRACT_SUFX}
 
blob - 4a0af5878fee32d548b9653fe2f79ec01e50d45e
file + net/syncthing/distinfo
--- net/syncthing/distinfo
+++ net/syncthing/distinfo
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.24.0.tar.gz) = 
SpRZZn+bcKfR59Vyx8nQJDHvjwVWee7zaDAM4agmYI8=
-SIZE (syncthing-source-v1.24.0.tar.gz) = 18625515
+SHA256 (syncthing-source-v1.26.1.tar.gz) = 
wU3n3xbzPbbndELuKY3YNq60CuCDOevifkGKG7Dr570=
+SIZE (syncthing-source-v1.26.1.tar.gz) = 15020478
blob - fc3e3b1936b697af873c05a62f496f0ced960e4f
file + net/syncthing/patches/patch-build_go
--- net/syncthing/patches/patch-build_go
+++ net/syncthing/patches/patch-build_go
@@ -1,7 +1,7 @@
 Index: build.go
 --- build.go.orig
 +++ build.go
-@@ -562,7 +562,7 @@ func appendParameters(args []string, tags []string, pk
+@@ -568,7 +568,7 @@ func appendParameters(args []string, tags []string, pk
  
        if !debugBinary {
                // Regular binaries get version tagged and skip some debug 
symbols
blob - e35e61e1c856e1b873c130a653876cb4a91dce0c
file + net/syncthing/patches/patch-lib_build_build_go
--- net/syncthing/patches/patch-lib_build_build_go
+++ net/syncthing/patches/patch-lib_build_build_go
@@ -3,12 +3,12 @@ Disable phone-home calls / anonymous usage reporting
 Index: lib/build/build.go
 --- lib/build/build.go.orig
 +++ lib/build/build.go
-@@ -73,7 +73,7 @@ func setBuildData() {
+@@ -75,7 +75,7 @@ func setBuildData() {
  
        exp := regexp.MustCompile(`^v\d+\.\d+\.\d+(-[a-z]+[\d\.]+)?$`)
        IsRelease = exp.MatchString(Version)
 -      IsCandidate = strings.Contains(Version, "-rc.")
 +      IsCandidate = false
        IsBeta = strings.Contains(Version, "-")
+       Extra = filterString(os.Getenv("STVERSIONEXTRA"), 
versionExtraAllowedChars)
  
-       stamp, _ := strconv.Atoi(Stamp)

Reply via email to