aboutsummaryrefslogtreecommitdiff
path: root/libs/libssh/patches
Commit message (Collapse)AuthorAge
* libssh: update to version 0.10.6, fix build with mbedtls 3.6Felix Fietkau2024-04-18
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libssh: update to 0.9.5Rosen Penev2020-09-20
| | | | | | It seems none of the patches apply/are needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: patch ssh_channel_poll_timeout for compatibility with libnetconf2Jakov Smolic2020-08-24
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* libssh: patch security issueJan Pavlinec2020-08-06
| | | | | | | Fixes: CVE-2020-16135 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* libssh: fix compilation without deprecated OpenSSL APIsRosen Penev2020-03-25
| | | | | | | | | | | | Cleaned up Makefile. Fixed license information. Simplified big endian condition. Removed InstallDev section. CMAKE_INSTALL handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: simplified CMAKE testsNikos Mavrogiannopoulos2020-01-25
| | | | | | | | That is endianness check is provided as option, SSP and other flags are enabled by openwrt global flags to fix issues in unsupported systems, and unused flags were removed. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* libssh: updated to 0.9.3Nikos Mavrogiannopoulos2020-01-14
| | | | | | | This updates the library to address several CVEs, add modern crypto, and eliminate legacy patches. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* libssh: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-28
| | | | | | Last patch was already fixed upstream. First patch was sent. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: Fix compile without OpenSSL deprecated APIsRosen Penev2018-11-09
| | | | | | Backported several patches from version 0.8 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: bump to 0.7.6 CVE-2018-10933 fixKevin Darbyshire-Bryant2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump from 0.7.5 to 0.7.6. Upstream changelog: Fixed CVE-2018-10933 Added support for OpenSSL 1.1 Added SHA256 support for ssh_get_publickey_hash() Fixed config parsing Fixed random memory corruption when importing pubkeys Backported upstream patches since 0.7.6 to fix interactive authentication issues amongst other things: 9d5cf209 libcrypto: Fix memory leak in evp_final() 10397321 gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID) 7ad80ba1 server: Fix compile error acb0e4f4 examples: Explicitly track auth state in samplesshd-kbdint 3fe7510b messages: Check that the requested service is 'ssh-connection' 734e3ce6 server: Set correct state after sending INFO_REQUEST (Kbd Interactive) e4c6d591 packet: Add missing break in ssh_packet_incoming_filter() f81ca616 misc: Add strndup implementation if not provides by the OS Refresh patches. Remove local backport for OpenSSL 1.1 support as is now in release Remove PKG_INSTALL & CMAKE vars that are defaulted anyway Add PKG_CPE_ID:=cpe:/a:libssh:libssh for CVE tracking Remove BROKEN tag as is no longer broken Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* libssh: added openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| | | | | | This patch was backported from upstream master branch. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* add libsshMislav Novakovic2017-05-11
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>