From 802c038dd0b6f63a55de9b7d5ee651ecc0a7fff7 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 14 Dec 2020 16:49:44 +0000 Subject: Updated net/syncthing to 1.12.0 Bugfixes: #5360: Dangling symlink prevents filesystem watcher on FreeBSD #6664: Panic due to internal folder context used on exported methods #7063: panic: runtime error: invalid memory address or nil pointer dereference #7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder #7098: File deletions are not being synced in newly shared folders Enhancements: #6540: Config PATCH/PUT/DELETE API #7099: Add a html message to GUI when javascript is disabled #7108: Certificate for relaysrv with better naming --- net/syncthing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/syncthing/Makefile') diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 1653efc25d3..d6fd7fd471e 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.127 2020/11/19 12:20:54 nia Exp $ +# $NetBSD: Makefile,v 1.128 2020/12/14 16:49:44 abs Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. -DISTNAME= syncthing-source-v1.11.1 +DISTNAME= syncthing-source-v1.12.0 PKGNAME= ${DISTNAME:S,source-v,,} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} -- cgit v1.2.3