diff options
author | abs <abs@pkgsrc.org> | 2016-10-27 07:42:40 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2016-10-27 07:42:40 +0000 |
commit | a808a8720e187ba38183b0c64d5341aaa91e7d40 (patch) | |
tree | 869bdf4988e906f4b2bf0265fe65e70875b23f45 /net | |
parent | 9d5d7aa602d485bc70efa18a6d22570fae227501 (diff) | |
download | pkgsrc-a808a8720e187ba38183b0c64d5341aaa91e7d40.tar.gz |
Updated net/syncthing to 0.14.9
v0.14.9
Resolved issues:
#3651: Documentation PDFs are fixed.
#3638: German localisation is improved. (As are a couple of others as I forgot to update them the last release.)
#3619: Browser error on first startup doesn't happen as easily anymore.
#3664: Syncthing compiles in Go versions older than 1.7 again.
#3577: Adding folder using Long UNC path no longer causes stack overflow (but don't do that, it's not necessary).
v0.14.8
This is a minor release recommended for all users.
The main change here is to handle issues with the new SHA256 implementation introduced in 0.14.7. When using the monitor process (which is the default) crashes will be detected and the new hashing package disabled. A manual selection can also be forced by setting the environment variable STHASHING to either minio (the new package) or standard (the default Go package).
Resolved issues:
#3613: The monitor process now detects crashes due to the new hashing package and disables it on subsequent launch.
#3614: The two hash packages are benchmarked on startup and the fastest on is selected.
#3588: Folders are now correctly shown as out of sync when they miss only deleted files.
#3578: UPnP handling is corrected in the case where more than one router is detected.
#3639: Patterns with terminal slash (e.g., "dir/") now correctly ignore directory contents.
Diffstat (limited to 'net')
-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 1744d2fe014..1921405fbfd 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/10/03 08:27:42 abs Exp $ +# $NetBSD: Makefile,v 1.30 2016/10/27 07:42:40 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.7 +DISTNAME= syncthing-0.14.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 5f44a0d33de..4612414e500 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2016/10/03 08:27:42 abs Exp $ +$NetBSD: distinfo,v 1.25 2016/10/27 07:42:40 abs Exp $ -SHA1 (syncthing-0.14.7.tar.gz) = 1a7b39ad3b7d084c1a60791c4c8b9eb37c7c5460 -RMD160 (syncthing-0.14.7.tar.gz) = daeedf98dac0507892a71d0f1c82c0025e2e3365 -SHA512 (syncthing-0.14.7.tar.gz) = 883c8c7b060b7f216bcaf54393614f56f730772ccda91dc1c08545e26b439dca8532fcda1bd406ba07f32aad747af14174cd8d72be3349f5030d985ac90af0e3 -Size (syncthing-0.14.7.tar.gz) = 6434379 bytes +SHA1 (syncthing-0.14.9.tar.gz) = 363c10d634349d2329fff01980e0e0d2263214fa +RMD160 (syncthing-0.14.9.tar.gz) = f60d702ba8e6e50031442456049c9d29e9aaac56 +SHA512 (syncthing-0.14.9.tar.gz) = 19d4e6ab9ad76c16e4406914b125626c9bec1d76b1ce28e776e357dd78cee1e0a4117346927376ab8292a0c6ba4843bc32c04abdf25bae9e6010343306873079 +Size (syncthing-0.14.9.tar.gz) = 6431103 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 |