meta-openembedded/meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
Hugo Vasconcelos Saldanha c580b62cb2 libssh2: fix CVE-2015-1782
Refer to: http://www.libssh2.org/adv_20150311.html

Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-07-19 16:09:15 -07:00

21 lines
591 B
BlitzBasic

SUMMARY = "A client-side C library implementing the SSH2 protocol"
HOMEPAGE = "http://www.libssh2.org/"
SECTION = "libs"
DEPENDS = "zlib openssl"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=d00afe44f336a79a2ca7e1681ce14509"
SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \
file://CVE-2015-1782.patch \
"
SRC_URI[md5sum] = "071004c60c5d6f90354ad1b701013a0b"
SRC_URI[sha256sum] = "eac6f85f9df9db2e6386906a6227eb2cd7b3245739561cad7d6dc1d5d021b96d"
inherit autotools pkgconfig
EXTRA_OECONF += "--with-openssl \
--with-libz \
"