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:   nia
Date:           Sun Aug  9 15:07:15 UTC 2020

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.79 -r1.80 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.113 pkgsrc/net/syncthing/Makefile:1.114
--- pkgsrc/net/syncthing/Makefile:1.113 Fri Jul 17 18:04:26 2020
+++ pkgsrc/net/syncthing/Makefile       Sun Aug  9 15:07:15 2020
@@ -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}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.79 pkgsrc/net/syncthing/distinfo:1.80
--- pkgsrc/net/syncthing/distinfo:1.79  Tue Jun  9 11:32:43 2020
+++ pkgsrc/net/syncthing/distinfo       Sun Aug  9 15:07:15 2020
@@ -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