summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2/libssh2_1.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libssh2: upgrade to 1.7.0Jackie Huang2016-07-291-24/+0
| | | | | | | | | This version includes fix for CVE-2016-0787 and other changes, for details please see: https://www.libssh2.org/changes.html Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh2: make crypto library selectableKai Kang2015-12-181-3/+7
| | | | | | | | | Add PACKAGECONFs 'openssl' and 'gcrypt' to make crypto library selectable. Only one of them could be set. If they are both set, 'gcrypt' is invalide. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh2: specify the search dir to avoid host contaminationJackie Huang2015-11-061-1/+3
| | | | | | | | Set the search dir for libssl and libz to only STAGING_LIBDIR to avoid searching host libs. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh2: upgrade to v1.6.0Hugo Vasconcelos Saldanha2015-07-161-0/+18
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>