diff options
author | wiz <wiz@pkgsrc.org> | 2017-06-19 20:26:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-06-19 20:26:34 +0000 |
commit | 479a14fa4aea9d68a0b9073766d5c7af8bcf716e (patch) | |
tree | 7a2f3313d514ddf32c65a441998a6893567cc5fb /net/syncthing | |
parent | aa1f74dba7f59a16d8ea8267e676536d013d93c8 (diff) | |
download | pkgsrc-479a14fa4aea9d68a0b9073766d5c7af8bcf716e.tar.gz |
Updated syncthing to 0.14.30.
This is a regularly scheduled stable release.
Resolved issues:
#3433: Correctly clear warning "path is a subdirectory of other folder" in folder dialog
#3524: Conflict copies' filename now includes the ID of the last device to change the file
#3993: Folders offered by other devices can now be ignored
#4164: Changed device name takes effect with restart; device name is not sent to unknown devices
#4183: Correctly show CPU usage when started with -no-restart option
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 b0f52c7eb7c..44b9e9dbfc5 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2017/05/31 09:40:53 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2017/06/19 20:26:34 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.29 +DISTNAME= syncthing-0.14.30 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 12ef9d8ab37..64a15b6bb79 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2017/05/31 09:40:53 wiz Exp $ +$NetBSD: distinfo,v 1.46 2017/06/19 20:26:34 wiz Exp $ -SHA1 (syncthing-0.14.29.tar.gz) = 783fae9b22d6137ab5bd86ac992abf1195fac580 -RMD160 (syncthing-0.14.29.tar.gz) = 319d304f43c0731de882cca809a4bb5dd3e4e651 -SHA512 (syncthing-0.14.29.tar.gz) = 1026398ee43792acd0e2f518cc7fc5850139f15a8367e085e73b182c7cfe91996472ac677fd018b31e15c651a6505b44bd01d232ff046c44d2a08187d97111e8 -Size (syncthing-0.14.29.tar.gz) = 4618336 bytes +SHA1 (syncthing-0.14.30.tar.gz) = 01305f9dcabb07ab649ceacc5298335ca0a4001a +RMD160 (syncthing-0.14.30.tar.gz) = b7c7a7a6b23c90419758b7c478db8a2581ef19d1 +SHA512 (syncthing-0.14.30.tar.gz) = fd2745595657f27f1ad157b685374b8671694ff9ab47a94e9c613aa1662146db78c31d93abf35b8c336948affb3dd2e3d54184b41996bfab9db204f380a6a3f0 +Size (syncthing-0.14.30.tar.gz) = 4616400 bytes |