diff mbox series

[meta-oe,wrynose] libssh: upgrade 0.11.4 -> 0.11.5

Message ID 20260820065616.1427811-1-hthakar@cisco.com
State New
Headers show
Series [meta-oe,wrynose] libssh: upgrade 0.11.4 -> 0.11.5 | expand

Commit Message

From: Hetvi Thakar <hthakar@cisco.com>

Upgrade to the 0.11.5 security release to fix CVE-2026-15370 and CVE-2026-59843 through CVE-2026-59850.

Switch to the official GitLab mirror because the git.libssh.org endpoint no longer provides a usable Git repository for the new release.

Signed-off-by: Hetvi Thakar <hthakar@cisco.com>
---
 .../libssh/{libssh_0.11.4.bb => libssh_0.11.5.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libssh/{libssh_0.11.4.bb => libssh_0.11.5.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libssh/libssh_0.11.4.bb b/meta-oe/recipes-support/libssh/libssh_0.11.5.bb
similarity index 90%
rename from meta-oe/recipes-support/libssh/libssh_0.11.4.bb
rename to meta-oe/recipes-support/libssh/libssh_0.11.5.bb
index 292b8f797e..c28a417244 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.11.4.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.11.5.bb
@@ -6,14 +6,14 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0"
 
 DEPENDS = "zlib openssl"
 
-SRC_URI = "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable-0.11;tag=${BPN}-${PV} \
+SRC_URI = "git://gitlab.com/libssh/libssh-mirror.git;protocol=https;branch=stable-0.11;tag=${BPN}-${PV} \
            file://0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch \
            file://run-ptest \
           "
 
 SRC_URI:append:toolchain-clang = " file://0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch"
 
-SRCREV = "ca9c055d7c78ce357346ac7c2b14047568d47aa1"
+SRCREV = "a09fdd00416e53b6ed436df6ff14339a4f884601"
 
 
 inherit cmake ptest