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:           Sun May  6 19:12:15 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.57 -r1.58 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.67 pkgsrc/net/syncthing/Makefile:1.68
--- pkgsrc/net/syncthing/Makefile:1.67  Mon Apr 16 21:30:07 2018
+++ pkgsrc/net/syncthing/Makefile       Sun May  6 19:12:15 2018
@@ -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/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.57 pkgsrc/net/syncthing/distinfo:1.58
--- pkgsrc/net/syncthing/distinfo:1.57  Mon Apr 16 21:30:07 2018
+++ pkgsrc/net/syncthing/distinfo       Sun May  6 19:12:15 2018
@@ -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