From 7c528ca980953303f62fb6376e55122b456e2962 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 30 Jun 2026 01:33:59 +0000 Subject: [PATCH 1/2] Update libssh2 submodule to patched version and bump versions --- Cargo.toml | 4 ++-- libssh2-sys/Cargo.toml | 2 +- libssh2-sys/libssh2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17423cbf..dd4d2493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh2" -version = "0.9.5" +version = "0.9.6" authors = ["Alex Crichton ", "Wez Furlong ", "Matteo Bigoi "] license = "MIT OR Apache-2.0" keywords = ["ssh"] @@ -20,7 +20,7 @@ openssl-on-win32 = ["libssh2-sys/openssl-on-win32"] [dependencies] bitflags = "2" libc = "0.2" -libssh2-sys = { path = "libssh2-sys", version = "0.3.1" } +libssh2-sys = { path = "libssh2-sys", version = "0.3.2" } parking_lot = "0.12" [dev-dependencies] diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml index dab1f1b6..1692a9de 100644 --- a/libssh2-sys/Cargo.toml +++ b/libssh2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libssh2-sys" -version = "0.3.1" +version = "0.3.2" authors = ["Alex Crichton ", "Wez Furlong ", "Matteo Bigoi "] links = "ssh2" build = "build.rs" diff --git a/libssh2-sys/libssh2 b/libssh2-sys/libssh2 index a312b433..090f23d1 160000 --- a/libssh2-sys/libssh2 +++ b/libssh2-sys/libssh2 @@ -1 +1 @@ -Subproject commit a312b43325e3383c865a87bb1d26cb52e3292641 +Subproject commit 090f23d1852a0b62e081bd12c4d05adc1c4af47a From 905141be30e8eb8e2a29864f41200e21ba225a57 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 24 Jun 2026 15:53:56 +0000 Subject: [PATCH 2/2] Temporarily point libssh2 submodule to Manishearth fork for CI --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 76593a51..a6bfd121 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "libssh2-sys/libssh2"] path = libssh2-sys/libssh2 - url = https://github.com/libssh2/libssh2 + url = https://github.com/Manishearth/libssh2 branch = master