Package: sabnzbdplus / 0.6.15-1

08_disable_new_version_check.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Disable the builtin check for newer versions.
--- a/sabnzbd/misc.py
+++ b/sabnzbd/misc.py
@@ -515,6 +515,9 @@
 
 def check_latest_version():
     """ Do an online check for the latest version """
+    logging.debug("Version check disabled by Ubuntu/Debian packaging")
+    return
+
     if not cfg.version_check():
         return