Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-01-24 21:14:02 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-01-24 21:14:02 +0300
commit88f6b1e55ec4c785bc57346d1688061c194b306f (patch)
treec49f0359930b7cdbb4a8487ae9173d871a1f682e /Duplicati/Library/Backend/SSHv2
parente50d011a1d4390f60f90683eab331c8449dfc71e (diff)
Update SSH.NET to version 2020.0.1.
From the release notes: Even though RFC 4253 requires that an identification string MUST be terminated by a carriage return and line feed, this fix restores support for banners and identification strings that are only terminated by a line feed. This is a workaround for an issue in version 7.4 of OpenSSH which was fixed in version 7.5.
Diffstat (limited to 'Duplicati/Library/Backend/SSHv2')
-rw-r--r--Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj4
-rw-r--r--Duplicati/Library/Backend/SSHv2/packages.config2
2 files changed, 3 insertions, 3 deletions
diff --git a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
index 084f7a538..83852a7e9 100644
--- a/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
+++ b/Duplicati/Library/Backend/SSHv2/Duplicati.Library.Backend.SSHv2.csproj
@@ -36,8 +36,8 @@
<AssemblyOriginatorKeyFile>Duplicati.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
- <Reference Include="Renci.SshNet, Version=2020.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106">
- <HintPath>..\..\..\..\packages\SSH.NET.2020.0.0\lib\net40\Renci.SshNet.dll</HintPath>
+ <Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106">
+ <HintPath>..\..\..\..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
diff --git a/Duplicati/Library/Backend/SSHv2/packages.config b/Duplicati/Library/Backend/SSHv2/packages.config
index 821d9718b..d3ed2e2fe 100644
--- a/Duplicati/Library/Backend/SSHv2/packages.config
+++ b/Duplicati/Library/Backend/SSHv2/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="SSH.NET" version="2020.0.0" targetFramework="net471" />
+ <package id="SSH.NET" version="2020.0.1" targetFramework="net471" />
</packages> \ No newline at end of file