Commit bc86ea3f authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

libssh: security bump to version 0.7.3



Fixes:
CVE-2016-0739 - Bits/bytes confusion resulting in truncated
Difffie-Hellman secret length.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 9431433f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# from https://red.libssh.org/projects/libssh/files/
md5	5d7d468937649a6dfc6186edfff083db	libssh-0.7.2.tar.xz
# Locally calculated after checking signature on uncompressed libssh-0.7.2.tar
sha256	a32c45b9674141cab4bde84ded7d53e931076c6b0f10b8fd627f3584faebae62  libssh-0.7.2.tar.xz
md5	05465da8004f3258db946346213209de	libssh-0.7.3.tar.xz
# Locally calculated after checking signature on uncompressed libssh-0.7.3.tar
sha256	26ef46be555da21112c01e4b9f5e3abba9194485c8822ab55ba3d6496222af98  libssh-0.7.3.tar.xz
+2 −2
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@
#
################################################################################

LIBSSH_VERSION = 0.7.2
LIBSSH_VERSION = 0.7.3
LIBSSH_SOURCE = libssh-$(LIBSSH_VERSION).tar.xz
LIBSSH_SITE = https://red.libssh.org/attachments/download/177
LIBSSH_SITE = https://red.libssh.org/attachments/download/195
LIBSSH_LICENSE = LGPLv2.1
LIBSSH_LICENSE_FILES = COPYING
LIBSSH_INSTALL_STAGING = YES