diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-01-04 21:17:16 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-01-04 21:17:16 +0900 |
commit | 71a0998e9be628d808b2fe4d6aad26d69ba55b44 (patch) | |
tree | c3177208b5e22f558099db70ec7f85e9a9360a2f /patch/README.md | |
parent | e3484dbc053729353808f27e6b612c7215b3f61f (diff) |
bump libssh to 0.10.6
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
Diffstat (limited to 'patch/README.md')
-rw-r--r-- | patch/README.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/patch/README.md b/patch/README.md index e549a86..ce71827 100644 --- a/patch/README.md +++ b/patch/README.md @@ -1,13 +1,5 @@ -Patch(es) in this directory introduces `sftp_async_write()` and +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](https://archive.libssh.org/libssh/2020-06/0000004.html). - -```console -git clone https://git.libssh.org/projects/libssh.git/ --depth=1 -b libssh-0.10.4 -cd libssh -git apply ../pathc/libssh-0.10.4.patch - -# then build libssh -``` |