Received: by mail.netbsd.org (Postfix, from userid 605) id F13E484E7A; Thu, 15 Jul 2021 10:31:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 373FE84E75 for ; Thu, 15 Jul 2021 10:31:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1jswum3gNsMj for ; Thu, 15 Jul 2021 10:31:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9DAC684CED for ; Thu, 15 Jul 2021 10:31:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91860FA95; Thu, 15 Jul 2021 10:31:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626345084136170" MIME-Version: 1.0 Date: Thu, 15 Jul 2021 10:31:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/syncthing To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210715103124.91860FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626345084136170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1626345084136170 Content-Disposition: inline Content-Length: 1868 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1626345084136170--