From 6f4038a48053da7074ad6bea429289329c0a9e3a Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Sat, 6 Jan 2024 15:11:20 +0900 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3