diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-18 08:02:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-18 08:02:52 +0000 |
commit | ae42e272777ce401b28f214da0c809732a4739e1 (patch) | |
tree | 4df972e310583f1f31abc86a730217f143dda92b /net | |
parent | 1e5df03d403d35c8c1c9f6281f8385c1e90dfb9f (diff) | |
download | pkgsrc-ae42e272777ce401b28f214da0c809732a4739e1.tar.gz |
syncthing: update to 0.14.44.
Bugfixes:
#4634: Panic when connecting to device with auto accept and paused folders
#4636: List of files needed on remote is not wrapped at word boundaries
#4644: Impossible to run non-release builds without deadlock detectors
#4649: UTF-8 normalization does not work correctly on ZFS.
#4654: Upgrade system shows an error on RCs in some cases
#4657: Sparse files with zero blocks are not closed when pulling
#4668: Remote device out of sync items shows "0 items, ~0 B"
Enhancements:
#2599: GUI for .stversion restoration
#4499: Log entries showing IP addresses should show connection type
#4628: Set background priority / niceness
Other issues:
#4567: Arguments to fs.CreateSymlink are mixed up
#4618: More scalable global discovery
#4653: lib/model test fails with "ThreadSanitizer failed to allocate 0x200000 (2097152) bytes" with Go 1.9.2
#4663: Spurious "é" in GUI
#4706: Should clean out generated testdata in lib/model/testdata
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index bb6ded17273..8246ebaccb4 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2018/01/23 13:58:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2018/02/18 08:02:52 wiz Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -13,7 +13,7 @@ # Note that the android versioning is disconnected from syncthing versioning; # see https://github.com/syncthing/syncthing-android/issues/652 for # a fuller explanation. -DISTNAME= syncthing-0.14.43 +DISTNAME= syncthing-0.14.44 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 295c5c99279..3bfd1aefdae 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2018/01/10 15:43:10 wiz Exp $ +$NetBSD: distinfo,v 1.55 2018/02/18 08:02:52 wiz Exp $ -SHA1 (syncthing-0.14.43.tar.gz) = 564e366d35585bf643ea95e2ac843af34ef20832 -RMD160 (syncthing-0.14.43.tar.gz) = 6b8ba17e2ed14a88dd9a9ecc4b05081a492af70c -SHA512 (syncthing-0.14.43.tar.gz) = 3e1867fc1a012713ec2872ce4e3c27fa7967b498fb0342942c6963caad33c2f018700d6b99e669fd4a31deddeb1359fb27390313b890b4e08cca06b7857e069b -Size (syncthing-0.14.43.tar.gz) = 9541268 bytes +SHA1 (syncthing-0.14.44.tar.gz) = 344a24b445cf900f634eddf6ecd61b3032b5d46f +RMD160 (syncthing-0.14.44.tar.gz) = fdac2553782af2d0a2e894d079df7fefdf78da5e +SHA512 (syncthing-0.14.44.tar.gz) = 3a68c8ad3f586af22243d502322ed8269b10ea4d85b0a1bc39578d3da1bcc61e8753a6b94d5a7c8d7b56b86777932327450c2c08f447bb8a190a0171e2c015d4 +Size (syncthing-0.14.44.tar.gz) = 10225689 bytes |