Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 0cceefd

Browse files
Jakujecryptomilk
authored andcommitted
Bump version to 0.9.5
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
1 parent 8af2425 commit 0cceefd

4 files changed

Lines changed: 435 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
1010
include(DefineCMakeDefaults)
1111
include(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
1616
set(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")
2626
set(LIBRARY_SOVERSION "4")
2727

2828
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
ChangeLog
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+
415
version 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

src/ABI/current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.5
1+
4.8.6

0 commit comments

Comments
 (0)