summaryrefslogtreecommitdiff
path: root/net/syncthing/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-09-10 13:03:16 +0000
committergdt <gdt@pkgsrc.org>2020-09-10 13:03:16 +0000
commitda93648627ad45c830641e1230f3e2784b6dae3a (patch)
tree539914e195db938a4d9eb2a53b85399cd895f1c6 /net/syncthing/Makefile
parent86c56bf85995d75985a9214e9b498b0f7faa36f9 (diff)
downloadpkgsrc-da93648627ad45c830641e1230f3e2784b6dae3a.tar.gz
net/syncthing: Update to 1.8.0
While there is 1.9.0, it is only two days old and isn't in f-droid yet. I am choosing to avoid new releases for a bit, on the theory that it's better to let people other than pkgsrc users find any new issues. Tested with syncthing Android/f-droid 1.8.0. Upstream changes: bugfixes and minor enhanceements adds the experimental copyRangeMethod config on folders, for use on filesystems with copy-on-write support. Please see https://docs.syncthing.net/advanced/folder-copyrangemethod.html for details. adds TCP hole punching, used to establish high performance TCP connections in certain NAT scenarios where only relay or QUIC connections could be used previously. adds a configuration to file versioning for how often to run cleanup. This defaults to once an hour, but is configurable from very frequently to never.
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r--net/syncthing/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 351f203e9da..67a9cd86274 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2020/09/06 17:38:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.118 2020/09/10 13:03:16 gdt Exp $
# Upstream used to frequently break protocol compatibility, but since
# 2018 or so this has been much better. While users of pkgsrc
@@ -17,9 +17,9 @@
#
# Minor version updates may be committed without asking. Major
# updates not following the above policy will be reverted.
-DISTNAME= syncthing-source-v1.7.1
+DISTNAME= syncthing-source-v1.8.0
PKGNAME= ${DISTNAME:S,source-v,,}
-PKGREVISION= 3
+#PKGREVISION= 0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}