Source-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.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4128b4287902
branches:  trunk
changeset: 436780:4128b4287902
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 09 15:07:15 2020 +0000

description:
syncthing: Update to 1.7.1

This hotfix release fixes an issue with block validation.

Bugfixes:

    #6827: syncthing 1.6.1 -> 1.7.0 fails on "failed validating data"

v1.7.0

This release performs a database migration to optimize for clusters with
many devices.

Bugfixes:

    #6552: panic: Stop called more than once on ... created by nat.Service
    #6564: Closing an already removed connection causes GUI error message
    #6646: Misleading error message when to be deleted dir contains receive-only changes
    #6653: panic: nil pointer dereference in leveldb.(*DB).isClosed()
    #6654: panic: runtime error: index out of range in processNeeded()
    #6655: panic: nil pointer dereference in checkUpgrade()
    #6679: QUIC listener is not added when default TCP port is unavailable
    #6697: Malformed listen address causes hang on startup
    #6706: Changing a folder in web UI removes introduced-by info

Enhancements:

    #1830: "Folder path missing" when folder path is a junction
    #4703: Suggest setting up auth on initial startup
    #5910: Add Badger database backend for testing and consideration
    #6372: Reduce database size by optimizing version list storage

Other issues:

    #6608: Data race in Windows fs watcher tests
    #6625: TestRequestRemoteRenameChanged is racy/flaky

diffstat:

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

diffs (36 lines):

diff -r abd244677a13 -r 4128b4287902 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Sun Aug 09 15:06:09 2020 +0000
+++ b/net/syncthing/Makefile    Sun Aug 09 15:07:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2020/07/17 18:04:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.114 2020/08/09 15:07:15 nia Exp $
 
 # Upstream used to frequently break protocol compatibility, but since
 # 2018 or so this has been much better.  While users of pkgsrc
@@ -17,9 +17,8 @@
 #
 # Minor version updates may be committed without asking.  Major
 # updates not following the above policy will be reverted.
-DISTNAME=      syncthing-source-v1.6.1
+DISTNAME=      syncthing-source-v1.7.1
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r abd244677a13 -r 4128b4287902 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Sun Aug 09 15:06:09 2020 +0000
+++ b/net/syncthing/distinfo    Sun Aug 09 15:07:15 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.79 2020/06/09 11:32:43 nia Exp $
+$NetBSD: distinfo,v 1.80 2020/08/09 15:07:15 nia Exp $
 
-SHA1 (syncthing-source-v1.6.1.tar.gz) = e4f390a0f944fb3cd145a4ab13596ed01062a7b1
-RMD160 (syncthing-source-v1.6.1.tar.gz) = 482c2549cc32d2af6b0b2e89563a4089a7df7692
-SHA512 (syncthing-source-v1.6.1.tar.gz) = 9f5c064bb081332d9ebd78e36f149929af652f0c0c78ffa4fc042ec2c07f1c5da5bf19a96b9d066780b4e085fde1250abace0d1f9eebf987f23d5d4298dfd009
-Size (syncthing-source-v1.6.1.tar.gz) = 10825929 bytes
+SHA1 (syncthing-source-v1.7.1.tar.gz) = e1124a60390c61d7dfc2a9a9c43b93ccd08d1799
+RMD160 (syncthing-source-v1.7.1.tar.gz) = bfeffa2605cb38763ffbf06ec83c6cf8f3c51d94
+SHA512 (syncthing-source-v1.7.1.tar.gz) = 4500972c4dfc8f2e584dd03c43dc7537287a2ced1f8676909d225d133243296157cfd51d3e7749ca64391a0649db7dc980523af584fd9bcfff6c3a932225336c
+Size (syncthing-source-v1.7.1.tar.gz) = 11594346 bytes
 SHA1 (patch-vendor_golang.org_x_sys_cpu_cpu__arm64.go) = 86e6ff8b88c40c533da01631028341b7c59102cc



Home | Main Index | Thread Index | Old Index