diff options
author | wiz <wiz@pkgsrc.org> | 2018-09-30 19:12:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-09-30 19:12:15 +0000 |
commit | b115b56073a7af7f1d5a5dcd7109cf96da34ad97 (patch) | |
tree | 1bf5e3eca43a31183798c1d43c178cf633c205fc /net/syncthing | |
parent | 5314aae73a19329d5a0f86855f7ed28360eb035a (diff) | |
download | pkgsrc-b115b56073a7af7f1d5a5dcd7109cf96da34ad97.tar.gz |
syncthing: update to 0.14.50.
Bugfixes:
#5038: Repeating INFO: UPnP parse: unrecognized UPnP device of type upnp:rootdevice
#5063: panic: cannot start already running folder
#5073: lib/logger: tests fail due to compilation error with go 1.11
#5089: Invalid files shouldn't affect global state
#5144: Tests fail on Go 1.11 / Windows
#5149: Index updates lost
Other issues:
#3595: stdiscosrv: Doesn't build on Solaris
#5043: root on symlinked path causes panic when using "Watch for changes"
Also:
This release includes initial support for "receive only" folders.
See https://docs.syncthing.net/users/foldertypes.html#receive-only-folder.
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 251d558c058..18b87aec733 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2018/08/29 13:27:40 tnn Exp $ +# $NetBSD: Makefile,v 1.76 2018/09/30 19:12:15 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.49 +DISTNAME= syncthing-0.14.50 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 300e9978ae6..3e2faa2ecd3 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.61 2018/08/29 13:27:40 tnn Exp $ +$NetBSD: distinfo,v 1.62 2018/09/30 19:12:15 wiz Exp $ -SHA1 (syncthing-0.14.49.tar.gz) = d64904882847e54d138c93b832c090b2807618f9 -RMD160 (syncthing-0.14.49.tar.gz) = bd5d0dfb80a2577f2f506eedf3ec6727112b27da -SHA512 (syncthing-0.14.49.tar.gz) = 7a9974e0d45582c5f184165456ea8fcaca0f7ba07a01b9f8eb2de1e1f0410ca36dc978ddde9c725a2b9d08bae8286fc2ce67595a0e510cbfe22fde9cdd9fc694 -Size (syncthing-0.14.49.tar.gz) = 10952008 bytes +SHA1 (syncthing-0.14.50.tar.gz) = b6bd7d0ce2038c642422b89252a289676f61c1d0 +RMD160 (syncthing-0.14.50.tar.gz) = 50a01f351e1d26d279a5766c8f2a809f42bfc368 +SHA512 (syncthing-0.14.50.tar.gz) = 7ff14d36a62c7e75f979b915ef633693455e3b15b096dda95299b37bd0ab18cdeabe6e2e73469fc244f58cc9a74b4bcace4ca6e9684978a3dd2ca4e05cdfb72b +Size (syncthing-0.14.50.tar.gz) = 10715126 bytes SHA1 (patch-build.go) = 9fc31a4bcb251e299b671903f540839f45a9bf32 |