pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing Updated syncthing to 0.14.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72a011e3b205
branches:  trunk
changeset: 356307:72a011e3b205
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 29 19:27:02 2016 +0000

description:
Updated syncthing to 0.14.17.

This is a normally scheduled feature and bugfix release.

Resolved issues:

    #3689: Panics caused by corrupt on disk database are now better explained in the panic message.

    #3817: Statically configured device addresses without port number now correctly defaults to port 22000 again.

    #3829: Inotify clients no longer cause 'invalid subpath' errors to be displayed.

New and improved functionality:

    #215: Folders can now be paused.

    #2679: "Master" folders are now called "send only" in order to standardize on a terminology of sending and receiving changes.

    #3407: Pausing devices and folders now persists across restarts.

    #3527: A rolling checksum is used to identify and reuse blocks that have moved within a file.

    #3790: Syncthing allows setting the type-of-service field on outgoing packets, configured by the advanced setting "trafficClass".

    #3809: Which device introduced another device is now visible in the GUI.

diffstat:

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

diffs (34 lines):

diff -r 275b38cad082 -r 72a011e3b205 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Thu Dec 29 19:13:22 2016 +0000
+++ b/net/syncthing/Makefile    Thu Dec 29 19:27:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/12/21 22:45:56 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2016/12/29 19:27:02 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.16
+DISTNAME=      syncthing-0.14.17
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 
diff -r 275b38cad082 -r 72a011e3b205 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Thu Dec 29 19:13:22 2016 +0000
+++ b/net/syncthing/distinfo    Thu Dec 29 19:27:02 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2016/12/21 22:45:56 wiz Exp $
+$NetBSD: distinfo,v 1.33 2016/12/29 19:27:02 wiz Exp $
 
-SHA1 (syncthing-0.14.16.tar.gz) = caf021fe7914cfd5a99580dae93676a6b25216f1
-RMD160 (syncthing-0.14.16.tar.gz) = e4c6eba9a1c298b1b0da52a687682b1c8a2431f7
-SHA512 (syncthing-0.14.16.tar.gz) = d7688e66ea69fac1a5687512ef0645bb01c490883839bb0200cb85bb78acb58dd767563fbb8f392c7f5787f093286fee6650d44eaf809386d511b088ef4f44e1
-Size (syncthing-0.14.16.tar.gz) = 5951326 bytes
+SHA1 (syncthing-0.14.17.tar.gz) = a407a0834f3e4711bcced893ec4940dd582de398
+RMD160 (syncthing-0.14.17.tar.gz) = 595ce314776a0792cbf9961f01b41c94e3a500fc
+SHA512 (syncthing-0.14.17.tar.gz) = 0ff4ed7603ac5caaef6a25afe0cedfd9037f41fce040bc9fab93e39275f1232d3d3198fbe333a4b32b9fe3ef1d171f3f5fb916937250ac3bb58eab43a425a8fc
+Size (syncthing-0.14.17.tar.gz) = 6005221 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8



Home | Main Index | Thread Index | Old Index