aboutsummaryrefslogtreecommitdiff
path: root/libraries/id3lib/patches/62-remove-remote-icons.patch
diff options
context:
space:
mode:
authorDominik Drobek <dominik.drobek (at) o2.pl>2020-01-25 07:24:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-25 07:24:27 +0700
commit10d40f27c9f65ef1bf2f7169bb5fd62dd81a20fa (patch)
treede933c7222855d085f9e2c16fd6713750eebbe9c /libraries/id3lib/patches/62-remove-remote-icons.patch
parenta1cbb9d55171f9913d5c1ebdb957075122937b1f (diff)
libraries/id3lib: Add upstream patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/id3lib/patches/62-remove-remote-icons.patch')
-rw-r--r--libraries/id3lib/patches/62-remove-remote-icons.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/libraries/id3lib/patches/62-remove-remote-icons.patch b/libraries/id3lib/patches/62-remove-remote-icons.patch
new file mode 100644
index 0000000000..6d929953f2
--- /dev/null
+++ b/libraries/id3lib/patches/62-remove-remote-icons.patch
@@ -0,0 +1,32 @@
+This patch removes two icons from the documentation which would be loaded from
+remote servers, thereby exposing the reader's IP address to potential tracking
+(lintian keywords privacy-breach-logo and privacy-breach-w3c-valid-html).
+
+Author: Stefan Ott <stefan@ott.net>
+--- a/doc/index.html
++++ b/doc/index.html
+@@ -427,24 +427,5 @@
+ </td>
+ </tr>
+ </table>
+-
+- <br><br>
+-
+- <table align="center" width="80%" border="0">
+- <tr>
+- <td align="left">
+- <a href="http://sourceforge.net">
+- <IMG src="http://sourceforge.net/sflogo.php?group_id=979&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net"></A>
+- </td>
+- <td align="right">
+-
+- <a href="http://validator.w3.org/check/referer">
+- <img border=0
+- src="http://validator.w3.org/images/vh401"
+- alt="Valid HTML 4.01!" height=31 width=88></a>
+- </td>
+- </tr>
+- </table>
+- <br>
+ </body>
+ </html>