From dbe2e1726c8ef6062cd543ee04d0793237e01086 Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Tue, 19 Dec 2023 20:53:55 +0100 Subject: [PATCH] update libssh 0.10.6 with https://www.libssh.org/2023/12/18/libssh-0-10-6-and-libssh-0-9-8-security-releases/ --- build_3rdparty.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_3rdparty.py b/build_3rdparty.py index 87d25cf..bc3f03c 100755 --- a/build_3rdparty.py +++ b/build_3rdparty.py @@ -88,8 +88,8 @@ 'libssh': { 'order' : 3, 'shadow': True, - 'url' : 'https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.10.5.tar.xz', - 'sha1' : '6c9c51aec473e409cb4086ce77d299f39bc1d533', + 'url' : 'https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz', + 'sha1' : 'e8fb3b4750db11d2483cac4b5f046e301c09b72f', 'target': { 'mingw-w64': { 'result': ['include/libssh/libssh.h', 'lib/libssh.a'],