summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
diff options
context:
space:
mode:
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