summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2017-08-09 10:24:13 -0400
committerJustin Bronder <jsbronder@gentoo.org>2017-08-09 10:24:30 -0400
commit6afc5aa840f0b9d83d484b4a66242f14b66488cf (patch)
treedd065a7a9c2822463547adabb73ea84358a7bd15 /net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch
parentapp-admin/puppetserver: 5.0.0-r1 stable with cleanup (diff)
downloadgentoo-6afc5aa840f0b9d83d484b4a66242f14b66488cf.tar.gz
gentoo-6afc5aa840f0b9d83d484b4a66242f14b66488cf.tar.bz2
gentoo-6afc5aa840f0b9d83d484b4a66242f14b66488cf.zip
net-nntp/sabnzbd: bump 2.1.0
Fixes #621540 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch')
-rw-r--r--net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch b/net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch
new file mode 100644
index 000000000000..25856801af7c
--- /dev/null
+++ b/net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch
@@ -0,0 +1,25 @@
+From 31eec0d37bcb962afb1b0f0974411dae728dcd9f Mon Sep 17 00:00:00 2001
+From: Justin Bronder <jsbronder@gmail.com>
+Date: Sat, 5 Aug 2017 17:38:03 -0400
+Subject: [PATCH 4/4] cfg: disable NtfOSD by default
+
+---
+ sabnzbd/cfg.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sabnzbd/cfg.py b/sabnzbd/cfg.py
+index baf5678..f9646fb 100644
+--- a/sabnzbd/cfg.py
++++ b/sabnzbd/cfg.py
+@@ -270,7 +270,7 @@ acenter_prio_queue_done = OptionBool('acenter', 'acenter_prio_queue_done', True)
+ acenter_prio_other = OptionBool('acenter', 'acenter_prio_other', False)
+
+ # [ntfosd]
+-ntfosd_enable = OptionBool('ntfosd', 'ntfosd_enable', not sabnzbd.WIN32 and not sabnzbd.DARWIN)
++ntfosd_enable = OptionBool('ntfosd', 'ntfosd_enable', False)
+ ntfosd_prio_startup = OptionBool('ntfosd', 'ntfosd_prio_startup', True)
+ ntfosd_prio_download = OptionBool('ntfosd', 'ntfosd_prio_download', False)
+ ntfosd_prio_pp = OptionBool('ntfosd', 'ntfosd_prio_pp', False)
+--
+2.13.0
+