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 /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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ cd mscp # prepare patched libssh git submodule update --init -patch -d libssh -p1 < patch/libssh-0.10.4.patch +patch -d libssh -p1 < patch/libssh-0.10.6.patch # install build dependency bash ./scripts/install-build-deps.sh |