[grads] 14/17: Include favicon.png rather than read remotely: privacy breach

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 11:29:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag debian/3%2.2.0-1
in repository grads.

commit 2739afb5f57e405d232338b8c96c844b4a275202
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Oct 20 09:49:15 2017 +0100

    Include favicon.png rather than read remotely: privacy breach
---
 debian/changelog                          |   5 +++--
 debian/favicon.png                        | Bin 0 -> 791 bytes
 debian/patches/privacy-include-icon.patch |  19 +++++++++++++++++++
 debian/patches/series                     |   1 +
 debian/rules                              |   4 ++++
 5 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 359db7d..996ab1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-grads (3:2.2.0-1) UNRELEASED; urgency=medium
+grads (3:2.2.0-1) unstable; urgency=medium
 
   * New upstream release
   * Patch needed to pass geotiff_inc 
@@ -8,8 +8,9 @@ grads (3:2.2.0-1) UNRELEASED; urgency=medium
   * Drop build-dependency on transitional libhdf5-serial-dev. 
     Closes: #879138, #740013
   * Patch needed to build: remove static on gcmn.
+  * Include favicon.png rather than read remotely: privacy breach
 
- -- Alastair McKinstry <mckinstry at debian.org>  Wed, 04 Oct 2017 16:10:25 +0100
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 20 Oct 2017 09:38:05 +0100
 
 grads (3:2.1.1.b0-1) unstable; urgency=medium
 
diff --git a/debian/favicon.png b/debian/favicon.png
new file mode 100644
index 0000000..4754c4c
Binary files /dev/null and b/debian/favicon.png differ
diff --git a/debian/patches/privacy-include-icon.patch b/debian/patches/privacy-include-icon.patch
new file mode 100644
index 0000000..ee84d62
--- /dev/null
+++ b/debian/patches/privacy-include-icon.patch
@@ -0,0 +1,19 @@
+Description: Debian will include the favicon.png locally, to avoid remote access
+ when reading docs (privacy breach)
+Author: Alastair McKinstry <mckinstry at debian.org>
+Last-Updated: 2017-10-20
+Forwarded: no
+
+Index: grads-2.2.0/doc/gadoc.html
+===================================================================
+--- grads-2.2.0.orig/doc/gadoc.html
++++ grads-2.2.0/doc/gadoc.html
+@@ -4,7 +4,7 @@
+ <title>GrADS Documentation</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <link rel="stylesheet" type="text/css" href="COLA.css">
+-<link rel="shortcut icon" href="http://brand.gmu.edu/wp-content/uploads/favicon.png">
++<link rel="shortcut icon" href="favicon.png">
+ </head>
+ 
+ <body>
diff --git a/debian/patches/series b/debian/patches/series
index b3f54ab..bf643ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 # hdf4-netcdf.patch
+privacy-include-icon.patch
 nc-config.patch
 hdf4-alt.patch
 supplibs.patch
diff --git a/debian/rules b/debian/rules
index 1081cdb..02d5519 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,4 +51,8 @@ override_dh_auto_configure:
 	mkdir -p  data doc
 	( cd data ; tar xapf ../../grads_2.2.0.orig-data.tar.xz )
 	( cd doc ; tar xapf ../../grads_2.2.0.orig-example.tar.xz )
+	cp debian=/favicon.png doc/favicon.png
 
+override_dh_auto_install:
+	dh_auto_install
+	find debian/tmp -name '*.la' -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/grads.git



More information about the debian-science-commits mailing list