Revisions of libssh
Ana Guerrero (anag+factory)
accepted
request 1167009
from
Pedro Monreal Gonzalez (pmonrealgonzalez)
(revision 73)
Ana Guerrero (anag+factory)
accepted
request 1134726
from
Andreas Schneider (gladiac)
(revision 72)
- Fix regression parsing IPv6 addresses provided as hostname * Added libssh-fix-ipv6-hostname-regression.patch - Update to version 0.10.6 https://www.libssh.org/2023/12/18/libssh-0-10-6-and-libssh-0-9-8-security-releases/ - Fix CVE-2023-6004: ProxyCommand/ProxyJump features allow injection of malicious code through hostname (bsc#1218209) - Fix CVE-2023-48795: prefix truncation breaking ssh channel integrity (bsc#1218126) - Fix CVE-2023-6918: Added Missing checks for return values for digests (bsc#1218186)
Dominique Leuenberger (dimstar_suse)
accepted
request 1102457
from
Andreas Schneider (gladiac)
(revision 70)
Dominique Leuenberger (dimstar_suse)
accepted
request 1085234
from
Dirk Mueller (dirkmueller)
(revision 69)
- update to 0.10.5: * Fix CVE-2023-1667: a NULL dereference during rekeying with algorithm guessing * Fix CVE-2023-2283: a possible authorization bypass in pki_verify_data_signature under low-memory conditions. * Fix several memory leaks in GSSAPI handling code * Escape braces in ProxyCommand created from ProxyJump options for zsh compatibility. * Fix pkg-config path relocation for MinGW * Improve doxygen documentation * Fix build with cygwin due to the glob support * Do not enqueue outgoing packets after sending SSH2_MSG_NEWKEYS * Add support for SSH_SUPPRESS_DEPRECATED * Avoid functions declarations without prototype to build with clang 15 * Fix spelling issues * Avoid expanding KnownHosts, ProxyCommands and IdentityFiles repetitively * Add support sk-* keys through configuration * Improve checking for Argp library * Log information about received extensions * Correctly handle rekey with delayed compression * Move the EC keys handling to OpenSSL 3.0 API * Record peer disconnect message * Avoid deadlock when write buffering occurs and we call poll recursively to flush the output buffer * Disable preauthentication compression by default * Add accidentally removed default compile flags * Solve incorrect parsing of ProxyCommand option
Dominique Leuenberger (dimstar_suse)
accepted
request 1001774
from
Andreas Schneider (gladiac)
(revision 68)
- Update to version 0.10.4 * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.4
Dominique Leuenberger (dimstar_suse)
accepted
request 1001276
from
Andreas Schneider (gladiac)
(revision 67)
- Update to version 0.10.3 * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.3 - Update to version 0.10.2 * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.2 - Removed libssh-weak-attribute.patch - Update to version 0.10.1 * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.1 - Enable client and server testing * Added libssh-weak-attribute.patch - Update to version 0.10.0 * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.0 - Removed 0001-Soften-behaviour-of-the-Compression-no-yes-option.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 944781
from
Andreas Schneider (gladiac)
(revision 66)
Dominique Leuenberger (dimstar_suse)
accepted
request 928800
from
Andreas Schneider (gladiac)
(revision 65)
Dominique Leuenberger (dimstar_suse)
accepted
request 914405
from
Andreas Schneider (gladiac)
(revision 64)
- Update to version 0.9.6 (bsc#1189608, CVE-2021-3634) * https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.9.6
Dominique Leuenberger (dimstar_suse)
accepted
request 835910
from
Andreas Schneider (gladiac)
(revision 63)
- Add missing BR for openssh needed for tests - update to 0.9.5 (bsc#1174713, CVE-2020-16135): * CVE-2020-16135: Avoid null pointer dereference in sftpserver (T232) * Improve handling of library initialization (T222) * Fix parsing of subsecond times in SFTP (T219) * Make the documentation reproducible * Remove deprecated API usage in OpenSSL * Fix regression of ssh_channel_poll_timeout() returning SSH_AGAIN * Define version in one place (T226) * Prevent invalid free when using different C runtimes than OpenSSL (T229) * Compatibility improvements to testsuite
Dominique Leuenberger (dimstar_suse)
accepted
request 794523
from
Factory Maintainer (factory-maintainer)
(revision 62)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 778187
from
Andreas Schneider (gladiac)
(revision 61)
Dominique Leuenberger (dimstar_suse)
accepted
request 755661
from
Andreas Schneider (gladiac)
(revision 60)
- Update to version 0.9.3 * Fixed CVE-2019-14889 - SCP: Unsanitized location leads to command execution * SSH-01-003 Client: Missing NULL check leads to crash in erroneous state * SSH-01-006 General: Various unchecked Null-derefs cause DOS * SSH-01-007 PKI Gcrypt: Potential UAF/double free with RSA pubkeys * SSH-01-010 SSH: Deprecated hash function in fingerprinting * SSH-01-013 Conf-Parsing: Recursive wildcards in hostnames lead to DOS * SSH-01-014 Conf-Parsing: Integer underflow leads to OOB array access * SSH-01-001 State Machine: Initial machine states should be set explicitly * SSH-01-002 Kex: Differently bound macros used to iterate same array * SSH-01-005 Code-Quality: Integer sign confusion during assignments * SSH-01-008 SCP: Protocol Injection via unescaped File Names * SSH-01-009 SSH: Update documentation which RFCs are implemented * SSH-01-012 PKI: Information leak via uninitialized stack buffer - Rename suffix define to pkg_suffix: rpm 4.15 has suffix reserved for internal use.
Dominique Leuenberger (dimstar_suse)
accepted
request 746336
from
Andreas Schneider (gladiac)
(revision 59)
- Update to version 0.9.2 * Fixed libssh-config.cmake * Fixed issues with rsa algorithm negotiation (T191) * Fixed detection of OpenSSL ed25519 support (T197) - Update to version 0.9.1 * Added support for Ed25519 via OpenSSL * Added support for X25519 via OpenSSL * Added support for localuser in Match keyword * Fixed Match keyword to be case sensitive * Fixed compilation with LibreSSL * Fixed error report of channel open (T75) * Fixed sftp documentation (T137) * Fixed known_hosts parsing (T156) * Fixed build issue with MinGW (T157) * Fixed build with gcc 9 (T164) * Fixed deprecation issues (T165) * Fixed known_hosts directory creation (T166)
Dominique Leuenberger (dimstar_suse)
accepted
request 714399
from
Andreas Schneider (gladiac)
(revision 58)
Dominique Leuenberger (dimstar_suse)
accepted
request 706350
from
James McDonough (jmcdough)
(revision 57)
Dominique Leuenberger (dimstar_suse)
accepted
request 705071
from
James McDonough (jmcdough)
(revision 56)
Add support for new AES-GCM ciphers; (bsc#1134193)
Displaying revisions 1 - 20 of 73