pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/syncthing



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 17 17:01:24 UTC 2017

Modified Files:
        pkgsrc/net/syncthing: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/syncthing/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/syncthing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.50 pkgsrc/net/syncthing/Makefile:1.51
--- pkgsrc/net/syncthing/Makefile:1.50  Wed Apr 26 22:28:31 2017
+++ pkgsrc/net/syncthing/Makefile       Wed May 17 17:01:24 2017
@@ -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/}
 

Index: pkgsrc/net/syncthing/distinfo
diff -u pkgsrc/net/syncthing/distinfo:1.42 pkgsrc/net/syncthing/distinfo:1.43
--- pkgsrc/net/syncthing/distinfo:1.42  Wed Apr 26 22:28:31 2017
+++ pkgsrc/net/syncthing/distinfo       Wed May 17 17:01:24 2017
@@ -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