diff options
Diffstat (limited to 'source/kde/patch/calligra.patch')
-rw-r--r-- | source/kde/patch/calligra.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/kde/patch/calligra.patch b/source/kde/patch/calligra.patch new file mode 100644 index 00000000..aac4ebf9 --- /dev/null +++ b/source/kde/patch/calligra.patch @@ -0,0 +1,3 @@ +# Patch an overflow vulnerability in calligra: +zcat $CWD/patch/calligra/calligra.words.fix_overflow.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + |