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.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd43d500c1ab
branches:  trunk
changeset: 455953:fd43d500c1ab
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jul 15 10:31:24 2021 +0000

description:
syncthing: update to 1.18.0

Bugfixes:

    irreversible Local Additions after re-adding the same folder as Receive Only
    Scan due to watcher can not found local change while modify file to empty
    TypeError: Cannot read property ‘urAccepted’ of undefined
    Out-of-sync state of zero-byte files is not reflected on peers

Enhancements:

    Add rest endpoint(s) to dismiss pending folder/device invitations
    Accepting a receive encrypted folder share should prompt the user to input a password
    Database GC can block for a long time
    Ensure encryption to untrusted on new, trusted device on an existing folder
    Use defaults for missing fields on the config rest API
    Show discovery and listener status when not failed

diffstat:

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

diffs (30 lines):

diff -r 7c44aba828c7 -r fd43d500c1ab net/syncthing/Makefile
--- a/net/syncthing/Makefile    Thu Jul 15 10:15:58 2021 +0000
+++ b/net/syncthing/Makefile    Thu Jul 15 10:31:24 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.135 2021/07/13 11:36:30 bsiegert Exp $
+# $NetBSD: Makefile,v 1.136 2021/07/15 10:31:24 nia Exp $
 
 # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME=      syncthing-source-v1.15.1
+DISTNAME=      syncthing-source-v1.18.0
 PKGNAME=       ${DISTNAME:S,source-v,,}
-PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
diff -r 7c44aba828c7 -r fd43d500c1ab net/syncthing/distinfo
--- a/net/syncthing/distinfo    Thu Jul 15 10:15:58 2021 +0000
+++ b/net/syncthing/distinfo    Thu Jul 15 10:31:24 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.86 2021/04/13 08:20:19 triaxx Exp $
+$NetBSD: distinfo,v 1.87 2021/07/15 10:31:24 nia Exp $
 
-SHA1 (syncthing-source-v1.15.1.tar.gz) = 9b9ad82a066f9849729f04a93579112dd54f4d5c
-RMD160 (syncthing-source-v1.15.1.tar.gz) = 3cee01c1ce2d4767eda2781a59fbc6acf4c2e04b
-SHA512 (syncthing-source-v1.15.1.tar.gz) = 22c04ca93596dd6f1dc69d6815c699fc4558e58487dd911c3373dcd63c6a65bef0fa8168e835f82e40d9a9aea49fc59550f25c6e1b78c2b7b078757b86d1b0ac
-Size (syncthing-source-v1.15.1.tar.gz) = 12302597 bytes
+SHA1 (syncthing-source-v1.18.0.tar.gz) = ea0f460de4308ca83ec9bc00f015e3c840436ab0
+RMD160 (syncthing-source-v1.18.0.tar.gz) = 4e6a7c9237d4e9d49038199532590ab9e47b1514
+SHA512 (syncthing-source-v1.18.0.tar.gz) = 7abd057b79addb44167c6cf690f8e2dd42afb2331de4848d2bf6c398838e8684efeaa24e99401fc1c57dc69110c2d19cc8d8dd81dd9b19b27b8b8b50d8cc9b4f
+Size (syncthing-source-v1.18.0.tar.gz) = 12856546 bytes


Home | Main Index | Thread Index | Old Index