summaryrefslogtreecommitdiffstats
path: root/kde/patch/messagelib.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-12-09 15:39:22 +0100
committer Eric Hameleers <alien@slackware.com>2018-12-09 15:39:22 +0100
commitb8f46a1ec3e6915d83803e5014e8d7676fdb79f8 (patch)
tree51d3478c2ca8b324a9bb6434c052db84681c98da /kde/patch/messagelib.patch
parent8c3e13b71b9b8137f6e807196c31ca6a7cfa6375 (diff)
downloadktown-b8f46a1ec3e6915d83803e5014e8d7676fdb79f8.tar.gz
ktown-b8f46a1ec3e6915d83803e5014e8d7676fdb79f8.tar.xz
KDE messagelib: apply security patch
CVE-2018-19516: HTML email can open browser window automatically.
Diffstat (limited to 'kde/patch/messagelib.patch')
-rw-r--r--kde/patch/messagelib.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/messagelib.patch b/kde/patch/messagelib.patch
new file mode 100644
index 0000000..982de5c
--- /dev/null
+++ b/kde/patch/messagelib.patch
@@ -0,0 +1,4 @@
+# CVE-2018-19516: HTML email can open browser window automatically.
+# Fixed in messagelib of KDE Applications 18.12.0.
+cat $CWD/patch/messagelib/messagelib_CVE-2018-19516.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+