pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: update to 0.14.40.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dba25064dab1
branches:  trunk
changeset: 371800:dba25064dab1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 23 14:31:42 2017 +0000

description:
syncthing: update to 0.14.40.

This is a regularly scheduled stable release.

Resolved issues:

    #3628: More data is reported as part of the anonymous usage report.
    #4392: Sync errors are better reported.
    #4405: Removing paused folders does not cause a panic.
    #4414: Local IPv4 discovery is more resilient against write failures.
    #4431: Clearer logging around config failures at startup.
    #4432: Do not complain about inability to fsync files.
    #4446: KCP connections are improved.
    #4451: Folder health checking is improved.

This release also includes built in support for file system notifications,
although it is disabled by default. To test this functionality, enable the
advanced folder config fsWatcherEnabled.

Additionally, the UDP based "KCP" protocol is now enabled by default. This
provides better connectivity through NAT devices. TCP is the preferred
connection protocol when available.

diffstat:

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

diffs (33 lines):

diff -r 19b721e45ce2 -r dba25064dab1 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Thu Nov 23 10:36:05 2017 +0000
+++ b/net/syncthing/Makefile    Thu Nov 23 14:31:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2017/10/11 07:04:15 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2017/11/23 14:31:42 wiz Exp $
 
 # Upstream regularly breaks protocol compatibility.  While users of
 # pkgsrc syncthing on multiple systems can update synchronously, an
@@ -13,7 +13,7 @@
 # Note that the android versioning is disconnected from syncthing versioning;
 # see https://github.com/syncthing/syncthing-android/issues/652 for
 # a fuller explanation.
-DISTNAME=      syncthing-0.14.39
+DISTNAME=      syncthing-0.14.40
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 
diff -r 19b721e45ce2 -r dba25064dab1 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Thu Nov 23 10:36:05 2017 +0000
+++ b/net/syncthing/distinfo    Thu Nov 23 14:31:42 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2017/10/11 07:04:15 wiz Exp $
+$NetBSD: distinfo,v 1.52 2017/11/23 14:31:42 wiz Exp $
 
-SHA1 (syncthing-0.14.39.tar.gz) = afc031831deec0d729aa732c6e5593bb0d658486
-RMD160 (syncthing-0.14.39.tar.gz) = f5c9e4afb705e09c09b7e4583ddb04fd6bdac3eb
-SHA512 (syncthing-0.14.39.tar.gz) = 36b70fe3564135c36e04cee4cdc08379f5cdfabd1a36835646b516080bb1dcf5bd6723462dca82a768c789bbd3d6d5329f4b1a1ef3e6313576047a7c7757c47e
-Size (syncthing-0.14.39.tar.gz) = 8249047 bytes
+SHA1 (syncthing-0.14.40.tar.gz) = 299a9d9d6c972a9495e48c75b69452c43d63833f
+RMD160 (syncthing-0.14.40.tar.gz) = f13a45e119e8b5c97937f877bae3313339909f35
+SHA512 (syncthing-0.14.40.tar.gz) = 3e79b034d71d1c862d21433f897dc774d3e421628804ed9c8304d4ed0dccb90fa8ec738aef476bf074ba70d4c9947114c5b6a8326faa5d6b6e5dcc03dacabecb
+Size (syncthing-0.14.40.tar.gz) = 8300965 bytes



Home | Main Index | Thread Index | Old Index