summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdeconnect-kde/kdeconnect-kde_openssh-8.2.diff
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-04-26 14:52:08 +0200
committer Eric Hameleers <alien@slackware.com>2020-04-26 14:52:08 +0200
commit765a33aedd06f7553d81077b08f844a7cb2394cc (patch)
tree508f27c9aad938574f58e0a26e77814cf1d32375 /kde/patch/kdeconnect-kde/kdeconnect-kde_openssh-8.2.diff
parent40610b8a6d0cb935703ed0afa957f4b7bba3036f (diff)
downloadktown-765a33aedd06f7553d81077b08f844a7cb2394cc.tar.gz
ktown-765a33aedd06f7553d81077b08f844a7cb2394cc.tar.xz
Kdeconnect moved from plasma-extra to applications
Also, the name was changed from kdeconnect-framework back to kdeconnect-kde.
Diffstat (limited to '')
-rw-r--r--kde/patch/kdeconnect-kde/kdeconnect-kde_openssh-8.2.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde/patch/kdeconnect-kde/kdeconnect-kde_openssh-8.2.diff b/kde/patch/kdeconnect-kde/kdeconnect-kde_openssh-8.2.diff
new file mode 100644
index 0000000..ff067aa
--- /dev/null
+++ b/kde/patch/kdeconnect-kde/kdeconnect-kde_openssh-8.2.diff
@@ -0,0 +1,12 @@
+diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
+index fca9907c..f673c9f7 100644
+--- a/plugins/sftp/mounter.cpp
++++ b/plugins/sftp/mounter.cpp
+@@ -145,6 +145,7 @@ void Mounter::onPackageReceived(const NetworkPacket& np)
+ << QStringLiteral("-o") << QStringLiteral("reconnect")
+ << QStringLiteral("-o") << QStringLiteral("ServerAliveInterval=30")
+ << QStringLiteral("-o") << QStringLiteral("password_stdin")
++ << QStringLiteral("-o") << QStringLiteral("KexAlgorithms=+diffie-hellman-group14-sha1")
+ ;
+
+ m_proc->setProgram(program, arguments);