diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-24 09:54:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-24 09:54:45 +0000 |
commit | 6b49c6f3119c1a1e64ad16b5fa9a322c295826f0 (patch) | |
tree | 94abb73b15bbf2b94e62844d1e9a28edbec20125 /net/syncthing | |
parent | f704b47e750f41024833da1a4e1461c8b6b93101 (diff) | |
download | pkgsrc-6b49c6f3119c1a1e64ad16b5fa9a322c295826f0.tar.gz |
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.
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 9ce4d25933a..62371edce4d 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -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/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 5b92769a3ec..2f37860b27b 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -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 |