Package: libssh / 0.6.3-4+deb8u2
Metadata
Package | Version | Patches format |
---|---|---|
libssh | 0.6.3-4+deb8u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001_CVE 2014 8132.patch | (download) |
src/kex.c |
7 6 + 1 - 0 ! |
--- |
0002_CVE 2015 3146.patch | (download) |
src/buffer.c |
8 8 + 0 - 0 ! |
[patch 1/2] cve-2015-3146: fix state validation in packet handlers The state validation in the packet handlers for SSH_MSG_NEWKEYS and SSH_MSG_KEXDH_REPLY had a bug which did not raise an error. The issue has been found and reported by Mariusz Ziule. Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> |
0003_CVE 2016 0739.patch | (download) |
src/dh.c |
22 17 + 5 - 0 ! |
cve-2016-0739: truncated diffie-hellman secret length |
1001_error msg typo fix.patch | (download) |
src/pki_crypto.c |
4 2 + 2 - 0 ! |
fix spelling error in pki_* code |
1003 custom lib names.patch | (download) |
src/CMakeLists.txt |
7 6 + 1 - 0 ! |
allow to overwrite libssh's output_name. |
2002 fix html doc generation.patch | (download) |
doc/doxy.config.in |
3 1 + 2 - 0 ! |
do not exclude "*/build/*" directory as buildd use that path |
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 |