diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-30 14:20:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-30 14:20:15 +0000 |
commit | d6af91e93190c6900ec6c4e9b1d4c5b8eeb56e09 (patch) | |
tree | ea23397c0d56c9466f629c5c5fcdf8437acbeb67 /net/syncthing | |
parent | 8e82b599ca0731253e6d1471eb1471396d7ebfc6 (diff) | |
download | pkgsrc-d6af91e93190c6900ec6c4e9b1d4c5b8eeb56e09.tar.gz |
Updated syncthing to 0.14.25.
This is a regularly scheduled stable release.
Resolved issues since v0.14.24:
#4003: "Pause All"/"Resume All" icons are improved.
#3959: There are now mips and mipsle builds by default.
#3183: The "overwriting protected files" warning now correctly handles relative paths to the config directory.
#804: The experimental KCP protocol for transfers over UDP has been merged, although it's not currently enabled by default.
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 9df4d7e4636..069da78163f 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2017/03/08 15:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2017/03/30 14:20:15 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.24 +DISTNAME= syncthing-0.14.25 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index cf44e4b6f0c..71dc2a263a2 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.39 2017/03/08 15:46:52 wiz Exp $ +$NetBSD: distinfo,v 1.40 2017/03/30 14:20:15 wiz Exp $ -SHA1 (syncthing-0.14.24.tar.gz) = b211ede4987647486c5d5eebabeb81319773ddd3 -RMD160 (syncthing-0.14.24.tar.gz) = d66a6c63d2c6172a6aae7339e165f58f8656cf6a -SHA512 (syncthing-0.14.24.tar.gz) = 164bb2ec8a85b5d10c9b4a08dfc3a94ff1b479069f272471067dea82ac6bb1616ea21fd2576bf5464c144be1bff61a89c24f04fe18c20c4c982acd26c0cc5ca3 -Size (syncthing-0.14.24.tar.gz) = 6781504 bytes +SHA1 (syncthing-0.14.25.tar.gz) = 99cffe53a1085faab390cb26ac39510f3b215db6 +RMD160 (syncthing-0.14.25.tar.gz) = 8bad00941ffd9ec93d5bd4ea4289c44291835fd3 +SHA512 (syncthing-0.14.25.tar.gz) = 00246c670bc8f983b5e3cd5456ddf99872518f8a1de1168cc12368c57b4742ba948e2023e02de64f92538b4980502e10b687b3412f79498e5d65686af7260ba4 +Size (syncthing-0.14.25.tar.gz) = 7082470 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 6600b0aab04cb4bb3ed05141f1dea977544e0943 |