summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
diff options
context:
space:
mode:
authorHugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>2015-06-23 13:02:04 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-16 21:09:05 +0200
commit8b05b3d580f5259dd522d0991b3db0baee345d16 (patch)
treebb373f1280115d67d78a13403e05529c383d5b84 /meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
parentc6eef3a0c1967894e96dbbe20c20b3b99f5cb5da (diff)
downloadmeta-openembedded-8b05b3d580f5259dd522d0991b3db0baee345d16.tar.gz
libssh2: upgrade to v1.6.0
Besides new features and improvements, this fixes CVE-2015-1782. License's md5 changed because of a modified copyright. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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.bb18
1 files changed, 0 insertions, 18 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
deleted file mode 100644
index b53766333..000000000
--- a/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "A client-side C library implementing the SSH2 protocol"
2HOMEPAGE = "http://www.libssh2.org/"
3SECTION = "libs"
4
5DEPENDS = "zlib openssl"
6
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509"
9
10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz"
11SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b"
12SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF += "--with-openssl \
17 --with-libz \
18 "