diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-01-06 15:11:20 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-01-06 15:11:20 +0900 |
commit | 6f4038a48053da7074ad6bea429289329c0a9e3a (patch) | |
tree | 8d182ee759f09a63ab649178709af3b5694e948a /README.md | |
parent | 71a0998e9be628d808b2fe4d6aad26d69ba55b44 (diff) |
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
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.6.patch +patch -d libssh -p1 < patch/$(git --git-dir=./libssh/.git describe).patch # install build dependency bash ./scripts/install-build-deps.sh |