From 8e7fd35ffe2b4e1058cc524caf503aa2a58c88d3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Sep 2025 15:56:56 +0530 Subject: [PATCH] libssh: upgrade 0.11.2 -> 0.11.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Divya Chellam Signed-off-by: Gyorgy Sarvari --- .../libssh/{libssh_0.11.2.bb => libssh_0.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libssh/{libssh_0.11.2.bb => libssh_0.11.3.bb} (96%) diff --git a/meta-oe/recipes-support/libssh/libssh_0.11.2.bb b/meta-oe/recipes-support/libssh/libssh_0.11.3.bb similarity index 96% rename from meta-oe/recipes-support/libssh/libssh_0.11.2.bb rename to meta-oe/recipes-support/libssh/libssh_0.11.3.bb index 5baaa49949..13533082e8 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.11.2.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.11.3.bb @@ -13,7 +13,7 @@ SRC_URI = "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable SRC_URI:append:toolchain-clang = " file://0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch" -SRCREV = "dff6c0821ed54f6fbf5b755af43f54cbb723b1b1" +SRCREV = "301d0e16dfa8a5cac1cff956b6880ca90eb82864" S = "${WORKDIR}/git"