diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-08 20:14:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-08 20:14:20 +0000 |
commit | d32c2e82e46143a4b062e373a891ea07e689d29f (patch) | |
tree | 94a0f6feca2d4fc03766a72098bb2d457a4a03ce /net/syncthing | |
parent | e5c666b5f56c1e3460b1d223c26f76d2adbe7a18 (diff) | |
download | pkgsrc-d32c2e82e46143a4b062e373a891ea07e689d29f.tar.gz |
Updated syncthing to 0.14.37.
This is a regularly scheduled stable release.
Resolved issues:
#3742, #4305: Better detect sync conflicts that happen while syncing
#4300: Fixes a crash related to a nil reference in ignore handling
There is also a major internal refactor as part of this release.
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 9a5a0214be0..a41af5b3195 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2017/09/04 18:08:26 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2017/09/08 20:14:20 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.36 +DISTNAME= syncthing-0.14.37 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 2fd135173b9..b8fb42fa031 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.48 2017/08/14 18:41:56 wiz Exp $ +$NetBSD: distinfo,v 1.49 2017/09/08 20:14:20 wiz Exp $ -SHA1 (syncthing-0.14.36.tar.gz) = a068629fa5bf0030bdc6e14662fc762e18f286fd -RMD160 (syncthing-0.14.36.tar.gz) = c2c48c99688b15a77c5c005050a61c1ee9ca8176 -SHA512 (syncthing-0.14.36.tar.gz) = bc219f5b9e455f56dd9b3e16629297f080903d663013000beacafaa7055859cc4cbf269550ab126b22e9f8c820e65811dbd857a0b374eb161667fce568ec5b7b -Size (syncthing-0.14.36.tar.gz) = 8236194 bytes +SHA1 (syncthing-0.14.37.tar.gz) = 9c9d644563788ea28c6630f9e4fb54fada42898b +RMD160 (syncthing-0.14.37.tar.gz) = c11a4f940a2a1e773f77cc758fb35c56ff8bedf1 +SHA512 (syncthing-0.14.37.tar.gz) = c8025bbb49b1253a363130942e6c24776f2a569b0fdaf7a1a47fcab936d74d7edfc6de647ccb8604f5efc01f1857a44ecd587eb00eb8222f013211d9e17981cc +Size (syncthing-0.14.37.tar.gz) = 8242709 bytes |