From patchwork Tue Mar 10 08:21:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Kapfer X-Patchwork-Id: 2826 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48c7N86n38z3wc3 for ; Tue, 10 Mar 2020 08:21:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48c7N66QPGz1JW; Tue, 10 Mar 2020 08:21:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48c7N46fB3z2yCT; Tue, 10 Mar 2020 08:21:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48c7N340mcz2y0t for ; Tue, 10 Mar 2020 08:21:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48c7N23zl4z12n; Tue, 10 Mar 2020 08:21:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1583828482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=3HdHoETUwJRjV15TeaYsG+UR6hDKMGSAF0M4WdA3aWU=; b=s8AYy50rowVWK4oJSXY6rM8r7PML8kcyr5Lsn0Pz+NzA1jwQRBwvHYM32HCQa/pY/u3ZLx yA+4oVT1mz/kqaAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1583828482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=3HdHoETUwJRjV15TeaYsG+UR6hDKMGSAF0M4WdA3aWU=; b=aiNsA7dTamK9CFw6FUmhADeQOWgEi1Sgr4bdOrIPH//w4l5Hy2ywg6+9vijSMN5ivkAtKc 7xtmPpf+xHhYG1Q1Jqv/PyhCy2r2isN8gFNtRZ7Shd8eMZ13BkC32I0tA7Pe+7CZ0NLwFg w3oBOIW+SH5lL5WYwfY1AzoZgvmUFsZIsKnDx+eeUQDRe4/OlAv8nqR7o0yArIz7fTRd/S TXAczujGLaK2iMXexsUb3Msv6swgQ6kDnNy/R8cnKjQmxlHkk3NAWKUWSnXmlHjgXE+VzI cX2onjNGEksQCYZ4GPA6ha1PE0RQxzS6EOzuzlW2CIMcYuOEjMDKQSZAl7065w== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH 1/2] libssh: Update to version 0.9.3 . Date: Tue, 10 Mar 2020 09:21:07 +0100 Message-Id: <20200310082108.11270-1-erik.kapfer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=erik.kapfer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes CVE-2019-14889 and several issues after an security audit. The complete changelog can be found in here --> https://www.libssh.org/category/release/ . This version is also needed for tshark-3.2.2 to prevent 'error while loading shared libraries: libssh.so.4' for sshdump and ciscodump. Signed-off-by: Erik Kapfer Reviewed-by: Michael Tremer --- config/rootfiles/common/libssh | 3 ++- lfs/libssh | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libssh b/config/rootfiles/common/libssh index a454f07fb..0bde1b45d 100644 --- a/config/rootfiles/common/libssh +++ b/config/rootfiles/common/libssh @@ -7,9 +7,10 @@ #usr/include/libssh/sftp.h #usr/include/libssh/ssh2.h #usr/lib/cmake/libssh +#usr/lib/cmake/libssh/libssh-config-noconfig.cmake #usr/lib/cmake/libssh/libssh-config-version.cmake #usr/lib/cmake/libssh/libssh-config.cmake #usr/lib/libssh.so usr/lib/libssh.so.4 -usr/lib/libssh.so.4.8.1 +usr/lib/libssh.so.4.8.4 #usr/lib/pkgconfig/libssh.pc diff --git a/lfs/libssh b/lfs/libssh index d8edca234..4eaddcd70 100644 --- a/lfs/libssh +++ b/lfs/libssh @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 @@ include Config -VER = 0.9.0 +VER = 0.9.3 THISAPP = libssh-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d2334521d83fe20309ed43a62321e7c2 +$(DL_FILE)_MD5 = f35e9ad384f29375718682a88a3885da install : $(TARGET)