summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-01-04 21:17:16 +0900
committerRyo Nakamura <upa@haeena.net>2024-01-04 21:17:16 +0900
commit71a0998e9be628d808b2fe4d6aad26d69ba55b44 (patch)
treec3177208b5e22f558099db70ec7f85e9a9360a2f /README.md
parente3484dbc053729353808f27e6b612c7215b3f61f (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4747dbf..7792d5f 100644
--- a/README.md
+++ b/README.md
@@ -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