File: 0007-Default-to-not-checking-for-updated-versions-of-Zone.patch

package info (click to toggle)
zoneminder 1.36.35%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,728 kB
  • sloc: php: 219,767; perl: 127,535; javascript: 75,411; cpp: 59,876; sql: 6,635; sh: 2,472; ansic: 1,467; makefile: 534; xml: 240; asm: 157; python: 74
file content (23 lines) | stat: -rw-r--r-- 853 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 3 Aug 2017 14:26:13 -0400
Subject: Default to not checking for updated versions of ZoneMinder

Users should get updates through the package. Also prevents "phoning
home" to zoneminder.com.
---
 scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
+++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in
@@ -2631,9 +2631,9 @@
     category    => 'system',
   },
   {
     name        => 'ZM_CHECK_FOR_UPDATES',
-    default     => 'yes',
+    default     => 'no',
     description => 'Check with zoneminder.com for updated versions',
     help        => q`
       From ZoneMinder version 1.17.0 onwards new versions are
       expected to be more frequent. To save checking manually for