summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2018-06-03 16:38:02 -0400
committerReinhard Tartler <siretart@tauware.de>2018-06-03 16:38:02 -0400
commit0a6cfdcb8a062d860c85442ecad086471a4116a2 (patch)
tree903823ac71a715e96e49375f777830cbf0e5ed2b
parentffe9b1d7e7ad656887b45aa3c78989b80aa411a1 (diff)
Workaround security issues in Mongoose web server
This disables Chromecast support as workaround until upstream comes with a better solution
-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