This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
1010include (DefineCMakeDefaults )
1111include (DefineCompilerFlags )
1212
13- project (libssh VERSION 0.9.4 LANGUAGES C )
13+ project (libssh VERSION 0.9.5 LANGUAGES C )
1414
1515# global needed variable
1616set (APPLICATION_NAME ${PROJECT_NAME} )
@@ -22,7 +22,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
2222# Increment AGE. Set REVISION to 0
2323# If the source code was changed, but there were no interface changes:
2424# Increment REVISION.
25- set (LIBRARY_VERSION "4.8.5 " )
25+ set (LIBRARY_VERSION "4.8.6 " )
2626set (LIBRARY_SOVERSION "4" )
2727
2828# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
Original file line number Diff line number Diff line change 11ChangeLog
22==========
33
4+ version 0.9.5 (released 2020-XX-XX)
5+ * CVE-2020-16135: Avoid null pointer dereference in sftpserver (T232)
6+ * Improve handling of library initialization (T222)
7+ * Fix parsing of subsecond times in SFTP (T219)
8+ * Make the documentation reproducible
9+ * Remove deprecated API usage in OpenSSL
10+ * Fix regression of ssh_channel_poll_timeout() returning SSH_AGAIN
11+ * Define version in one place (T226)
12+ * Prevent invalid free when using different C runtimes than OpenSSL (T229)
13+ * Compatibility improvements to testsuite
14+
415version 0.9.4 (released 2020-04-09)
516 * Fixed CVE-2020-1730 - Possible DoS in client and server when handling
617 AES-CTR keys with OpenSSL
Original file line number Diff line number Diff line change 1- 4.8.5
1+ 4.8.6
You can’t perform that action at this time.
0 commit comments