From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] libssh: Update to 0.10.6 Date: Mon, 08 Jan 2024 09:51:00 +0000 Message-ID: <29730c0b-dd74-4b32-a80b-01ac34594b02@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7932867740516786733==" List-Id: --===============7932867740516786733== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Please refer to https://www.libssh.org/2023/12/18/libssh-0-10-6-and-libssh-0-= 9-8-security-releases/ for this version's release announcement. Signed-off-by: Peter M=C3=BCller --- config/rootfiles/common/libssh | 2 +- lfs/libssh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libssh b/config/rootfiles/common/libssh index 464bf28c2..417a8be8d 100644 --- a/config/rootfiles/common/libssh +++ b/config/rootfiles/common/libssh @@ -13,5 +13,5 @@ #usr/lib/cmake/libssh/libssh-config.cmake #usr/lib/libssh.so usr/lib/libssh.so.4 -usr/lib/libssh.so.4.9.4 +usr/lib/libssh.so.4.9.6 #usr/lib/pkgconfig/libssh.pc diff --git a/lfs/libssh b/lfs/libssh index 36ff9f176..587a97921 100644 --- a/lfs/libssh +++ b/lfs/libssh @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.10.4 +VER =3D 0.10.6 =20 THISAPP =3D libssh-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 9349a688bdbd7c0d3bc93d6d0d6d55122ae9f918b922baeae8a7c6= d4ae3ec340e6607afdd8a47055176f31531aefa94b6cc2bda25d59625fe1a7f83823dd75f9 +$(DL_FILE)_BLAKE2 =3D 6ae1c611b685fa8ec5e5fb159f93493edf4d8ae8536300cd9a357d= aadc28ca2fbd8a64a22157744bc97e2e672b0b84b58e1167d7369fe88306b3581098af9f57 =20 install : $(TARGET) =20 --=20 2.35.3 --===============7932867740516786733==--