bump libssh to 0.10.6

libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
This commit is contained in:
Ryo Nakamura
2024-01-04 21:17:16 +09:00
parent e3484dbc05
commit 71a0998e9b
9 changed files with 451 additions and 17 deletions

View File

@@ -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