Wed Jul 6 11:21:50 2022 UTC ()
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.


(triaxx)
diff -r1.152 -r1.153 pkgsrc/net/syncthing/Makefile
diff -r1.94 -r1.95 pkgsrc/net/syncthing/distinfo

cvs diff -r1.152 -r1.153 pkgsrc/net/syncthing/Makefile (expand / switch to unified diff)

--- pkgsrc/net/syncthing/Makefile 2022/06/02 18:52:02 1.152
+++ pkgsrc/net/syncthing/Makefile 2022/07/06 11:21:50 1.153
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.152 2022/06/02 18:52:02 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.153 2022/07/06 11:21:50 triaxx Exp $
2 2
3# Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. 3# Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
4DISTNAME= syncthing-source-v1.20.1 4DISTNAME= syncthing-source-v1.20.3
5PKGNAME= ${DISTNAME:S,source-v,,} 5PKGNAME= ${DISTNAME:S,source-v,,}
6PKGREVISION= 1 
7CATEGORIES= net 6CATEGORIES= net
8MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
9GITHUB_RELEASE= v${PKGVERSION_NOREV} 8GITHUB_RELEASE= v${PKGVERSION_NOREV}
10 9
11COMMENT= Keeps directories in sync across hosts 10COMMENT= Keeps directories in sync across hosts
12HOMEPAGE= https://syncthing.net/ 11HOMEPAGE= https://syncthing.net/
13MAINTAINER= gdt@NetBSD.org 12MAINTAINER= gdt@NetBSD.org
14LICENSE= mpl-2.0 13LICENSE= mpl-2.0
15 14
16# The 'zillode' dependency calls the compiler on certain archs. 15# The 'zillode' dependency calls the compiler on certain archs.
17USE_LANGUAGES= c 16USE_LANGUAGES= c
18NO_CONFIGURE= yes 17NO_CONFIGURE= yes
19GO_SRCPATH= github.com/syncthing/syncthing 18GO_SRCPATH= github.com/syncthing/syncthing

cvs diff -r1.94 -r1.95 pkgsrc/net/syncthing/distinfo (expand / switch to unified diff)

--- pkgsrc/net/syncthing/distinfo 2022/05/18 20:45:36 1.94
+++ pkgsrc/net/syncthing/distinfo 2022/07/06 11:21:50 1.95
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.94 2022/05/18 20:45:36 triaxx Exp $ 1$NetBSD: distinfo,v 1.95 2022/07/06 11:21:50 triaxx Exp $
2 2
3BLAKE2s (syncthing-source-v1.20.1.tar.gz) = 5fc7dce952ff7a9914d46c7aaa167632d8e7c5a697258fadf352b0ad325f7e0c 3BLAKE2s (syncthing-source-v1.20.3.tar.gz) = a86b6137c333e25edec43668db0d7129f1668dcf1cd58c952d8c1fead61e48de
4SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c 4SHA512 (syncthing-source-v1.20.3.tar.gz) = 153420546ee35ed504e56d23167d803c28c2d3ba97f3f8d4a361489f1fc293e802998a8762fcf9f6986d2aebd9b7c04335f0fb8aa476cfeed41255d6bd7cd857
5Size (syncthing-source-v1.20.1.tar.gz) = 13184830 bytes 5Size (syncthing-source-v1.20.3.tar.gz) = 13454640 bytes