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.
This commit is contained in:
parent
1d06f74438
commit
591209fa6f
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue