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

Commit 10e09e2

Browse files
Jakujecryptomilk
authored andcommitted
Bump version to 0.10.6
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
1 parent 6224210 commit 10e09e2

4 files changed

Lines changed: 437 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
CHANGELOG
22
=========
3+
version 0.10.6 (released 2023-12-18)
4+
* Fix CVE-2023-6004: Command injection using proxycommand
5+
* Fix CVE-2023-48795: Potential downgrade attack using strict kex
6+
* Fix CVE-2023-6918: Missing checks for return values of MD functions
7+
* Fix ssh_send_issue_banner() for CMD(PowerShell)
8+
* Avoid passing other events to callbacks when poll is called recursively (#202)
9+
* Allow @ in usernames when parsing from URI composes
310

411
version 0.10.5 (released 2023-05-04)
512
* Fix CVE-2023-1667: a NULL dereference during rekeying with algorithm guessing

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.10.5 LANGUAGES C)
13+
project(libssh VERSION 0.10.6 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.9.5")
25+
set(LIBRARY_VERSION "4.9.6")
2626
set(LIBRARY_SOVERSION "4")
2727

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

src/ABI/current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.5
1+
4.9.6

0 commit comments

Comments
 (0)