[Debian-ha-commits] [crmsh] 07/07: Added patch to fix privacy-breach-generic

Richard Winters devrik-guest at moszumanska.debian.org
Fri Jan 29 16:28:55 UTC 2016


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

devrik-guest pushed a commit to branch master
in repository crmsh.

commit f283c96c1a53d8de74af0a4f4c512069897867ac
Author: Richard B Winters <rik at mmogp.com>
Date:   Fri Jan 29 11:27:12 2016 -0500

    Added patch to fix privacy-breach-generic
    
     - Patch removes embedded youtube video from a news
       entry
     - Series file updated
    
    Change-Id: Ifc8fa341bc74d896fc61959203c65d6d6831cfb6
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 ...y-breach-generic-caused-by-youtube-iframe.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0006-Fix-privacy-breach-generic-caused-by-youtube-iframe.patch b/debian/patches/0006-Fix-privacy-breach-generic-caused-by-youtube-iframe.patch
new file mode 100644
index 0000000..074aef2
--- /dev/null
+++ b/debian/patches/0006-Fix-privacy-breach-generic-caused-by-youtube-iframe.patch
@@ -0,0 +1,26 @@
+From: Richard B Winters <rik at mmogp.com>
+Date: Fri, 29 Jan 2016 11:26:22 -0500
+Subject: Fix privacy-breach-generic caused by youtube iframe
+
+ - Modified 2015-05-13-releaswe-2_1_4.adoc so as not to 
+   embed the youtube video
+
+Change-Id: Iaaf487ace95f5c5b02ba5f89d796e08e9abab4fd
+Signed-off-by: Richard B Winters <rik at mmogp.com>
+---
+ doc/website-v1/news/2015-05-13-release-2_1_4.adoc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/doc/website-v1/news/2015-05-13-release-2_1_4.adoc b/doc/website-v1/news/2015-05-13-release-2_1_4.adoc
+index 31297cf..e1dc9df 100644
+--- a/doc/website-v1/news/2015-05-13-release-2_1_4.adoc
++++ b/doc/website-v1/news/2015-05-13-release-2_1_4.adoc
+@@ -50,7 +50,7 @@ builds upon the crmsh history feature at openSUSE conf in The Hague
+ earlier this month. The video of that presentation is online here:
+ 
+ ++++++++++++
+-<iframe width="420" height="315" src="https://www.youtube.com/embed/mngfxzXkFLw" frameborder="0" allowfullscreen></iframe>
++<iframe width="420" height="315" src="/" frameborder="0" allowfullscreen></iframe>
+ ++++++++++++
+ 
+ https://www.youtube.com/watch?v=mngfxzXkFLw
diff --git a/debian/patches/series b/debian/patches/series
index cc4faf0..d8cdcc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Add-remote-resource-to-local-cache.patch
 0004-Fix-privacy-breach-generic-caused-by-footer-template.patch
 0005-Fix-privacy-breach-generic-caused-by-atom-xml-templa.patch
+0006-Fix-privacy-breach-generic-caused-by-youtube-iframe.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git



More information about the Debian-HA-Commits mailing list