Bug#897950: [patch] curl: replace from libssh2 to libssh to improve security

2022-09-30 Thread Micha
Another argument:When using curl on Debian to upload data via SFTP, ~/.ssh/known_hosts entries are interpreted different compared to how other SSH clients (OpenSSH, Dropbear, ...) do it, including curl on Ubuntu:Entries starting like `host` (compared to `[host]:port`) are accepted for all

Bug#897950: [patch] curl: replace from libssh2 to libssh to improve security

2020-06-29 Thread Sebastien Bacher
Dear curl maintainer, Is there a chance you would consider doing that change? Libssh is better maintained and it would make sense Thanks,

Bug#897950: [patch] curl: replace from libssh2 to libssh to improve security

2019-01-31 Thread Sebastien Bacher
Hey there, We would also like to see that for Ubuntu since libssh is in main, switching would allow to also remove the debian/rules hack to disable the sftp backend on Ubuntu. Updated patch included diff -Nru curl-7.63.0/debian/changelog curl-7.63.0/debian/changelog ---