diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-03 03:33:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-03 03:33:44 +0000 |
commit | 08007d9ed9132cec92de398dc5a2847bb2212c6e (patch) | |
tree | 9d61509ecb143b25e0e6c55e01ff3eb8986721d0 /net/syncthing | |
parent | bb4744af0bdd321af133363649f024acc783ec7e (diff) | |
download | pkgsrc-08007d9ed9132cec92de398dc5a2847bb2212c6e.tar.gz |
Updated syncthing to 0.14.18.
This is a hotfix release to fix connectivity issues between 0.14.17 and previous Syncthing releases.
Resolved issues:
#3855: Connections to older Syncthing versions are no longer closed due to unmarshalling message: proto: wrong wireType = 2 for field BlockIndexes.
Diffstat (limited to 'net/syncthing')
-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 3bbe543b2f9..0bb6edbf2bb 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2016/12/29 19:27:02 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2017/01/03 03:33:44 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.17 +DISTNAME= syncthing-0.14.18 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index aeea7917332..3d56a8138b3 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2016/12/29 19:27:02 wiz Exp $ +$NetBSD: distinfo,v 1.34 2017/01/03 03:33:44 wiz Exp $ -SHA1 (syncthing-0.14.17.tar.gz) = a407a0834f3e4711bcced893ec4940dd582de398 -RMD160 (syncthing-0.14.17.tar.gz) = 595ce314776a0792cbf9961f01b41c94e3a500fc -SHA512 (syncthing-0.14.17.tar.gz) = 0ff4ed7603ac5caaef6a25afe0cedfd9037f41fce040bc9fab93e39275f1232d3d3198fbe333a4b32b9fe3ef1d171f3f5fb916937250ac3bb58eab43a425a8fc -Size (syncthing-0.14.17.tar.gz) = 6005221 bytes +SHA1 (syncthing-0.14.18.tar.gz) = 09ae4da2ba54298c34ae6163f29b8ec900de5f76 +RMD160 (syncthing-0.14.18.tar.gz) = c4b7ae36224fc695a369501e079b98dfb9b3b97e +SHA512 (syncthing-0.14.18.tar.gz) = 107c7712c8d377ceb042280ae23b55af57dff4a357abad6310705c0689bae06cf2ec01cb2984bd92303938abef4f3c9767e555f4c93531f08e8020d0e60aa455 +Size (syncthing-0.14.18.tar.gz) = 6007483 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 |