Received: by mail.netbsd.org (Postfix, from userid 605) id 5CCC484E59; Wed, 6 Jul 2022 11:21:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 95B8684D28 for ; Wed, 6 Jul 2022 11:21:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rlap6OiPqzq3 for ; Wed, 6 Jul 2022 11:21:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08B1A84CDC for ; Wed, 6 Jul 2022 11:21:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 057DEFB1A; Wed, 6 Jul 2022 11:21:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657106511245580" MIME-Version: 1.0 Date: Wed, 6 Jul 2022 11:21:51 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/net/syncthing To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20220706112151.057DEFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657106511245580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Wed Jul 6 11:21:50 UTC 2022 Modified Files: pkgsrc/net/syncthing: Makefile distinfo Log Message: syncthing: Update to 1.20.3 upstream changes: ----------------- v1.20.3 Bugfixes: #8369: Shared device names are missing from "Edit Folder -> Sharing" #8376: Chrome Autofill Breaks Authentication #8386: Ignore patterns with wildcard and non-ASCII characters don't work as expected Enhancements: #8393: Warn if two devices are introducers to each other v1.20.2 Bugfixes: #7289: TCP port 0 is announced in the LAN beacon #8314: https://relays.syncthing.net/endpoint contains non-valid URLs with spaces #8355: Upgrading from v1.19.2 to v1.20.x now requires chmod for syncing files Enhancements: #8264: Include default ignore patterns in the GUI's advanced configuration editor #8310: Indicate folders / devices where the remote end is paused. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 pkgsrc/net/syncthing/Makefile cvs rdiff -u -r1.94 -r1.95 pkgsrc/net/syncthing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657106511245580 Content-Disposition: inline Content-Length: 1758 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.152 pkgsrc/net/syncthing/Makefile:1.153 --- pkgsrc/net/syncthing/Makefile:1.152 Thu Jun 2 18:52:02 2022 +++ pkgsrc/net/syncthing/Makefile Wed Jul 6 11:21:50 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.152 2022/06/02 18:52:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.153 2022/07/06 11:21:50 triaxx Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. -DISTNAME= syncthing-source-v1.20.1 +DISTNAME= syncthing-source-v1.20.3 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 1 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.94 pkgsrc/net/syncthing/distinfo:1.95 --- pkgsrc/net/syncthing/distinfo:1.94 Wed May 18 20:45:36 2022 +++ pkgsrc/net/syncthing/distinfo Wed Jul 6 11:21:50 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.94 2022/05/18 20:45:36 triaxx Exp $ +$NetBSD: distinfo,v 1.95 2022/07/06 11:21:50 triaxx Exp $ -BLAKE2s (syncthing-source-v1.20.1.tar.gz) = 5fc7dce952ff7a9914d46c7aaa167632d8e7c5a697258fadf352b0ad325f7e0c -SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c -Size (syncthing-source-v1.20.1.tar.gz) = 13184830 bytes +BLAKE2s (syncthing-source-v1.20.3.tar.gz) = a86b6137c333e25edec43668db0d7129f1668dcf1cd58c952d8c1fead61e48de +SHA512 (syncthing-source-v1.20.3.tar.gz) = 153420546ee35ed504e56d23167d803c28c2d3ba97f3f8d4a361489f1fc293e802998a8762fcf9f6986d2aebd9b7c04335f0fb8aa476cfeed41255d6bd7cd857 +Size (syncthing-source-v1.20.3.tar.gz) = 13454640 bytes --_----------=_1657106511245580--