forked from pool/kdeconnect-kde
It's ssh-dss, not ssh-dsa
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdeconnect-kde?expand=0&rev=54
This commit is contained in:
parent
493c91b7e9
commit
471d6cfef4
@ -13,7 +13,7 @@ Index: kdeconnect-kde-21.08.2/plugins/sftp/mounter.cpp
|
|||||||
<< QStringLiteral("-o") << QStringLiteral("StrictHostKeyChecking=no") //Do not ask for confirmation because it is not a known host
|
<< QStringLiteral("-o") << QStringLiteral("StrictHostKeyChecking=no") //Do not ask for confirmation because it is not a known host
|
||||||
<< QStringLiteral("-o") << QStringLiteral("UserKnownHostsFile=/dev/null") //Prevent storing as a known host
|
<< QStringLiteral("-o") << QStringLiteral("UserKnownHostsFile=/dev/null") //Prevent storing as a known host
|
||||||
- << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=351725
|
- << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=351725
|
||||||
+ << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-dsa") //https://bugs.kde.org/show_bug.cgi?id=351725
|
+ << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-dss") //https://bugs.kde.org/show_bug.cgi?id=351725
|
||||||
+ << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=443155
|
+ << QStringLiteral("-o") << QStringLiteral("HostKeyAlgorithms=+ssh-rsa") //https://bugs.kde.org/show_bug.cgi?id=443155
|
||||||
<< QStringLiteral("-o") << QStringLiteral("PubkeyAcceptedKeyTypes=+ssh-rsa")
|
<< QStringLiteral("-o") << QStringLiteral("PubkeyAcceptedKeyTypes=+ssh-rsa")
|
||||||
<< QStringLiteral("-o") << QStringLiteral("uid=") + QString::number(getuid())
|
<< QStringLiteral("-o") << QStringLiteral("uid=") + QString::number(getuid())
|
@ -3,7 +3,7 @@ Sun Oct 31 12:09:10 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
|||||||
|
|
||||||
- Make sshfs depencency versioned for kdeconnect-openssh-8.8.patch
|
- Make sshfs depencency versioned for kdeconnect-openssh-8.8.patch
|
||||||
- Add patch to add back option removed by kdeconnect-openssh-8.8.patch:
|
- Add patch to add back option removed by kdeconnect-openssh-8.8.patch:
|
||||||
* kdeconnect-add-back-ssh-dsa.patch
|
* kdeconnect-add-back-ssh-dss.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 31 08:47:15 UTC 2021 - munix9@googlemail.com
|
Sun Oct 31 08:47:15 UTC 2021 - munix9@googlemail.com
|
||||||
|
@ -35,7 +35,7 @@ Source100: kdeconnect-kde.SuSEfirewall
|
|||||||
Source101: kdeconnect-kde-firewalld.xml
|
Source101: kdeconnect-kde-firewalld.xml
|
||||||
# PATCH-FIX-OPENSUSE kdeconnect-openssh-8.8.patch boo#1191886
|
# PATCH-FIX-OPENSUSE kdeconnect-openssh-8.8.patch boo#1191886
|
||||||
Patch0: https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/kdeconnect/trunk/kdeconnect-openssh-8.8.patch
|
Patch0: https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/kdeconnect/trunk/kdeconnect-openssh-8.8.patch
|
||||||
Patch1: kdeconnect-add-back-ssh-dsa.patch
|
Patch1: kdeconnect-add-back-ssh-dss.patch
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user