pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 23 14:31:42 UTC 2017

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/syncthing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.60 pkgsrc/net/syncthing/Makefile:1.61
--- pkgsrc/net/syncthing/Makefile:1.60  Wed Oct 11 07:04:15 2017
+++ pkgsrc/net/syncthing/Makefile       Thu Nov 23 14:31:42 2017
@@ -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/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.51 pkgsrc/net/syncthing/distinfo:1.52
--- pkgsrc/net/syncthing/distinfo:1.51  Wed Oct 11 07:04:15 2017
+++ pkgsrc/net/syncthing/distinfo       Thu Nov 23 14:31:42 2017
@@ -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