summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-01-06 15:11:20 +0900
committerRyo Nakamura <upa@haeena.net>2024-01-06 15:11:20 +0900
commit6f4038a48053da7074ad6bea429289329c0a9e3a (patch)
tree8d182ee759f09a63ab649178709af3b5694e948a /README.md
parent71a0998e9be628d808b2fe4d6aad26d69ba55b44 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7792d5f..70c3440 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.6.patch
+patch -d libssh -p1 < patch/$(git --git-dir=./libssh/.git describe).patch
# install build dependency
bash ./scripts/install-build-deps.sh