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:   abs
Date:           Tue Aug 16 09:06:56 UTC 2016

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
Updated net/syncthing to 0.14.4

Update syncthing to v0.14.4

This is a minor release recommended for all users. Several bugs have been fixed and enhancements added.

Enhancements:

    Timestamps are now compared with up to nanosecond precision and synced with up to microsecond precision, depending on the filesystem in use.
    Restart no longer needed to remove devices, unshare or reconfigure folders.

Resolved issues since v0.14.3:

    #1300: In sync percentage is weighted to folder size, not just average of folder completion.
    #3012: Files with invalid file names for Windows now show up in the list of failed items.
    #3297: Accessibility in the GUI is improved.
    #3305: High precision time stamps.
    #3457: Ignores and invalid file names are now handled correctly when delta indexes are being used.
    #3458: Files inside directories with names ending in space are now correctly handled on Windows.
    #3466: Connection switching (relay->direct) no longer causes a crash.
    #3468: Old index databases (v0.11-v0.12 and v0.13) are now properly cleaned away from disk.
    #3470: Syncthing no longer claims a connection was from an ignored device when the device is just unknown.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.20 -r1.21 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.24 pkgsrc/net/syncthing/Makefile:1.25
--- pkgsrc/net/syncthing/Makefile:1.24  Thu Aug  4 19:28:03 2016
+++ pkgsrc/net/syncthing/Makefile       Tue Aug 16 09:06:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/08/04 19:28:03 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2016/08/16 09:06:56 abs 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.3
+DISTNAME=      syncthing-0.14.4
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.20 pkgsrc/net/syncthing/distinfo:1.21
--- pkgsrc/net/syncthing/distinfo:1.20  Thu Aug  4 19:28:03 2016
+++ pkgsrc/net/syncthing/distinfo       Tue Aug 16 09:06:56 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2016/08/04 19:28:03 gdt Exp $
+$NetBSD: distinfo,v 1.21 2016/08/16 09:06:56 abs Exp $
 
-SHA1 (syncthing-0.14.3.tar.gz) = 2415491dc0b91c080276e6a26fe4936a377dd91e
-RMD160 (syncthing-0.14.3.tar.gz) = 696826bc06959e47d9af091acf521cc43ba33f93
-SHA512 (syncthing-0.14.3.tar.gz) = f9586013253ad031e1940e73f01f8ca398820e9ffeef0978fcd51079c535c04957c0be1314ecc635251ae06300c6b4141077ac5c3c8e7e9741d58e4545a7f3ba
-Size (syncthing-0.14.3.tar.gz) = 6380761 bytes
+SHA1 (syncthing-0.14.4.tar.gz) = 1c084555be6aba81e10655139700507f9b046592
+RMD160 (syncthing-0.14.4.tar.gz) = 73b25520be3ca821b222afe9437a68c71f60b05a
+SHA512 (syncthing-0.14.4.tar.gz) = 0540d1e58b67d13401ecff4988897d185b04ca44f360c68cc52a2be8e70661cd6b84d6eae2b8f56e5a0f590efd9a8462f477f0492e5903992102a6c66bd3534e
+Size (syncthing-0.14.4.tar.gz) = 6387191 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8



Home | Main Index | Thread Index | Old Index