summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-09-28 18:18:11 +0000
committer Eric Hameleers <alien@slackware.com>2021-09-29 08:59:56 +0200
commitf5ddf9be6f3b4a96f4739928ff84e2c274ea6cc1 (patch)
tree681b77363077d5d4927089acbf5901eff2825218 /source/kde/kde/patch
parent14c5bb40d1dfae2acc1a0c84ef261d09fbea0001 (diff)
downloadcurrent-f5ddf9be6f3b4a96f4739928ff84e2c274ea6cc1.tar.gz
current-f5ddf9be6f3b4a96f4739928ff84e2c274ea6cc1.tar.xz
Tue Sep 28 18:18:11 UTC 202120210928181811
kde/knewstuff-5.86.0-x86_64-2.txz: Rebuilt. [PATCH] Fix crash in DownloadWidget. l/pygobject3-3.42.0-x86_64-1.txz: Upgraded. n/pinentry-1.2.0-x86_64-1.txz: Upgraded. x/libinput-1.19.1-x86_64-1.txz: Upgraded. xap/seamonkey-2.53.9.1-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.9.1 (* Security fix *)
Diffstat (limited to 'source/kde/kde/patch')
-rw-r--r--source/kde/kde/patch/knewstuff.patch2
-rw-r--r--source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch27
2 files changed, 29 insertions, 0 deletions
diff --git a/source/kde/kde/patch/knewstuff.patch b/source/kde/kde/patch/knewstuff.patch
new file mode 100644
index 000000000..facd03848
--- /dev/null
+++ b/source/kde/kde/patch/knewstuff.patch
@@ -0,0 +1,2 @@
+# Crash fix from upstream:
+cat $CWD/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch b/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch
new file mode 100644
index 000000000..8068fc6c4
--- /dev/null
+++ b/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch
@@ -0,0 +1,27 @@
+From d09ba1917cb7e035a9aac6c27c86fc4df5da3194 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid <aacid@kde.org>
+Date: Mon, 27 Sep 2021 20:05:09 +0200
+Subject: [PATCH] Fix crash in DownloadWidget
+
+BUGS: 443025
+---
+ src/downloadwidget.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/downloadwidget.cpp b/src/downloadwidget.cpp
+index 40df2e8c..36cfde37 100644
+--- a/src/downloadwidget.cpp
++++ b/src/downloadwidget.cpp
+@@ -97,7 +97,7 @@ Entry::List DownloadWidget::installedEntries()
+ }
+
+ DownloadWidgetPrivate::DownloadWidgetPrivate(DownloadWidget *qq)
+- : q(q)
++ : q(qq)
+ , engine(new KNSCore::Engine)
+ , model(new KNSCore::ItemsModel(engine))
+ , messageTimer(nullptr)
+--
+GitLab
+
+