summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/07-disable-chromecast.patch16
-rw-r--r--debian/patches/series1
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/07-disable-chromecast.patch b/debian/patches/07-disable-chromecast.patch
new file mode 100644
index 0000000..5e76ebc
--- /dev/null
+++ b/debian/patches/07-disable-chromecast.patch
@@ -0,0 +1,16 @@
+Description: Disable Chromecast support to workaround security issues in Mongoose Simple web server
+Author: Reinhard Tartler <siretart@debian.org>
+Bug-Debian: http://bugs.debian.org/898943
+Last-Update: 2018-06-3
+
+--- a/src/smplayer.pro
++++ b/src/smplayer.pro
+@@ -38,7 +38,7 @@ DEFINES += MOUSE_GESTURES
+ DEFINES += GLOBALSHORTCUTS
+ DEFINES += ADD_BLACKBORDERS_FS
+ DEFINES += INITIAL_BLACKBORDERS
+-DEFINES += CHROMECAST_SUPPORT
++# DEFINES += CHROMECAST_SUPPORT
+
+ DEFINES += MPV_SUPPORT
+ DEFINES += MPLAYER_SUPPORT
diff --git a/debian/patches/series b/debian/patches/series
index 622dd1e..70654b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
05-add-debian-hardening-flags.patch
06-tryfixplaylist.patch
01-update-mime-types.patch
+07-disable-chromecast.patch