[Python-apps-commits] r10728 - in packages/sabnzbdplus/trunk/debian (3 files)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Wed Apr 2 21:00:38 UTC 2014


    Date: Wednesday, April 2, 2014 @ 21:00:37
  Author: jcfp-guest
Revision: 10728

* Add new --pidfile option to the man page.
* Add patch 09_remove_external_resource_from_wizard.diff: prevent
  the program's setup wizard from loading an external resource via
  an iframe (see lintian tag "privacy-breach-generic"), replace
  with a plain text link.

Added:
  packages/sabnzbdplus/trunk/debian/patches/09_remove_external_resource_from_wizard.diff
Modified:
  packages/sabnzbdplus/trunk/debian/changelog
  packages/sabnzbdplus/trunk/debian/patches/series

Modified: packages/sabnzbdplus/trunk/debian/changelog
===================================================================
--- packages/sabnzbdplus/trunk/debian/changelog	2014-04-01 09:14:36 UTC (rev 10727)
+++ packages/sabnzbdplus/trunk/debian/changelog	2014-04-02 21:00:37 UTC (rev 10728)
@@ -2,13 +2,17 @@
 
   * New upstream release.
   * Rework init script to use new upstream --pidfile option.
+  * Add new --pidfile option to the man page.
   * Copyright:
     + add RateIt jquery rating plugin, OrderedDict backport.
     + bump years for both upstream and packaging.
   * Bumped Standards-Version to 3.9.5 (no changes needed).
-  * Add new --pidfile option to the man page.
+  * Add patch 09_remove_external_resource_from_wizard.diff: prevent
+    the program's setup wizard from loading an external resource via
+    an iframe (see lintian tag "privacy-breach-generic"), replace
+    with a plain text link.
 
- -- JCF Ploemen (jcfp) <linux at jcf.pm>  Sat, 01 Feb 2014 00:18:03 +0100
+ -- JCF Ploemen (jcfp) <linux at jcf.pm>  Thu, 20 Feb 2014 19:23:48 +0100
 
 sabnzbdplus (0.7.16-1) unstable; urgency=low
 

Added: packages/sabnzbdplus/trunk/debian/patches/09_remove_external_resource_from_wizard.diff
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/09_remove_external_resource_from_wizard.diff	                        (rev 0)
+++ packages/sabnzbdplus/trunk/debian/patches/09_remove_external_resource_from_wizard.diff	2014-04-02 21:00:37 UTC (rev 10728)
@@ -0,0 +1,16 @@
+# remove an iframe from the setup wizard, link instead
+--- a/interfaces/wizard/one.html
++++ b/interfaces/wizard/one.html
+@@ -8,8 +8,10 @@
+ <script type="text/javascript" src="static/javascript/checkserver.js"></script>
+ <h3>$T('wizard-server')</h3>
+ $T('wizard-explain-server')
+-<div style="float: right">
+-  <iframe frameborder=0 height=375 width=315 src="http://sabnzbd.org/resources/wizard/ad/$language"></iframe>
++<div style="float: right; width: 300px; padding: 5px; border: 1px dotted #000; background-color: #F5F5F5; font-size: 14px; font-family: sans-serif;">
++<b>Help</b><br/>
++In order to download from Usenet you will require access to a provider. Your ISP may provide you with access, however a premium provider is recommended.<br/><br/>
++Don't have a Usenet provider? A recommendation (and affiliate link) from the developers of SABnzbd may be found at <a href="http://sabnzbd.org/resources/wizard/ad/$language" target="_blank">sabnzbd.org</a>.<br/>
+ </div>
+ 
+ <br /><br class="clear" />

Modified: packages/sabnzbdplus/trunk/debian/patches/series
===================================================================
--- packages/sabnzbdplus/trunk/debian/patches/series	2014-04-01 09:14:36 UTC (rev 10727)
+++ packages/sabnzbdplus/trunk/debian/patches/series	2014-04-02 21:00:37 UTC (rev 10728)
@@ -2,3 +2,4 @@
 04_use_config_when_daemon.diff
 06_use_packaged_modules.diff
 08_disable_new_version_check.diff
+09_remove_external_resource_from_wizard.diff




More information about the Python-apps-commits mailing list