diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-08 21:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-08 21:59:28 +0000 |
commit | e38c455f214896709e532c7092261e92a98690c6 (patch) | |
tree | 2c7b6b93a081c3c36e77ff98e504753f2298cf06 /net | |
parent | 647d481182b4b28d83a37b058eab86b1fbf34c8d (diff) | |
download | pkgsrc-e38c455f214896709e532c7092261e92a98690c6.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 12 | ||||
-rw-r--r-- | net/syncthing/patches/patch-lib_config_optionsconfiguration.go | 22 |
3 files changed, 19 insertions, 19 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 53474d9d20f..d499df76856 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -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 --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 7dd217f40c8..1af758cefaf 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -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 --git a/net/syncthing/patches/patch-lib_config_optionsconfiguration.go b/net/syncthing/patches/patch-lib_config_optionsconfiguration.go index 58e72e93aea..fc3a3c4eeac 100644 --- a/net/syncthing/patches/patch-lib_config_optionsconfiguration.go +++ b/net/syncthing/patches/patch-lib_config_optionsconfiguration.go @@ -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 @@ privacy leak, of the sort that would earn a warning on f-droid a la: 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"` |