summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2
Commit message (Collapse)AuthorAgeFilesLines
* libssh2: fix ptestSakib Sajal2020-11-032-3/+8
| | | | | | | | One of the ptest was failing as it was missing an RDEPENDS for its test on documentation. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: enable ptestSakib Sajal2020-09-222-1/+23
| | | | | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: add nativesdk supportPierre-Jean Texier2019-12-101-1/+1
| | | | | | | | | | Fixes: Missing or unbuildable dependency chain was: ['nativesdk-cmake', 'nativesdk-curl', 'nativesdk-libssh2'] So, extend libssh2 to nativesdk to fix this issue. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: Security Advisory - libssh2 - CVE-2019-17498Li Zhou2019-11-242-2/+134
| | | | | | | | Porting the patch from <https://github.com/libssh2/libssh2/commit/ dedcbd106f8e52d5586b0205bc7677e4c9868f9c> to solve CVE-2019-17498. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: upgrade 1.8.2 -> 1.9.0Zheng Ruoqin2019-11-061-4/+4
| | | | | | | | | 1) Upgrade libssh2 from 1.8.2 to 1.9.0. 2) Modify PACKAGECONFIG for configure options have been changed in new version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of of libssh2 is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: move to version 1.8.2Slater, Joseph2019-04-011-2/+3
| | | | | | | Includes fixes for CVE-2019-3858, -3859, -3860, -3861, and -3862. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: 1.7.0 -> 1.8.0Huang Qiyu2017-05-231-2/+2
| | | | | | | Upgrade libssh2 from 1.7.0 to 1.8.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta: do not prepend/append to BBCLASSEXTENDMing Liu2017-03-161-1/+1
| | | | | | | | Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are redundant and inconsistent with the same setting in other recipes. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh2: Add native to BBCLASSEXTENDDerek Straka2016-08-051-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh2: upgrade to 1.7.0Jackie Huang2016-07-291-2/+2
| | | | | | | | | 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-3/+3
| | | | | | | | | 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>
* libssh2: add recipe fileFabrice Coulon2014-10-061-0/+18
A separate commit on curl adds a PACKAGECONFIG option within the curl recipe in OE-Core to use libssh2 in curl, the user can enable libssh2 via conf/local.conf or custom distro configuration, this will pull in libssh2, which is not used by default. Signed-off-by: Fabrice Coulon <fabrice.coulon@axis.com> Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>