summaryrefslogtreecommitdiffstats
path: root/kde/patch/kwallet.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kwallet.patch')
-rw-r--r--kde/patch/kwallet.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/patch/kwallet.patch b/kde/patch/kwallet.patch
new file mode 100644
index 0000000..3145d3c
--- /dev/null
+++ b/kde/patch/kwallet.patch
@@ -0,0 +1,5 @@
+# Fix for kwallet -which was encrypting to ECB instead of CBC:
+zcat $CWD/patch/kde-runtime/kwallet_cbcfix.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Automatically convert old wallets from ECB to CBC:
+zcat $CWD/patch/kde-runtime/kwallet_convert_ecb2cbc.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+