summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-03-03 10:58:34 +0100
committerNora Björklund <nora.bjorklund@enea.com>2016-03-07 09:05:26 +0100
commita75cee30877e48e44e72a2f2f7d319f3eac575c9 (patch)
tree1b046fb011564b36b5825fd5dfcbad3508f228b8 /meta-oe/recipes-support/libssh/libssh_0.6.3.bb
parente53b536aeac9d42e1864233b0fe9b0a653780385 (diff)
downloadmeta-openembedded-a75cee30877e48e44e72a2f2f7d319f3eac575c9.tar.gz
libssh: CVE-2016-0739
bits/bytes confusion resulting in truncated Difffie-Hellman secret length Reference: https://www.libssh.org/2016/02/23/libssh-0-7-3-security-and-bugfix-release/ Reference to upstream patch: https://git.libssh.org/projects/libssh.git/patch/?id=f8d0026c65fc8a55748ae481758e2cf376c26c86 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh/libssh_0.6.3.bb')
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.6.3.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
index 771a47a6c..c110a0103 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
@@ -1,4 +1,5 @@
1SUMMARY = "Multiplatform C library implementing the SSHv2 and SSHv1 protocol" 1SUMMARY = "Multiplatform C library implementing the SSHv2 and SSHv1 protocol"
2FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2HOMEPAGE = "http://www.libssh.org" 3HOMEPAGE = "http://www.libssh.org"
3SECTION = "libs" 4SECTION = "libs"
4 5
@@ -7,7 +8,10 @@ DEPENDS = "zlib openssl libgcrypt"
7LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139" 9LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139"
9 10
10SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-6" 11SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-6 \
12 file://CVE-2016-0739.patch \
13 "
14
11SRCREV = "87145387aa12b720b52d6bc75b4dd6cd058c868a" 15SRCREV = "87145387aa12b720b52d6bc75b4dd6cd058c868a"
12S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
13 17