diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-10-01 21:30:48 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-02 16:41:02 +0200 |
commit | 0c30b838bc8eb2072eac2aa940e85e458d3b0cb7 (patch) | |
tree | b296d9be02e8d7087266fbf67738be56e64d26f0 /package/libssh/libssh.hash | |
parent | 2b44749e9625d17eed450841c9c0cc85ac646129 (diff) | |
download | buildroot-0c30b838bc8eb2072eac2aa940e85e458d3b0cb7.tar.gz buildroot-0c30b838bc8eb2072eac2aa940e85e458d3b0cb7.zip |
libssh: bump to version 0.7.2
Also, require threads support. cmake detects threads support correctly, but
libssh build system uses this information incorrectly.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libssh/libssh.hash')
-rw-r--r-- | package/libssh/libssh.hash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libssh/libssh.hash b/package/libssh/libssh.hash index 473ced36c7..49bf6c959f 100644 --- a/package/libssh/libssh.hash +++ b/package/libssh/libssh.hash @@ -1,4 +1,4 @@ # from https://red.libssh.org/projects/libssh/files/ -md5 bffc9dc548c3bae3a3afc5ac1654b272 libssh-0.7.1.tar.xz -# Locally calculated -sha256 2fc7ccf96d3263cbd8ab520118cb94d9a2e11714c61e22b3f761fc5352fd046d libssh-0.7.1.tar.xz +md5 5d7d468937649a6dfc6186edfff083db libssh-0.7.2.tar.xz +# Locally calculated after checking signature on uncompressed libssh-0.7.2.tar +sha256 a32c45b9674141cab4bde84ded7d53e931076c6b0f10b8fd627f3584faebae62 libssh-0.7.2.tar.xz |