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 filePatch | File delta | Description |
---|---|---|
0001 Fix regression in IPv6 addresses in hostname parsing.patch | (download) |
include/libssh/config_parser.h |
11 8 + 3 - 0 ! |
[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 ! |
[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 ! |
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 ! |
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 ! |
install the static library again |