pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Jun  4 14:03:57 UTC 2019

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/syncthing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.90 pkgsrc/net/syncthing/Makefile:1.91
--- pkgsrc/net/syncthing/Makefile:1.90  Mon May 27 15:18:28 2019
+++ pkgsrc/net/syncthing/Makefile       Tue Jun  4 14:03:57 2019
@@ -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}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.68 pkgsrc/net/syncthing/distinfo:1.69
--- pkgsrc/net/syncthing/distinfo:1.68  Fri May 24 19:25:55 2019
+++ pkgsrc/net/syncthing/distinfo       Tue Jun  4 14:03:57 2019
@@ -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



Home | Main Index | Thread Index | Old Index