pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/syncthing Updated syncthing to 0.14.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca1756dade57
branches:  trunk
changeset: 362562:ca1756dade57
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 17 17:01:24 2017 +0000

description:
Updated syncthing to 0.14.28.

This is a regularly scheduled stable release.

Resolved issues:

    #1879: It is now possible to create custom event subscriptions via the REST API.
    #2250: Removing large folders now uses less memory.
    #3307: The minimum disk space (per folder and for the home disk) can now be set to an absolute value.
    #3965: Pausing or reconfiguring a folder will no longer start extra scans. Pausing a folder stops scanning.
    #3996: Ignore patterns can now be set at folder creation time, and for paused folders.
    #4020: It is no longer possible to configure the GUI/API to listen on a privileged port using the standard settings dialog.
    #4096: The device allowed subnet list can now include negative ("!") entries to disallow subnets.
    #4112: Doing "Override changes" now uses less memory.

diffstat:

 net/syncthing/Makefile |   4 ++--
 net/syncthing/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 5ff066c60558 -r ca1756dade57 net/syncthing/Makefile
--- a/net/syncthing/Makefile    Wed May 17 16:39:01 2017 +0000
+++ b/net/syncthing/Makefile    Wed May 17 17:01:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2017/04/26 22:28:31 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2017/05/17 17:01:24 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.27
+DISTNAME=      syncthing-0.14.28
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 
diff -r 5ff066c60558 -r ca1756dade57 net/syncthing/distinfo
--- a/net/syncthing/distinfo    Wed May 17 16:39:01 2017 +0000
+++ b/net/syncthing/distinfo    Wed May 17 17:01:24 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.42 2017/04/26 22:28:31 wiz Exp $
+$NetBSD: distinfo,v 1.43 2017/05/17 17:01:24 wiz Exp $
 
-SHA1 (syncthing-0.14.27.tar.gz) = dc2f6fda7d9b2df407cd4861a082a8091e1b3bdb
-RMD160 (syncthing-0.14.27.tar.gz) = 7ee44da86229fa1c582f72a6e13796185b6ecec8
-SHA512 (syncthing-0.14.27.tar.gz) = 438d3385dc3b9737bc0ec275462b9dc41a630b353443061fddb9e48b184b5cb39e3ccf144fef4e30f4523d1c6a96f2a8a9d87bc27e9734b1f7d7d462c9c15e51
-Size (syncthing-0.14.27.tar.gz) = 4611326 bytes
+SHA1 (syncthing-0.14.28.tar.gz) = bd5e952edf55605bc72effae30402e14921c8d1d
+RMD160 (syncthing-0.14.28.tar.gz) = 42ddff109a8050fc9356aeac4ce3c4637342ccc3
+SHA512 (syncthing-0.14.28.tar.gz) = 0163d894080f7591536e78f7c50a5faf3ee63e62517c4c6989c084b8c7f6406bc221f1e4bdb3831cf1a93292d942942efa240bbe7592ec7c4436e1a6b7f6121b
+Size (syncthing-0.14.28.tar.gz) = 4616581 bytes
 SHA1 (patch-lib_config_optionsconfiguration.go) = 6600b0aab04cb4bb3ed05141f1dea977544e0943



Home | Main Index | Thread Index | Old Index