summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb6
1 files changed, 5 insertions, 1 deletions
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 @@
1SUMMARY = "A client-side C library implementing the SSH2 protocol" 1SUMMARY = "A client-side C library implementing the SSH2 protocol"
2FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2HOMEPAGE = "http://www.libssh2.org/" 3HOMEPAGE = "http://www.libssh2.org/"
3SECTION = "libs" 4SECTION = "libs"
4 5
@@ -7,7 +8,10 @@ DEPENDS = "zlib openssl"
7LICENSE = "BSD" 8LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509" 9LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509"
9 10
10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz" 11SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \
12 file://CVE-2016-0787.patch \
13 "
14
11SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b" 15SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b"
12SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d" 16SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d"
13 17