Files
mscp/patch
Ryo Nakamura 6f4038a480 bump libssh to libssh-0.10.6-2-g6f1b1e76
libssh 0.10.6 has a regression in IPv6 parsing, so we pick
stable-0.10 that includes the fixes.

https://gitlab.com/libssh/libssh-mirror/-/issues/227
2024-01-06 15:11:20 +09:00
..
2022-11-26 23:16:56 +09:00
2024-01-04 21:17:16 +09:00
2024-01-04 21:17:16 +09:00

Patches in this directory introduces sftp_async_write() and sftp_async_write_end() to libssh. Those implementations are derived from https://github.com/limes-datentechnik-gmbh/libssh. See Re: SFTP Write async.