curl: update to 7.82.0

This commit is contained in:
Tom G. Christensen
2022-04-09 12:22:44 +02:00
parent e65854c684
commit da615c1ca9
3 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
--- curl-7.79.1/tests/sshserver.pl.rsa 2021-09-17 09:45:57.000000000 +0000
+++ curl-7.79.1/tests/sshserver.pl 2022-04-09 14:01:28.060010000 +0000
@@ -570,6 +570,8 @@
push @cfgarr, 'SyslogFacility AUTH';
push @cfgarr, 'UseLogin no';
push @cfgarr, 'X11Forwarding no';
+push @cfgarr, 'HostKeyAlgorithms +ssh-rsa';
+push @cfgarr, 'PubkeyAcceptedAlgorithms +ssh-rsa';
push @cfgarr, '#';