From 99731fa7761283dd77cff4a49ef27abb10baa700 Mon Sep 17 00:00:00 2001 From: triaxx Date: Sun, 16 Oct 2022 05:05:33 +0000 Subject: syncthing: Update to 1.22.0 upstream changes: ----------------- v1.22.0 Latest Bugfixes: #3868: gui: Auto select of device ID is broken on Internet Explorer #7068: "Restore Versions" GUI breaks when path exists as both directory and file #7965: Trash Can File Versioning always throws errors on restore (even when succeeded) #7988: Unexpected cleanup behavior for Simple File Versioning #8529: WebGUI is displayed incorrectly on "tablet sized" screens Enhancements: #2698: Sync extended file attributes on supported file systems #7603: WebUI tooltip inconsistencies #8506: macOS Monterey 12.5.1 aliases break after sync --- 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 54221d0e337..fcd3dde681b 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.161 2022/10/05 11:33:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.162 2022/10/16 05:05:33 triaxx Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. -DISTNAME= syncthing-source-v1.21.0 +DISTNAME= syncthing-source-v1.22.0 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} -- cgit v1.2.3