pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: update to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edfc5237d5f4
branches:  trunk
changeset: 336430:edfc5237d5f4
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sun Jul 14 20:48:39 2019 +0000

description:
syncthing: update to 1.2.0

syncthingandroid is ready on https://f-droid.org/

upstream changes:
-----------------
Important notes

    This release does not interoperate with Syncthing 0.14.45 or older.

    This release adds QUIC with NAT traversal as a new transport protocol. TCP
    is usually more performant and remains the preferred way of connection when
    possible.

    This release adds automatic crash reporting. See
    https://docs.syncthing.net/users/crashrep.html for details.

    This release makes large / variable block size the only available mode of
    operation; small / fixed blocks are deprecated. See
    https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details.

    This release reverts the version naming change in #4586 (v1.1.4). Versions
    are now named with the time of their archiving, and the file modification
    time is unchanged when archiving. An exception to this is the "Trashcan"
    versioner which does not modify the name - instead it does set the file
    modification time the time of archiving.

Bugfixes

    #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
    #5609: Filesystem watching failed when parent folder is not listable
    #5652: Connection error after closing failed items list and opening another list
    #5765: Verioner cleanup looks at the wrong time
    #5766: Support bundle doesn't include errors list, instead printing an error
    #5770: Scan failure blocks "Rescan" button
    #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
    #5780: Panic when folder disappears while scanning
    #5781: Shutdown takes too long, triggering fmut deadlock panic
    #5791: Puller complains about invalid filenames which are long gone

Enhancements

    #959: Automatic error log sending to dev. team
    #3345: Show last connection error per discovered address
    #5377: Use of QUIC for transport
    #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
    #5697: Handle fatal watch errors gracefully
    #5774: WebUI table column widths broken on narrow displays

Other issues

    #5760: Dead link in README.md
    #5796: TestPullInvalidIgnoredSR/SO is flaky

diffstat:

 net/syncthing/Makefile |   4 ++--
 net/syncthing/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 6cbb69ba2231 -r edfc5237d5f4 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Sun Jul 14 20:19:07 2019 +0000
+++ b/net/syncthing/Makefile    Sun Jul 14 20:48:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2019/06/04 14:03:57 triaxx Exp $
+# $NetBSD: Makefile,v 1.92 2019/07/14 20:48:39 triaxx Exp $
 
 # Upstream used to frequently break protocol compatibility.  While
 # users of pkgsrc syncthing on multiple systems can update
@@ -14,7 +14,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-source-v1.1.4
+DISTNAME=      syncthing-source-v1.2.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
diff -r 6cbb69ba2231 -r edfc5237d5f4 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Sun Jul 14 20:19:07 2019 +0000
+++ b/net/syncthing/distinfo    Sun Jul 14 20:48:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2019/06/04 14:03:57 triaxx Exp $
+$NetBSD: distinfo,v 1.70 2019/07/14 20:48:39 triaxx Exp $
 
-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
+SHA1 (syncthing-source-v1.2.0.tar.gz) = dc26b834c4ca1d6176ec98964ac7a8411d522f3f
+RMD160 (syncthing-source-v1.2.0.tar.gz) = ba62576bb14556ef892c5355da59d24a1b80d19b
+SHA512 (syncthing-source-v1.2.0.tar.gz) = bbaaf99f6295686a36b11cf35f36bb0d08b10d4ecdc0282274cd0a16715d1acd2cd3f90b79d17d932b779d7a8aac7d562385497f4ed7cadad90d31dad3ccb2e0
+Size (syncthing-source-v1.2.0.tar.gz) = 10167610 bytes



Home | Main Index | Thread Index | Old Index