summaryrefslogtreecommitdiffstats
path: root/package/perl-net-ssh2
Commit message (Collapse)AuthorAgeFilesLines
* perl-*: regenerate with _DISTNAMEFrancois Perrad2018-10-241-0/+2
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* perl-net-ssh2: add support for libgcrypt crypto backendThomas De Schampheleire2018-07-252-1/+11
| | | | | | | | | | | | | Fix usage of libgcrypt as crypto backend to libssh2, when building perl-net-ssh2. In order to achieve that, we need to use 'depends on' the libssh2 backends, which means the user will first need to enable libssh2 and one of the supported backends, before being able to enable perl-net-ssh2. Fixes http://autobuild.buildroot.net/results/6ee18e7dd17f168c52f79e49cb5e94cf3aa3df1a/ Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ssh2: avoid build system inspecting host pathsThomas De Schampheleire2018-07-251-0/+4
| | | | | | | | | | | During investigation of adding gcrypt support in perl-net-ssh2, it became clear that its build system is trying to find libraries via host search paths, i.e. /usr/lib64/ etc. This can be avoided by explicitly passing a 'lib' and 'inc' path. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ssh2: add missing dependency on zlibThomas De Schampheleire2018-07-252-1/+2
| | | | | | | | | perl-net-ssh2 requires zlib. When using the openssl backend to libssh2, this dependency is implicit via openssl, but when using the libgcrypt backend the dependency is missing. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* perl-net-ssh2: new packageThomas De Schampheleire2018-07-163-0/+31
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud