]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libssh: Update to 0.10.6
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 8 Jan 2024 09:51:00 +0000 (09:51 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 11 Jan 2024 11:59:09 +0000 (11:59 +0000)
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üller <peter.mueller@ipfire.org>
config/rootfiles/common/libssh
lfs/libssh

index 464bf28c23efaa090b86e796e74dc6ea688601f6..417a8be8de4ca1b9bc2baa483d7669ea078ff148 100644 (file)
@@ -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
index 36ff9f176cb7372d963f6a2f76dbcb4d2e55a723..587a97921a7be5000b53a2b63ea317effc17d169 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 0.10.4
+VER        = 0.10.6
 
 THISAPP    = libssh-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9349a688bdbd7c0d3bc93d6d0d6d55122ae9f918b922baeae8a7c6d4ae3ec340e6607afdd8a47055176f31531aefa94b6cc2bda25d59625fe1a7f83823dd75f9
+$(DL_FILE)_BLAKE2 = 6ae1c611b685fa8ec5e5fb159f93493edf4d8ae8536300cd9a357daadc28ca2fbd8a64a22157744bc97e2e672b0b84b58e1167d7369fe88306b3581098af9f57
 
 install : $(TARGET)