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:           Tue Jan 10 10:46:44 UTC 2017

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
Updated syncthing to 0.14.19.

This is a regularly scheduled bugfix and improvement release recommended for all users.

Resolved issues:

    #3846: Changing bandwidth rate limits now takes effect immediately without restart.
    #3859: The event log (-audit) can now be directed to stderr for piping into another program.
    #3584: A panic on folder listing at startup has been fixed.
    #3857: On Windows, we now make sure to never descend into directory symlinks.
    #3819: When a folder is deleted, the .stfolder marker is also removed. The ignore file and .stversions directory are retained, if present.
    #3839: Several scenarios where a device would get stuck with "not a directory" errors are now handled again.
    #3861: Third party copyrights in the about box are now more up to date.

Also:

Hashing performance has been improved again, after it was inadvertently reduced in v0.4.17.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.34 -r1.35 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.41 pkgsrc/net/syncthing/Makefile:1.42
--- pkgsrc/net/syncthing/Makefile:1.41  Tue Jan  3 03:33:44 2017
+++ pkgsrc/net/syncthing/Makefile       Tue Jan 10 10:46:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/01/03 03:33:44 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2017/01/10 10:46:44 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.18
+DISTNAME=      syncthing-0.14.19
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.34 pkgsrc/net/syncthing/distinfo:1.35
--- pkgsrc/net/syncthing/distinfo:1.34  Tue Jan  3 03:33:44 2017
+++ pkgsrc/net/syncthing/distinfo       Tue Jan 10 10:46:44 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2017/01/03 03:33:44 wiz Exp $
+$NetBSD: distinfo,v 1.35 2017/01/10 10:46:44 wiz Exp $
 
-SHA1 (syncthing-0.14.18.tar.gz) = 09ae4da2ba54298c34ae6163f29b8ec900de5f76
-RMD160 (syncthing-0.14.18.tar.gz) = c4b7ae36224fc695a369501e079b98dfb9b3b97e
-SHA512 (syncthing-0.14.18.tar.gz) = 107c7712c8d377ceb042280ae23b55af57dff4a357abad6310705c0689bae06cf2ec01cb2984bd92303938abef4f3c9767e555f4c93531f08e8020d0e60aa455
-Size (syncthing-0.14.18.tar.gz) = 6007483 bytes
+SHA1 (syncthing-0.14.19.tar.gz) = 700011f4c4f9f9d2c173701093e9417d07007e99
+RMD160 (syncthing-0.14.19.tar.gz) = d9a621709898b5e1c81a6783e3c62c0c2139483f
+SHA512 (syncthing-0.14.19.tar.gz) = d7a6a3ee9f0ca90f284b1a7e9b8c5b3a30d1bb49cc72fc2393cadcdb044530a4209ee77be3f6992039c6c4fcae0505b0c1571d7615f2ce6c586099ae1aa46803
+Size (syncthing-0.14.19.tar.gz) = 6759312 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8



Home | Main Index | Thread Index | Old Index