From c7bd1c4a9acdbe0108340a4e1157aa8a156d47f3 Mon Sep 17 00:00:00 2001 From: bump Date: Tue, 28 Jul 2026 17:38:51 +0000 Subject: [PATCH] Update libssh to 0.12.2 from 0.12.1 Source diff 0.12.1..0.12.2 https://gitlab.com/libssh/libssh-mirror/-/compare/libssh-0.12.1...libssh-0.12.2 Release notes https://gitlab.com/libssh/libssh-mirror/-/tags/libssh-0.12.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a609d3e..6d97bb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -632,9 +632,9 @@ RUN \ # bump: libssh after ./hashupdate Dockerfile LIBSSH $LATEST # bump: libssh link "Source diff $CURRENT..$LATEST" https://gitlab.com/libssh/libssh-mirror/-/compare/libssh-$CURRENT...libssh-$LATEST # bump: libssh link "Release notes" https://gitlab.com/libssh/libssh-mirror/-/tags/libssh-$LATEST -ARG LIBSSH_VERSION=0.12.1 +ARG LIBSSH_VERSION=0.12.2 ARG LIBSSH_URL="https://gitlab.com/libssh/libssh-mirror/-/archive/libssh-$LIBSSH_VERSION/libssh-mirror-libssh-$LIBSSH_VERSION.tar.gz" -ARG LIBSSH_SHA256=8c45cb01fbd373334561fd6d1bbe124cdc6ef541c17fc17dee10747ce2d6433f +ARG LIBSSH_SHA256=92fef8a348070a6786667ed724d5e808d2530464bac37559a8d59c70ab1f1a83 # LIBSSH_STATIC=1 is REQUIRED to link statically against libssh.a so add to pkg-config file RUN \ wget $WGET_OPTS -O libssh.tar.gz "$LIBSSH_URL" && \