From 42f266aceace98b8b6a5121dadaaefd89ad4b2c5 Mon Sep 17 00:00:00 2001 From: triaxx Date: Wed, 6 Jul 2022 11:21:50 +0000 Subject: 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. --- net/syncthing/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/syncthing/Makefile') diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 307985da6d6..3fd9c621a68 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -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} -- cgit v1.2.3