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.23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15ece5f4c8db
branches:  trunk
changeset: 358287:15ece5f4c8db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 08 21:59:28 2017 +0000

description:
Updated syncthing to 0.14.23.

0.14.23

This is a hotfix release recommended for all users.

Resolved issues:

    #3970: Syncthing restarts when started manually and auto upgrading


0.14.22

This is a regular periodic release withdrawn because of an issue with automatic upgrade.

Resolved issues:

    #3935: Leading and trailing spaces are no longer stripped in the GUI password field
    #3908: The GUI shows remaining amount of data to sync per folder.
    #3933: There should no longer be empty entries in the global log
    #3938: Weak hashing is now by default only enabled when it makes sense from a performance point of view.

Also:

This release introduces the the ability to choose between stable and candidate
releases for auto upgrades.

diffstat:

 net/syncthing/Makefile                                         |   4 +-
 net/syncthing/distinfo                                         |  12 ++--
 net/syncthing/patches/patch-lib_config_optionsconfiguration.go |  22 +++++-----
 3 files changed, 19 insertions(+), 19 deletions(-)

diffs (69 lines):

diff -r b56a6daef6d5 -r 15ece5f4c8db net/syncthing/Makefile
--- a/net/syncthing/Makefile    Wed Feb 08 21:47:52 2017 +0000
+++ b/net/syncthing/Makefile    Wed Feb 08 21:59:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/01/25 19:20:05 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2017/02/08 21:59:28 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.21
+DISTNAME=      syncthing-0.14.23
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=syncthing/}
 
diff -r b56a6daef6d5 -r 15ece5f4c8db net/syncthing/distinfo
--- a/net/syncthing/distinfo    Wed Feb 08 21:47:52 2017 +0000
+++ b/net/syncthing/distinfo    Wed Feb 08 21:59:28 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.37 2017/01/25 19:20:05 wiz Exp $
+$NetBSD: distinfo,v 1.38 2017/02/08 21:59:28 wiz Exp $
 
-SHA1 (syncthing-0.14.21.tar.gz) = 96c0fe509e484958bba4ecc10236c5fdd68fe792
-RMD160 (syncthing-0.14.21.tar.gz) = 8e3f13c9bde568744783291da105ff722ff4c5a3
-SHA512 (syncthing-0.14.21.tar.gz) = f1fe3c3fd56e1832341e74213dfbbe82ae731bdad49053a9c8d36eac8fd74a77189f1dc524cd61978092a06d355930082307bbd0aab57705c8e69f5aaf34b598
-Size (syncthing-0.14.21.tar.gz) = 6771897 bytes
-SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8
+SHA1 (syncthing-0.14.23.tar.gz) = 727553bef2157dbfc4257f9691cd7574361bf26a
+RMD160 (syncthing-0.14.23.tar.gz) = 79b44cb3cfe341daf3a034041a319c9a7f27f427
+SHA512 (syncthing-0.14.23.tar.gz) = 36a1d0f1ec6642056a6ff43b90af417eff09d6f9c7358fb1d80c3f0470d9c686d8644e4491c94f95a644ee26b6b4df4ecc27d519c7d4cc39539061f6dc5b181c
+Size (syncthing-0.14.23.tar.gz) = 6783975 bytes
+SHA1 (patch-lib_config_optionsconfiguration.go) = 6600b0aab04cb4bb3ed05141f1dea977544e0943
diff -r b56a6daef6d5 -r 15ece5f4c8db net/syncthing/patches/patch-lib_config_optionsconfiguration.go
--- a/net/syncthing/patches/patch-lib_config_optionsconfiguration.go    Wed Feb 08 21:47:52 2017 +0000
+++ b/net/syncthing/patches/patch-lib_config_optionsconfiguration.go    Wed Feb 08 21:59:28 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-lib_config_optionsconfiguration.go,v 1.3 2016/06/01 18:46:01 gdt Exp $
+$NetBSD: patch-lib_config_optionsconfiguration.go,v 1.4 2017/02/08 21:59:28 wiz Exp $
 
 By default, disable automatic upgrade checking, because it is a
 privacy leak, of the sort that would earn a warning on f-droid a la:
@@ -7,14 +7,14 @@
 Not reported upstream because they appear to think upgrade
 checks/web-bugs are a feature.
 
---- lib/config/optionsconfiguration.go.orig    2016-05-26 09:16:08.000000000 +0000
+--- lib/config/optionsconfiguration.go.orig    2017-02-07 20:25:33.000000000 +0000
 +++ lib/config/optionsconfiguration.go
-@@ -29,7 +29,7 @@ type OptionsConfiguration struct {
-       URPostInsecurely        bool     `xml:"urPostInsecurely" json:"urPostInsecurely" default:"false"` // For testing
-       URInitialDelayS         int      `xml:"urInitialDelayS" json:"urInitialDelayS" default:"1800"`
-       RestartOnWakeup         bool     `xml:"restartOnWakeup" json:"restartOnWakeup" default:"true"`
--      AutoUpgradeIntervalH    int      `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"12"` // 0 for off
-+      AutoUpgradeIntervalH    int      `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"0"` // 0 for off
-       KeepTemporariesH        int      `xml:"keepTemporariesH" json:"keepTemporariesH" default:"24"`         // 0 for off
-       CacheIgnoredFiles       bool     `xml:"cacheIgnoredFiles" json:"cacheIgnoredFiles" default:"false"`
-       ProgressUpdateIntervalS int      `xml:"progressUpdateIntervalS" json:"progressUpdateIntervalS" default:"5"`
+@@ -117,7 +117,7 @@ type OptionsConfiguration struct {
+       URPostInsecurely        bool                    `xml:"urPostInsecurely" json:"urPostInsecurely" default:"false"` // For testing
+       URInitialDelayS         int                     `xml:"urInitialDelayS" json:"urInitialDelayS" default:"1800"`
+       RestartOnWakeup         bool                    `xml:"restartOnWakeup" json:"restartOnWakeup" default:"true"`
+-      AutoUpgradeIntervalH    int                     `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"12"` // 0 for off
++      AutoUpgradeIntervalH    int                     `xml:"autoUpgradeIntervalH" json:"autoUpgradeIntervalH" default:"0"` // 0 for off
+       UpgradeToPreReleases    bool                    `xml:"upgradeToPreReleases" json:"upgradeToPreReleases"`              // when auto upgrades are enabled
+       KeepTemporariesH        int                     `xml:"keepTemporariesH" json:"keepTemporariesH" default:"24"`         // 0 for off
+       CacheIgnoredFiles       bool                    `xml:"cacheIgnoredFiles" json:"cacheIgnoredFiles" default:"false"`



Home | Main Index | Thread Index | Old Index