[Buildroot] [PATCH v2] libssh: new package

Peter Korsgaard peter at korsgaard.com
Sun Aug 30 21:38:20 UTC 2015


>>>>> "Scott" == Scott Fan <fancp2007 at gmail.com> writes:

 > libssh2 and libssh both implement SSH and provide a library API for apps.
 > Both support SSH, SFTP, auth, channels etc. Both are 25K-30K lines of code.

 > [libssh2 vs libssh - A comparison]
 > http://www.libssh2.org/libssh2-vs-libssh.html

 > Signed-off-by: Scott Fan <fancp2007 at gmail.com>

 > ---
 > Changes V1 -> V2:
 >   - fix dependencies

> +config BR2_PACKAGE_LIBSSH
 > +        bool "libssh"
 > +        # Either OpenSSL or libgcrypt are mandatory
 > +        select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
 > +        help
 > +          libssh is a mulitplatform C library implementing the SSHv2

s/mulit/multi/

 > +# from https://red.libssh.org/projects/libssh/files/
 > +md5	bffc9dc548c3bae3a3afc5ac1654b272	libssh-0.7.1.tar.xz

We normally also add a stronger hash so I've added a locally calculated
sha256 hash.

Committed to next with these fixes, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list