iSSH2
iSSH2 copied to clipboard
Libssh2 version fetched 1.9.0 instead of 1.10.0
Libssh2 version fetched 1.9.0 instead of 1.10.0
echo git ls-remote --tags https://github.com/libssh2/libssh2.git | egrep "libssh2-[0-9]+(\.[0-9])*[a-zA-Z]?$" | cut -f 2 -d - | sort -t . -r | head -n 1
1.9.0
A solution is https://github.com/Jan-E/iSSH2/commit/a1a1b82527aad16811270d23cc0c20fd3d64f70d
This should fix issues with old versions of libraries: https://github.com/Frugghi/iSSH2/pull/22