pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/syncthing Remove patch that does not do what it in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4835bde6206d
branches: trunk
changeset: 362999:4835bde6206d
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue May 30 08:51:22 2017 +0000
description:
Remove patch that does not do what it intends to do.
No comment from maintainer.
diffstat:
net/syncthing/distinfo | 3 +-
net/syncthing/patches/patch-lib_config_optionsconfiguration.go | 20 ----------
2 files changed, 1 insertions(+), 22 deletions(-)
diffs (36 lines):
diff -r fcc61d93f62a -r 4835bde6206d net/syncthing/distinfo
--- a/net/syncthing/distinfo Tue May 30 07:20:21 2017 +0000
+++ b/net/syncthing/distinfo Tue May 30 08:51:22 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.43 2017/05/17 17:01:24 wiz Exp $
+$NetBSD: distinfo,v 1.44 2017/05/30 08:51:22 wiz Exp $
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
diff -r fcc61d93f62a -r 4835bde6206d net/syncthing/patches/patch-lib_config_optionsconfiguration.go
--- a/net/syncthing/patches/patch-lib_config_optionsconfiguration.go Tue May 30 07:20:21 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$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:
- https://f-droid.org/wiki/page/Antifeature:Tracking
-
-Not reported upstream because they appear to think upgrade
-checks/web-bugs are a feature.
-
---- lib/config/optionsconfiguration.go.orig 2017-02-07 20:25:33.000000000 +0000
-+++ lib/config/optionsconfiguration.go
-@@ -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