From 6f405d04a1660e7248c490c5b211eeb9614b5367 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 19 Oct 2020 17:56:44 +0000 Subject: syncthing: Update to 1.10.0 This release adds the config option announceLANAddresses to enable (the default) or disable announcing private (RFC1918) LAN IP addresses to global discovery. It also fixes various bugs, and we can delete a patch that's no longer needed. --- net/syncthing/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net/syncthing/Makefile') diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 3c01c1fafda..4f06651738e 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2020/10/15 13:08:27 bsiegert Exp $ +# $NetBSD: Makefile,v 1.120 2020/10/19 17:56:44 nia Exp $ # Upstream used to frequently break protocol compatibility, but since # 2018 or so this has been much better. While users of pkgsrc @@ -17,10 +17,8 @@ # # Minor version updates may be committed without asking. Major # updates not following the above policy will be reverted. -DISTNAME= syncthing-source-v1.8.0 +DISTNAME= syncthing-source-v1.10.0 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 1 -#PKGREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} -- cgit v1.2.3