Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/syncthing net/syncthing: Update to 1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfa57c958093
branches:  trunk
changeset: 438793:dfa57c958093
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 10 13:03:16 2020 +0000

description:
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:

 net/syncthing/Makefile |   6 +++---
 net/syncthing/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 3e33d21900da -r dfa57c958093 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Thu Sep 10 12:44:02 2020 +0000
+++ b/net/syncthing/Makefile    Thu Sep 10 13:03:16 2020 +0000
@@ -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}
diff -r 3e33d21900da -r dfa57c958093 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Thu Sep 10 12:44:02 2020 +0000
+++ b/net/syncthing/distinfo    Thu Sep 10 13:03:16 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.80 2020/08/09 15:07:15 nia Exp $
+$NetBSD: distinfo,v 1.81 2020/09/10 13:03:16 gdt Exp $
 
-SHA1 (syncthing-source-v1.7.1.tar.gz) = e1124a60390c61d7dfc2a9a9c43b93ccd08d1799
-RMD160 (syncthing-source-v1.7.1.tar.gz) = bfeffa2605cb38763ffbf06ec83c6cf8f3c51d94
-SHA512 (syncthing-source-v1.7.1.tar.gz) = 4500972c4dfc8f2e584dd03c43dc7537287a2ced1f8676909d225d133243296157cfd51d3e7749ca64391a0649db7dc980523af584fd9bcfff6c3a932225336c
-Size (syncthing-source-v1.7.1.tar.gz) = 11594346 bytes
+SHA1 (syncthing-source-v1.8.0.tar.gz) = 6fe43c4b36058a6312c2e69c3effe5f841f9d43e
+RMD160 (syncthing-source-v1.8.0.tar.gz) = dfc323f9b7b7acd738140f4826dca47bb7646128
+SHA512 (syncthing-source-v1.8.0.tar.gz) = 282e6a700568946ed23d04cda41fa6a86d7c390c12c8abf99897f3818db9b4452baf5ab47d082bcf0b6a0329eb3d073dbc3abfe4a6493835cd201399307f605d
+Size (syncthing-source-v1.8.0.tar.gz) = 11663728 bytes
 SHA1 (patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go) = 86e6ff8b88c40c533da01631028341b7c59102cc



Home | Main Index | Thread Index | Old Index