[neon/kde/kdeconnect/Neon/unstable] debian/patches: remove patch now in branch

Jonathan Esk-Riddell null at kde.org
Fri Sep 16 19:29:31 BST 2022


Git commit 9a0065e3d00086778018e6b04fba64f58473db6a by Jonathan Esk-Riddell.
Committed on 16/09/2022 at 18:29.
Pushed by jriddell into branch 'Neon/unstable'.

remove patch now in branch

D  +0    -18   debian/patches/kdeconnect-openssh-8.2.patch
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kde/kdeconnect/commit/9a0065e3d00086778018e6b04fba64f58473db6a

diff --git a/debian/patches/kdeconnect-openssh-8.2.patch b/debian/patches/kdeconnect-openssh-8.2.patch
deleted file mode 100644
index dbf2f901..00000000
--- a/debian/patches/kdeconnect-openssh-8.2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Antonio Rojas <arojas at archlinux.org>
-Description: Compatibility with openssh 8.2
-Bug: https://bugs.kde.org/show_bug.cgi?id=417787
-Bug-Debian: https://bugs.debian.org/953843
-Bug-Ubuntu: https://launchpad.net/bugs/1872075
-
-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);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 53524562..00000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-kdeconnect-openssh-8.2.patch


More information about the Neon-commits mailing list