[SCM] smplayer/stretch: Add patch to disable executes javascript code downloaded from insecure URL. (Closes: #870233)

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Mon Jul 31 11:20:31 UTC 2017


The following commit has been merged in the stretch branch:
commit 2831d03e5e7cbb9328469ad92e0fea8ec19ee943
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Mon Jul 31 13:14:13 2017 +0200

    Add patch to disable executes javascript code downloaded from insecure URL. (Closes: #870233)

diff --git a/debian/changelog b/debian/changelog
index 3574edc..d766df6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-smplayer (16.11.0~ds0-1+deb9u1) stable-proposed-updates; urgency=high
+smplayer (16.11.0~ds0-1+deb9u1) stretch; urgency=high
 
   * Merge from upstream fix connections to youtube. (Closes: #869411)
+  * Add patch to disable executes javascript code downloaded from insecure URL.
+    (Closes: #870233)
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Sun, 23 Jul 2017 12:10:13 +0200
 
diff --git a/debian/patches/07-fixyoutube.patch b/debian/patches/07-fixyoutube.patch
index b968a03..78d3fe5 100644
--- a/debian/patches/07-fixyoutube.patch
+++ b/debian/patches/07-fixyoutube.patch
@@ -1,5 +1,6 @@
 Description: Fix connections to youtube.
 Bug-Debian: http://bugs.debian.org/869411
+Author: Ricardo Villalba <rvm at escomposlinux.org>
 
 --- a/src/youtube/sig.cpp
 +++ b/src/youtube/sig.cpp
diff --git a/debian/patches/08-870233.patch b/debian/patches/08-870233.patch
new file mode 100644
index 0000000..d6a0975
--- /dev/null
+++ b/debian/patches/08-870233.patch
@@ -0,0 +1,16 @@
+Description: Disable executes javascript code downloaded from insecure URL
+Author: Mateusz Łukasik <mati75 at linuxmint.pl>
+Bug-Debian: https://bugs.debian.org/870233
+Last-Update: 2017-07-31
+
+--- a/src/smplayer.pro
++++ b/src/smplayer.pro
+@@ -439,7 +439,7 @@ contains( DEFINES, YOUTUBE_SUPPORT ) {
+ 
+ 	contains( DEFINES, YT_USE_SCRIPT ) {
+ 		DEFINES += YT_USE_SIG
+-		DEFINES += YT_USE_YTSIG
++		#DEFINES += YT_USE_YTSIG
+ 		QT += script
+ 	}
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5ce0534..7f9d3a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 06-tryfixplaylist.patch
 01-update-mime-types.patch
 07-fixyoutube.patch
+08-870233.patch

-- 
smplayer packaging



More information about the pkg-multimedia-commits mailing list