Skip to content

Commit

Permalink
updated to libssh-0-9-5
Browse files Browse the repository at this point in the history
, see https://www.libssh.org/2020/09/10/libssh-0-9-5/ with changelog

- CVE-2020-16135: Avoid null pointer dereference in sftpserver (T232)
- Improve handling of library initialization (T222)
- Fix parsing of subsecond times in SFTP (T219)
- Make the documentation reproducible
- Remove deprecated API usage in OpenSSL
- Fix regression of ssh_channel_poll_timeout() returning SSH_AGAIN
- Define version in one place (T226)
- Prevent invalid free when using different C runtimes than OpenSSL (T229)
- Compatibility improvements to testsuite
  • Loading branch information
chcg committed Nov 30, 2020
1 parent b2e61e8 commit 12eb5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
'libssh': {
'order' : 3,
'shadow': True,
'url' : 'https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.9.4.tar.xz',
'sha1' : '0d7e986353a1ced68af5e591f3d5053a6df3eaa9',
'url' : 'https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.9.5.tar.xz',
'sha1' : 'f10c65dad5cbffe69b6631c34a60a8910a41088e',
'target': {
'mingw-w64': {
'result': ['include/libssh/libssh.h', 'lib/libssh.a'],
Expand Down

0 comments on commit 12eb5c1

Please sign in to comment.