diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-01 10:28:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-01 10:28:05 +0000 |
commit | 6c83d88d0c72cc5ad33f324234b75b9c4971630f (patch) | |
tree | f377880f1f90089e15930352950419e9a6a4addc /net/syncthing | |
parent | 7989f9b987ccb20b369b96bf47c0a4da6605533a (diff) | |
download | pkgsrc-6c83d88d0c72cc5ad33f324234b75b9c4971630f.tar.gz |
syncthing: update to 0.14.42.
Bugfixes:
#4353: Symlinks as folder root broken on Windows
#4475: Discovering new files in a deleted directory does not resurrect the directory
#4561: "Panic: interface conversion: *errors.errorString is not net.Error" after restart
Enhancements:
#2299: Auto-accept shared folders from trusted devices
#4406: Empty directories in .stversions should be removed
#4476: Human readable errors on attempted deletion of non-empty directory
#4542: Support OneDrive folders on recent Windows 10
#4543: Add confirmation on Remove Folder / Device button
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 b5449b305d4..dad64c1c8e8 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2017/11/23 14:31:42 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2018/01/01 10:28:05 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.40 +DISTNAME= syncthing-0.14.42 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 97b09785b51..7836216e418 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2017/11/23 14:31:42 wiz Exp $ +$NetBSD: distinfo,v 1.53 2018/01/01 10:28:05 wiz Exp $ -SHA1 (syncthing-0.14.40.tar.gz) = 299a9d9d6c972a9495e48c75b69452c43d63833f -RMD160 (syncthing-0.14.40.tar.gz) = f13a45e119e8b5c97937f877bae3313339909f35 -SHA512 (syncthing-0.14.40.tar.gz) = 3e79b034d71d1c862d21433f897dc774d3e421628804ed9c8304d4ed0dccb90fa8ec738aef476bf074ba70d4c9947114c5b6a8326faa5d6b6e5dcc03dacabecb -Size (syncthing-0.14.40.tar.gz) = 8300965 bytes +SHA1 (syncthing-0.14.42.tar.gz) = 49eb036cda91ab16180273202d5236577e773355 +RMD160 (syncthing-0.14.42.tar.gz) = 96a5691d5b95213858701ea6058c75ab67340fac +SHA512 (syncthing-0.14.42.tar.gz) = 0704ded365e0d0c3da5264d55dcb4a0a5b2c1439d1c1c784afc5b2448d1022b14b3cfb38eae54d5a9f4a7e9a330e4e0123e6ae8fe39a2fe3df07342c5a074703 +Size (syncthing-0.14.42.tar.gz) = 8312701 bytes |