From 230c92642a9a7e65c55cb43b370fcc9f746c7902 Mon Sep 17 00:00:00 2001 From: triaxx Date: Tue, 4 Jun 2019 14:03:57 +0000 Subject: syncthing: update to 1.1.4 upstream changes: ----------------- Bugfixes #4613: Progress emitter doesn't start from config change if disabled at startup #5338: Version restore not possible with custom versioning path set #5421: WebGui: Locally Changed Items vanish when clicking 10|25|50 #5578: Filesystem watcher error when watching disk root directory on Windows #5641: Syncthing gets stuck in a high CPU "Failed Files" state - Possibly a symlink issue? #5649: Checking block content on unexpected request results doesn't work for the last block #5654: Incorrect file info passed as argument to delete existing dir/symlink #5704: Failure to fsync() files should not be fatal Enhancements #1634: Use copy instead of rename for version folder on other file systems #4531: GUI folder/device status rows should handle longer values nicer #4586: Versioner file tagging is inconsistent #4631: In-GUI restoration should be possible from trashcan versioner #5419: File versioning across drives #5659: Old sync errors should not linger while retrying Other issues #5505: Leaking goroutines through model and leveldb #5706: Spurious test failures on Windows --- net/syncthing/Makefile | 5 ++--- net/syncthing/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'net/syncthing') diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index c4c7b1774b5..9b29a748687 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2019/05/27 15:18:28 bsiegert Exp $ +# $NetBSD: Makefile,v 1.91 2019/06/04 14:03:57 triaxx Exp $ # Upstream used to frequently break protocol compatibility. While # users of pkgsrc syncthing on multiple systems can update @@ -14,9 +14,8 @@ # 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-source-v1.1.3 +DISTNAME= syncthing-source-v1.1.4 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index b4018fd791e..b6cf691beb9 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.68 2019/05/24 19:25:55 nia Exp $ +$NetBSD: distinfo,v 1.69 2019/06/04 14:03:57 triaxx Exp $ -SHA1 (syncthing-source-v1.1.3.tar.gz) = c9371dd0d38f062b24d7bd06775ce4af8f2ba724 -RMD160 (syncthing-source-v1.1.3.tar.gz) = 1c12ddc111d92ca4d66355bf1b6c6fef53bdc2cb -SHA512 (syncthing-source-v1.1.3.tar.gz) = f439635a26547fb92ef8de341e41a3a9c7e603c3c25df91b765a5d9ac614f647c19a8be2c789de1bd8334efeee29510805d1b3adc1113da04df2b76d0842fce5 -Size (syncthing-source-v1.1.3.tar.gz) = 9347670 bytes +SHA1 (syncthing-source-v1.1.4.tar.gz) = 0432e7f0233bc461d2f2fd52370cb2f4ae28eda5 +RMD160 (syncthing-source-v1.1.4.tar.gz) = 2b6dd6189ef4341f6d08abdcb5ddde07bf043a34 +SHA512 (syncthing-source-v1.1.4.tar.gz) = 846c592622a06363a73e3b1d62480f3b303448367758ec1857369689615441ffc4afb00114e7b1398105fd09e82612a892b4cd7b369c3b79d573252ed1be8cc9 +Size (syncthing-source-v1.1.4.tar.gz) = 9364374 bytes -- cgit v1.2.3