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.47.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ed36b130a4a
branches:  trunk
changeset: 307452:9ed36b130a4a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 06 19:12:15 2018 +0000
description:
syncthing: update to 0.14.47.

Attention: Syncthing now advertises continuous watching support in
the GUI.  If you enable this on NetBSD, you'll run out of file
descriptors and syncthing won't work. At least that's what happened
to me... so take care.


Bugfixes:

    #4815: Local host header check is too restrictive
    #4833: Unclear error message about failed watcher when running out of inotify watches
    #4870: Don't show a warning when a file from a paused folder is requested
    #4875: Zeroed local/global "state" (local files untouched) and remote file deletion with root Windows symlink

Enhancements:

    #4516: Bandwidth throttling per remote device
    #4552: Add UI for filesystem watcher
    #4823: Don't show ignored files in the "global changes" list
    #4828: Global change log should indicate folder

Other issues:

    #4749: Make all tests Go 1.10 caching compatible
    #4868: Docker Documentation

diffstat:

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

diffs (33 lines):

diff -r a1cbc8843ceb -r 9ed36b130a4a net/syncthing/Makefile
--- a/net/syncthing/Makefile    Sun May 06 18:56:53 2018 +0000
+++ b/net/syncthing/Makefile    Sun May 06 19:12:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2018/04/16 21:30:07 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2018/05/06 19:12:15 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.46
+DISTNAME=      syncthing-0.14.47
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 
diff -r a1cbc8843ceb -r 9ed36b130a4a net/syncthing/distinfo
--- a/net/syncthing/distinfo    Sun May 06 18:56:53 2018 +0000
+++ b/net/syncthing/distinfo    Sun May 06 19:12:15 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2018/04/16 21:30:07 wiz Exp $
+$NetBSD: distinfo,v 1.58 2018/05/06 19:12:15 wiz Exp $
 
-SHA1 (syncthing-0.14.46.tar.gz) = 94be46989fb1a3e077679ba1c4c0b8c9fe4317f4
-RMD160 (syncthing-0.14.46.tar.gz) = 2ad27a872451cb205ba28a39ca5ead8915dbaf36
-SHA512 (syncthing-0.14.46.tar.gz) = ebf8491d1ac1dda90df35b8a9dafb808a9171d4a8083f0f24ac1c9b3aa8d2baac6cef61c5cd897a88c3fb93b114d79a31a341168859f091ed2cdef529321178c
-Size (syncthing-0.14.46.tar.gz) = 10200015 bytes
+SHA1 (syncthing-0.14.47.tar.gz) = 24d3efe357170efdc42b84d3401641d38f00f0b5
+RMD160 (syncthing-0.14.47.tar.gz) = 3574dc4b94e31c4572e17981fbb70471b2f54f55
+SHA512 (syncthing-0.14.47.tar.gz) = 16718528fd4c618ea0e0eab1971405870d72ac60d391c27a06313a6ce9b9d023301eac052cfc00aab51e2b1f7c65800becfb822c5bca2d467fcb267b77ba55a9
+Size (syncthing-0.14.47.tar.gz) = 10278343 bytes



Home | Main Index | Thread Index | Old Index