summaryrefslogtreecommitdiff
path: root/debian/patches/003_web-bug.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/003_web-bug.diff')
-rw-r--r--debian/patches/003_web-bug.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/003_web-bug.diff b/debian/patches/003_web-bug.diff
new file mode 100644
index 0000000..16c47a2
--- /dev/null
+++ b/debian/patches/003_web-bug.diff
@@ -0,0 +1,23 @@
+Description: Replaces rrdtool badge by a text link to prevent tracking
+ of Mailgraph installations by oss.oetiker.ch
+Author: Malte S. Stretz <debian-bugs@msquadrat.de>
+Fowrarded: no
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611478
+
+diff -ur mailgraph-1.14.orig/mailgraph.cgi mailgraph-1.14/mailgraph.cgi
+--- mailgraph-1.14.orig/mailgraph.cgi 2007-08-29 11:06:01.000000000 +0200
++++ mailgraph-1.14/mailgraph.cgi 2011-01-29 20:09:37.000000000 +0100
+@@ -184,12 +184,9 @@
+
+ print <<FOOTER;
+ <hr/>
+-<table><tr><td>
+ <a href="http://mailgraph.schweikert.ch/">Mailgraph</a> $VERSION
+ by <a href="http://david.schweikert.ch/">David Schweikert</a></td>
+-<td align="right">
+-<a href="http://oss.oetiker.ch/rrdtool/"><img src="http://oss.oetiker.ch/rrdtool/.pics/rrdtool.gif" alt="" width="120" height="34"/></a>
+-</td></tr></table>
++(built on Tobi Oetiker's <a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a>)
+ </body></html>
+ FOOTER
+ }