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:           Mon Apr 16 21:30:07 UTC 2018

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
syncthing: update to 0.14.46.

Bugfixes:

    #2571: Replacing a directory with a symlink or vice versa is buggy
    #4573: Inaccessible files during scan are marked as deleted
    #4616: Send only folder out of sync due to ignored items
    #4627: A file deleted from all nodes may exist in the "out of sync" list
    #4745: Relay server doesn’t make outgoing HTTPS requests from its bind address
    #4759: List of out of sync items from remote device is not displayed
    #4762: Fails to create folder root directory on Windows
    #4764: Env var for db metadata in help text differs from code
    #4778: Doesn't connect when multiple remote devices are using the same relay
    #4799: Scan on absolute path creates incorrect absolute duplicate file infos
    #4806: Panic in FS watcher in FreeBSD 8.3


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.56 -r1.57 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.66 pkgsrc/net/syncthing/Makefile:1.67
--- pkgsrc/net/syncthing/Makefile:1.66  Sun Mar 11 14:42:52 2018
+++ pkgsrc/net/syncthing/Makefile       Mon Apr 16 21:30:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2018/03/11 14:42:52 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2018/04/16 21:30:07 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.45
+DISTNAME=      syncthing-0.14.46
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.56 pkgsrc/net/syncthing/distinfo:1.57
--- pkgsrc/net/syncthing/distinfo:1.56  Sun Mar 11 14:42:52 2018
+++ pkgsrc/net/syncthing/distinfo       Mon Apr 16 21:30:07 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2018/03/11 14:42:52 wiz Exp $
+$NetBSD: distinfo,v 1.57 2018/04/16 21:30:07 wiz Exp $
 
-SHA1 (syncthing-0.14.45.tar.gz) = 4e54b4a51b8bff5692ebcbc3efedc0ae1b9147a8
-RMD160 (syncthing-0.14.45.tar.gz) = ed814a23d41c6667dac937695898222b7dd3b51d
-SHA512 (syncthing-0.14.45.tar.gz) = 7fa192836f19a3d3539f2d5f11dd38a86bab0b9bdde4af5e7c9fd361fd1ef3bc106383d7b35f60dd9b9e0ab34c27dde1b5e59f64a0853a8d8f9d0e72e59c262f
-Size (syncthing-0.14.45.tar.gz) = 10194252 bytes
+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



Home | Main Index | Thread Index | Old Index