[1/2] libssh: Update to version 0.9.3 .

Message ID 20200310082108.11270-1-erik.kapfer@ipfire.org
State Accepted
Commit 5b9e7d37c3299a9dd997fc7a8d52c5cc852ea343
Headers
Series [1/2] libssh: Update to version 0.9.3 . |

Commit Message

Erik Kapfer March 10, 2020, 8:21 a.m. UTC
  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 <erik.kapfer@ipfire.org>
---
 config/rootfiles/common/libssh | 3 ++-
 lfs/libssh                     | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
  

Comments

Michael Tremer March 10, 2020, 10:01 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 10 Mar 2020, at 08:21, Erik Kapfer <erik.kapfer@ipfire.org> wrote:
> 
> 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 <erik.kapfer@ipfire.org>
> ---
> 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  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2020  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.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)
> 
> -- 
> 2.12.2
>
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  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.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)