Wed Jan 10 15:43:10 2018 UTC ()
syncthing: update to 0.14.43.

Bugfixes:

    #1845: Files on deduplicated NTFS volumes are ignored by scanner
    #4590: Path completion in new folder dialog does not work anymore
    #4593: Fd leak when temp file cannot be truncated
    #4605: Panic: runtime error related to KCP

Enhancements:

    #2644: UI for debug levels and log access
    #4369: GUI should indicate which files are out of sync on remote devices
    #4400: Keep enough counters and state in the database to avoid initial database traversal
    #4515: Should understand ���socks��� in addition to ���socks5��� in proxy URLs

Other issues:

    #4407: Contribute kcp-go changes/features and/or fix tests
    #4585: Update vendored github.com/minio/sha256-simd for AVX512 support
    #4615: Update vendored x/sys/unix for dragonfly


(wiz)
diff -r1.62 -r1.63 pkgsrc/net/syncthing/Makefile
diff -r1.53 -r1.54 pkgsrc/net/syncthing/distinfo

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

--- pkgsrc/net/syncthing/Makefile 2018/01/01 10:28:05 1.62
+++ pkgsrc/net/syncthing/Makefile 2018/01/10 15:43:10 1.63
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.62 2018/01/01 10:28:05 wiz Exp $ 1# $NetBSD: Makefile,v 1.63 2018/01/10 15:43:10 wiz Exp $
2 2
3# Upstream regularly breaks protocol compatibility. While users of 3# Upstream regularly breaks protocol compatibility. While users of
4# pkgsrc syncthing on multiple systems can update synchronously, an 4# pkgsrc syncthing on multiple systems can update synchronously, an
5# important use case is interoperating with syncthing-android. 5# important use case is interoperating with syncthing-android.
6# Therefore, pkgsrc will update to a new major version (e.g. 0.12.x vs 6# Therefore, pkgsrc will update to a new major version (e.g. 0.12.x vs
7# 0.11.x) when a corresponding syncthing-android version becomes 7# 0.11.x) when a corresponding syncthing-android version becomes
8# available in the f-droid.org repository: 8# available in the f-droid.org repository:
9# https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid 9# https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid
10# Updates to new major versions must be tested against the android 10# Updates to new major versions must be tested against the android
11# version from f-droid prior to commiting. (This is an attempt to 11# version from f-droid prior to commiting. (This is an attempt to
12# avoid having to version syncthing in pkgsrc.) 12# avoid having to version syncthing in pkgsrc.)
13# Note that the android versioning is disconnected from syncthing versioning; 13# Note that the android versioning is disconnected from syncthing versioning;
14# see https://github.com/syncthing/syncthing-android/issues/652 for 14# see https://github.com/syncthing/syncthing-android/issues/652 for
15# a fuller explanation. 15# a fuller explanation.
16DISTNAME= syncthing-0.14.42 16DISTNAME= syncthing-0.14.43
17CATEGORIES= net 17CATEGORIES= net
18MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} 18MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
19 19
20# Minor version updates may be committed without asking. Major 20# Minor version updates may be committed without asking. Major
21# updates not following the above policy will be reverted. 21# updates not following the above policy will be reverted.
22COMMENT= Keeps directories in sync across hosts 22COMMENT= Keeps directories in sync across hosts
23HOMEPAGE= https://syncthing.net/ 23HOMEPAGE= https://syncthing.net/
24MAINTAINER= gdt@NetBSD.org 24MAINTAINER= gdt@NetBSD.org
25LICENSE= mpl-2.0 25LICENSE= mpl-2.0
26 26
27# System pax fails on NetBSD 6. Just use gtar until this is understood. 27# System pax fails on NetBSD 6. Just use gtar until this is understood.
28EXTRACT_USING= gtar 28EXTRACT_USING= gtar
29 29

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

--- pkgsrc/net/syncthing/distinfo 2018/01/01 10:28:05 1.53
+++ pkgsrc/net/syncthing/distinfo 2018/01/10 15:43:10 1.54
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.53 2018/01/01 10:28:05 wiz Exp $ 1$NetBSD: distinfo,v 1.54 2018/01/10 15:43:10 wiz Exp $
2 2
3SHA1 (syncthing-0.14.42.tar.gz) = 49eb036cda91ab16180273202d5236577e773355 3SHA1 (syncthing-0.14.43.tar.gz) = 564e366d35585bf643ea95e2ac843af34ef20832
4RMD160 (syncthing-0.14.42.tar.gz) = 96a5691d5b95213858701ea6058c75ab67340fac 4RMD160 (syncthing-0.14.43.tar.gz) = 6b8ba17e2ed14a88dd9a9ecc4b05081a492af70c
5SHA512 (syncthing-0.14.42.tar.gz) = 0704ded365e0d0c3da5264d55dcb4a0a5b2c1439d1c1c784afc5b2448d1022b14b3cfb38eae54d5a9f4a7e9a330e4e0123e6ae8fe39a2fe3df07342c5a074703 5SHA512 (syncthing-0.14.43.tar.gz) = 3e1867fc1a012713ec2872ce4e3c27fa7967b498fb0342942c6963caad33c2f018700d6b99e669fd4a31deddeb1359fb27390313b890b4e08cca06b7857e069b
6Size (syncthing-0.14.42.tar.gz) = 8312701 bytes 6Size (syncthing-0.14.43.tar.gz) = 9541268 bytes