diff options
author | abs <abs@pkgsrc.org> | 2016-07-04 13:43:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2016-07-04 13:43:22 +0000 |
commit | c44a219cdd9e6e4cc28aaad8a86a33f5b1329e35 (patch) | |
tree | 55c336eebcf34abe8a70f6ac57f2dce65678ad0b /net | |
parent | d100b8b0cf0067eaf45311151a57ebf69501ecf2 (diff) | |
download | pkgsrc-c44a219cdd9e6e4cc28aaad8a86a33f5b1329e35.tar.gz |
Updated net/syncthing to 0.13.10
v0.13.10
This is a regular bugfix release recommended for all users.
#3128: Generated folder IDs are now lower case.
#3338: Syncthing now uses shorter temporary file names, alleviating issues on encfs.
#3335: Event IDs seen in /rest/system/events are now sequential again.
#3362: Tests now pass on when building on arm64.
#2471: Folders are now marked "stopped" when missing a path, and duplicate folder IDs are not accepted.
#3375: A stalling TLS handshake no longer blocks the connection service.
#3346: The global discovery server now correctly handle IPv6 announces over IPv4 and vice versa.
v0.13.9
This release fixes a crash on 32 bit platforms introduced in 0.13.8.
v0.13.8
Resolved issues:
#3306: The layout of the out of sync items dialog has been improved.
#3310: Folders are now sorted by label, falling back to ID when required.
#3330: Windows zip files now make sense when unpacked on non-Windows.
#3321: Folder name completion now works for empty names on non-Windows.
#2782: Folders can now be symbolic links also when using ~-relative paths.
New features and enhancements:
#3340: The discovered device addresses are now shown for disconnected devices.
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 d83fdc4db96..4a4f5ae5b6c 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/06/15 12:44:45 abs Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/04 13:43:22 abs 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.13.7 +DISTNAME= syncthing-0.13.10 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 37f2fcc176c..69d69727da8 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2016/06/15 12:44:45 abs Exp $ +$NetBSD: distinfo,v 1.19 2016/07/04 13:43:22 abs Exp $ -SHA1 (syncthing-0.13.7.tar.gz) = 147b6c2b91f693d4a88480494cbbd2367938bf28 -RMD160 (syncthing-0.13.7.tar.gz) = fbb2f9fd4a9b0685b6e968184ec3040d26b81cc6 -SHA512 (syncthing-0.13.7.tar.gz) = 8e00355f9774329cb4da1173ad27528213520644c32d5b5ba2345b93787bc762d0498c33ccf2d72e91b770258e8a55d86573934baeff0bc0799416850320c82b -Size (syncthing-0.13.7.tar.gz) = 4331253 bytes +SHA1 (syncthing-0.13.10.tar.gz) = 66326e97d6d955588f97ad04d828c34bf02e1597 +RMD160 (syncthing-0.13.10.tar.gz) = a8aa1b2937133eec0469336be520a885f226a442 +SHA512 (syncthing-0.13.10.tar.gz) = 199c38644a7e5d43777ca2e497d5304d8e77485d21aeed9a00efc74dd98bfb0c473dd0bf3230b8e1e9742315915419f198bb8d0a9b294d2f6fe918b6e0175812 +Size (syncthing-0.13.10.tar.gz) = 4292039 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 |