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:           Thu Jul 15 10:31:24 UTC 2021

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.86 -r1.87 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.135 pkgsrc/net/syncthing/Makefile:1.136
--- pkgsrc/net/syncthing/Makefile:1.135 Tue Jul 13 11:36:30 2021
+++ pkgsrc/net/syncthing/Makefile       Thu Jul 15 10:31:24 2021
@@ -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}

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.86 pkgsrc/net/syncthing/distinfo:1.87
--- pkgsrc/net/syncthing/distinfo:1.86  Tue Apr 13 08:20:19 2021
+++ pkgsrc/net/syncthing/distinfo       Thu Jul 15 10:31:24 2021
@@ -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