From 04e183b596e4be0db5bb9a16c3ac1434d7a256c9 Mon Sep 17 00:00:00 2001 From: triaxx Date: Sun, 18 Sep 2022 21:37:21 +0000 Subject: syncthing: Update to 1.21.0 upstream changes: ----------------- o v1.21.0 Bugfixes: #8219: REST API: db/completion no output when one folder is paused #8479: Panic in failure reporting Enhancements: #1329: Add support for syncing ownership of files #7981: Show likely status of disconnected devices #8296: Auto-accepted receive-encrypted folders should have more sensible defaults #8323: Show internally used paths in the GUI for debugging #8448: Remove "restart on wakeup" functionality --- net/syncthing/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net/syncthing/Makefile') diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index b6304ac9846..664a0a5ae02 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.158 2022/09/17 11:54:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.159 2022/09/18 21:37:21 triaxx Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. -DISTNAME= syncthing-source-v1.20.4 +DISTNAME= syncthing-source-v1.21.0 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} @@ -65,9 +64,6 @@ FILES_SUBST+= SYNCTHING_GROUP=${SYNCTHING_GROUP} RCD_SCRIPTS+= syncthing -post-extract: - ${RM} -rf ${WRKSRC}/vendor - do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO} run build.go -no-upgrade build syncthing -- cgit v1.2.3