Package: libssh / 0.9.8-0+deb11u1

Metadata

Package Version Patches format
libssh 0.9.8-0+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix regression in IPv6 addresses in hostname parsing.patch | (download)

include/libssh/config_parser.h | 11 8 + 3 - 0 !
src/config.c | 4 2 + 2 - 0 !
src/config_parser.c | 16 11 + 5 - 0 !
src/options.c | 10 2 + 8 - 0 !
4 files changed, 23 insertions(+), 18 deletions(-)

 [patch 1/2] fix regression in ipv6 addresses in hostname parsing

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
0002 tests Increase test coverage for IPv6 address parsin.patch | (download)

tests/unittests/torture_config.c | 49 49 + 0 - 0 !
tests/unittests/torture_options.c | 22 22 + 0 - 0 !
2 files changed, 71 insertions(+)

 [patch 2/2] tests: increase test coverage for ipv6 address parsing as
 hostnames

This was an issue in cockpit:

https://github.com/cockpit-project/cockpit/issues/19772

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1003 custom lib names.patch | (download)

src/CMakeLists.txt | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 allow the buildsystem to overwrite libssh's output_name.
2003 disable expand_tilde_unix test.patch | (download)

tests/unittests/torture_misc.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 disable torture_path_expand_tilde_unix, its not working well on buildd
 On buildd, the HOME is set to a non-existing directory, this makes
 torture_path_expand_tilde_unix fail
2004 install static lib.patch | (download)

src/CMakeLists.txt | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 install the static library again