[Pkg-samba-maint] [samba] 01/01: Fix privacy breach on google.com from documentation
Mathieu Parent
sathieu at moszumanska.debian.org
Sun Jul 26 20:40:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch experimental
in repository samba.
commit 515a7f7aeb9d425c15cf8a598605d7f3b8e4ad3e
Author: Mathieu Parent <math.parent at gmail.com>
Date: Sun Jul 26 22:37:32 2015 +0200
Fix privacy breach on google.com from documentation
And make the bar1.jpg relative
---
ctdb/web/footer.html | 4 +--
debian/changelog | 1 +
.../patches/Fix-privacy-breach-on-google.com.patch | 33 ++++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/ctdb/web/footer.html b/ctdb/web/footer.html
index a9758e8..36e48fc 100644
--- a/ctdb/web/footer.html
+++ b/ctdb/web/footer.html
@@ -2,13 +2,13 @@
</tr>
<TR ALIGN="center">
- <TD><BR><a name="search"></a><img src="/bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=">
+ <TD><BR><a name="search"></a><img src="./bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=">
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom">
<table border="0">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
-<a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" /></a>
+<a href="http://www.google.com/">Google</a>
</td><td nowrap="nowrap">
<input type="hidden" name="domains" value="samba.org" />
<input type="text" name="q" size="31" maxlength="255" value="CTDB " />
diff --git a/debian/changelog b/debian/changelog
index 5c41203..9d004ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ samba (2:4.2.1+dfsg-1) UNRELEASED; urgency=medium
- ctdb-tests depends on python
* Fix CTDB socketpath parsing
* Fix CTDB build with PMDA
+ * ctdb: Fix privacy breach on google.com (from documentation)
-- Jelmer Vernooij <jelmer at debian.org> Sun, 07 Dec 2014 15:34:36 +0000
diff --git a/debian/patches/Fix-privacy-breach-on-google.com.patch b/debian/patches/Fix-privacy-breach-on-google.com.patch
new file mode 100644
index 0000000..591629a
--- /dev/null
+++ b/debian/patches/Fix-privacy-breach-on-google.com.patch
@@ -0,0 +1,33 @@
+From 150333769e34e075ca4a8eb6d71a4654348eb7d0 Mon Sep 17 00:00:00 2001
+From: Mathieu Parent <math.parent at gmail.com>
+Date: Sun, 26 Jul 2015 22:37:32 +0200
+Subject: [PATCH] Fix privacy breach on google.com
+
+And make the bar1.jpg relative
+---
+ ctdb/web/footer.html | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/ctdb/web/footer.html b/ctdb/web/footer.html
+index a9758e8..36e48fc 100644
+--- a/ctdb/web/footer.html
++++ b/ctdb/web/footer.html
+@@ -2,13 +2,13 @@
+ </tr>
+
+ <TR ALIGN="center">
+- <TD><BR><a name="search"></a><img src="/bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=">
++ <TD><BR><a name="search"></a><img src="./bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=">
+
+ <!-- SiteSearch Google -->
+ <form method="get" action="http://www.google.com/custom">
+ <table border="0">
+ <tr><td nowrap="nowrap" valign="top" align="left" height="32">
+-<a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" /></a>
++<a href="http://www.google.com/">Google</a>
+ </td><td nowrap="nowrap">
+ <input type="hidden" name="domains" value="samba.org" />
+ <input type="text" name="q" size="31" maxlength="255" value="CTDB " />
+--
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index ae2e2c3..d1fcb5b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ heimdal-rfc3454.txt
no_wrapper
ctdb_sockpath.patch
Fix-CTDB-build-with-PMDA.patch
+Fix-privacy-breach-on-google.com.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list