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 24 09:54:45 UTC 2017

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
Updated syncthing to 0.14.20.

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

Resolved issues:

    #3197: There is now a warning when adding a folder that is a parent of an existing folder.
    #3912: Using -logfile flag together with -no-restart now causes an error instead of silently failing.
    #3891: Weak hashing is now disabled completely when the threshold percentage is > 100.
    #3921: Rate limiting now actually works on ARM64 builds again.
    #3924: An issue where UPnP port allocations would be incorrect under some circumstances has been fixed.

Also:

    Weak hashing is a bit faster and allocates less memory.
    The hashing performance reported at startup now includes weak hashing.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.35 -r1.36 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.42 pkgsrc/net/syncthing/Makefile:1.43
--- pkgsrc/net/syncthing/Makefile:1.42  Tue Jan 10 10:46:44 2017
+++ pkgsrc/net/syncthing/Makefile       Tue Jan 24 09:54:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/01/10 10:46:44 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/01/24 09:54:45 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.19
+DISTNAME=      syncthing-0.14.20
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.35 pkgsrc/net/syncthing/distinfo:1.36
--- pkgsrc/net/syncthing/distinfo:1.35  Tue Jan 10 10:46:44 2017
+++ pkgsrc/net/syncthing/distinfo       Tue Jan 24 09:54:45 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2017/01/10 10:46:44 wiz Exp $
+$NetBSD: distinfo,v 1.36 2017/01/24 09:54:45 wiz Exp $
 
-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 (syncthing-0.14.20.tar.gz) = d5e205dabcb7b00424dba6fbaf741ed108dcb084
+RMD160 (syncthing-0.14.20.tar.gz) = de6abb41411081164b95d0f54074ac7ef0a237e1
+SHA512 (syncthing-0.14.20.tar.gz) = 69f9717a7a79a1f6e4f7a2c0c8bc04d8b4b592cc1195d16b61be5f56c4083591dde90ef1196d30a441697e53b24546af57d45013c6dac024241cff7a39325330
+Size (syncthing-0.14.20.tar.gz) = 6771868 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8



Home | Main Index | Thread Index | Old Index