summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-11-26 00:18:56 +0000
committergdt <gdt@pkgsrc.org>2015-11-26 00:18:56 +0000
commit66e70393132fc964dd12de719e9ab346d39c9353 (patch)
tree8a2fc1158fc3cc8ddac7551df475014e03108eed /net
parentc6ac900c22a7b3216fc5a71f56b08e9a6912eabb (diff)
downloadpkgsrc-66e70393132fc964dd12de719e9ab346d39c9353.tar.gz
Add patch comment
Diffstat (limited to 'net')
-rw-r--r--net/syncthing/distinfo4
-rw-r--r--net/syncthing/patches/patch-lib_config_optionsconfiguration.go9
2 files changed, 10 insertions, 3 deletions
diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo
index cd92984a28c..6517aff8e5a 100644
--- a/net/syncthing/distinfo
+++ b/net/syncthing/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/25 23:35:56 gdt Exp $
+$NetBSD: distinfo,v 1.4 2015/11/26 00:18:56 gdt Exp $
SHA1 (syncthing-0.12.4.tar.gz) = c5eb3d7b1a72ee3aee8548cdb7b9f53e14faf3f4
RMD160 (syncthing-0.12.4.tar.gz) = 8e90dd54582377425feff17d65b18c73733c14bf
SHA512 (syncthing-0.12.4.tar.gz) = 3d75054cad561c42baa1defc6e36cc1e35ee6102219d88841757708aa8b6002aaa327d1cb885f028e2c847fbd680500c7e6186a35671c384c572cd626cc1332b
Size (syncthing-0.12.4.tar.gz) = 3980565 bytes
-SHA1 (patch-lib_config_optionsconfiguration.go) = a0e0608a90ac947be44c17494d046a4a958d02a7
+SHA1 (patch-lib_config_optionsconfiguration.go) = 8ea9446dab9f9345c63cb01a7d50447e6cd550ac
diff --git a/net/syncthing/patches/patch-lib_config_optionsconfiguration.go b/net/syncthing/patches/patch-lib_config_optionsconfiguration.go
index da7012ab256..ed144128a89 100644
--- a/net/syncthing/patches/patch-lib_config_optionsconfiguration.go
+++ b/net/syncthing/patches/patch-lib_config_optionsconfiguration.go
@@ -1,4 +1,11 @@
-$NetBSD: patch-lib_config_optionsconfiguration.go,v 1.1 2015/11/25 23:36:33 gdt Exp $
+$NetBSD: patch-lib_config_optionsconfiguration.go,v 1.2 2015/11/26 00:18:56 gdt 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 2015-11-22 15:05:20.000000000 +0000
+++ lib/config/optionsconfiguration.go