From f6f328f5d40e8d135fe1251ca13e2e521dd6aebf Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Thu, 3 Mar 2016 10:58:35 +0100 Subject: libssh2: CVE-2016-0787 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bits/bytes confusion resulting in truncated Diffie-Hellman secret length Reference: https://www.libssh2.org/adv_20160223.html Reference to upstream patch: https://www.libssh2.org/CVE-2016-0787.patch Signed-off-by: Sona Sarmadi Signed-off-by: Nora Björklund --- meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb') diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb b/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb index b53766333..8f64cf03a 100644 --- a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb +++ b/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb @@ -1,4 +1,5 @@ SUMMARY = "A client-side C library implementing the SSH2 protocol" +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" HOMEPAGE = "http://www.libssh2.org/" SECTION = "libs" @@ -7,7 +8,10 @@ DEPENDS = "zlib openssl" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509" -SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" +SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \ + file://CVE-2016-0787.patch \ + " + SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b" SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d" -- cgit v1.2.3-54-g00ecf