diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-02-24 09:01:43 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-24 17:36:23 +0100 |
commit | bc86ea3fee44a915b8e29c9a966ebcd8ca46ec7d (patch) | |
tree | 168be245419b13797629240287178ebae72c0fdb /package/libssh/libssh.mk | |
parent | 9431433f01bf239245dd1dd50669ff8d047b25ce (diff) | |
download | buildroot-bc86ea3fee44a915b8e29c9a966ebcd8ca46ec7d.tar.gz buildroot-bc86ea3fee44a915b8e29c9a966ebcd8ca46ec7d.zip |
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: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libssh/libssh.mk')
-rw-r--r-- | package/libssh/libssh.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk index d425ff0b74..29bbf4e9f2 100644 --- a/package/libssh/libssh.mk +++ b/package/libssh/libssh.mk @@ -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 |