Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: openssh-clients-debuginfo | Distribution: Fedora Project |
Version: 9.6p1 | Vendor: Fedora Project |
Release: 2.fc40 | Build date: Tue Feb 18 15:52:36 2025 |
Group: Development/Debug | Build host: buildvm-ppc64le-10.iad2.fedoraproject.org |
Size: 6417883 | Source RPM: openssh-9.6p1-2.fc40.src.rpm |
Packager: Fedora Project | |
Url: http://www.openssh.com/portable.html | |
Summary: Debug information for package openssh-clients |
This package provides debug information for package openssh-clients. Debug information is useful when developing applications that use this package or when debugging this package.
BSD-3-Clause AND BSD-2-Clause AND ISC AND SSH-OpenSSH AND ssh-keyscan AND sprintf AND LicenseRef-Fedora-Public-Domain AND X11-distribute-modifications-variant
* Tue Feb 18 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.6p1-2 - Fix missing error codes set and invalid error code checks in OpenSSH. It prevents memory exhaustion attack and a MITM attack when VerifyHostKeyDNS is on (CVE-2025-26465, CVE-2025-26466). * Tue Jul 02 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.6p1-1.4 - rebuilt * Mon Jul 01 2024 Daniel Milnes <daniel@daniel-milnes.uk> - 9.6p1-1.3 - Backport fix for CVE-2024-6387 (rhbz#2294879) - Backport fix for ObscureKeystrokeTiming logic error from OpenSSH 9.8 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.6p1-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.6p1-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Dec 26 2023 Daniel Milnes <daniel@daniel-milnes.uk> - 9.6p1-1 - Update to OpenSSH 9.6 Original patches from https://src.fedoraproject.org/rpms/openssh/pull-request/63 Tuned by Dmitry Belyavskiy for GSS and PKCS#11 URI processing * Fri Dec 22 2023 Florian Weimer <fweimer@redhat.com> - 9.3p1-13.1 - Fix type errors in downstream gssapi-keyex patch * Mon Oct 16 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 9.3p1-13 - Fix issue with read-only ssh buffer during gssapi key exchange (rhbz#1938224) - https://github.com/openssh-gsskex/openssh-gsskex/pull/19 * Sun Oct 15 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 9.3p1-12 - Fix FTBFS due to implicit declarations (rhbz#2241211) * Tue Sep 19 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-11 - migrated to SPDX license * Fri Sep 15 2023 Timothée Ravier <tim@siosm.fr> - 9.3p1-10 - Revert "Remove sshd.socket unit (rhbz#2025716)" * Thu Aug 03 2023 Norbert Pocs <npocs@redhat.com> - 9.3p1-9 - pkcs11: Add support for 'serial' in PKCS#11 URI - Apply the upstream MR related to the previous pkcs11 issue - https://github.com/openssh/openssh-portable/pull/406 * Thu Aug 03 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-8 - Split including crypto-policies to a separate config (rhbz#1970566) - Disable forking of ssh-agent on startup (rhbz#2148555) - Remove sshd.socket unit (rhbz#2025716) - Minor optimization of ssh_krb5_kuserok (rhbz#2112501) * Tue Aug 01 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-7 - Relax checks of OpenSSL version * Wed Jul 26 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 9.3p1-6 - Update gssapi-keyex patch for OpenSSH 9.0+ * Fri Jul 21 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-5 - Fix remote code execution in ssh-agent PKCS#11 support Resolves: CVE-2023-38408 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.3p1-3.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 08 2023 Norbert Pocs <npocs@redhat.com> - 9.3p1-4 - Fix deprecated %patchN syntax - Reduce the number of patches by merging related patches * Wed Jun 07 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-3 - Fix DSS verification problem Resolves: rhbz#2212937 * Fri Jun 02 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-2 - Remove unused patch * Thu Jun 01 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.3p1-1 + 0.10.4-9 - Rebase OpenSSH to 9.3p1 * Wed May 24 2023 Norbert Pocs <npocs@redhat.com> - 9.0p1-18 - Fix pkcs11 issue with the recent changes - Clarify HostKeyAlgorithms relation with crypto-policies * Fri Apr 14 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.0p1-17 - In case when sha1 signatures are not supported, fallback to sha2 in hostproof - Audit logging patch was not applied (rhbz#2177471) * Thu Apr 13 2023 Norbert Pocs <npocs@redhat.com> - 9.0p1-16 - Make the sign, dh, ecdh processes FIPS compliant by adopting to openssl 3.0 * Thu Apr 13 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.0p1-15 - Fix self-DoS Resolves: CVE-2023-25136 - Remove too aggressive coverity fix causing native tests failure * Wed Apr 12 2023 Florian Weimer <fweimer@redhat.com> - 9.0p1-14.2 - C99 compatiblity fixes * Tue Mar 14 2023 Timothée Ravier <tim@siosm.fr> - 9.0p1-14 - Make sshd & sshd@ units want ssh-host-keys-migration.service * Mon Mar 13 2023 Zoltan Fridrich <zfridric@redhat.com> - 9.0p1-13 - Add sk-dummy subpackage for test purposes (rhbz#2176795) * Mon Mar 06 2023 Dusty Mabe <dusty@dustymabe.com> - 9.0p1-12 - Mark /var/lib/.ssh-host-keys-migration as %ghost file - Make ssh-host key migration less conditional * Wed Mar 01 2023 Dusty Mabe <dusty@dustymabe.com> - 9.0p1-11 - Provide a systemd unit for restoring default host key permissions (rhbz#2172956) - Co-Authored by Timothée Ravier <tim@siosm.fr>
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/12 /usr/lib/debug/.build-id/12/bf8b810114673d1b0825863e5bee81e26d39dd /usr/lib/debug/.build-id/12/bf8b810114673d1b0825863e5bee81e26d39dd.debug /usr/lib/debug/.build-id/4c /usr/lib/debug/.build-id/4c/948fd767ba75153d4e6062713eb528fca0cff4 /usr/lib/debug/.build-id/4c/948fd767ba75153d4e6062713eb528fca0cff4.debug /usr/lib/debug/.build-id/56 /usr/lib/debug/.build-id/56/bc2658d5eea628e2887a7aca9161e280c4e4a2 /usr/lib/debug/.build-id/56/bc2658d5eea628e2887a7aca9161e280c4e4a2.debug /usr/lib/debug/.build-id/5a /usr/lib/debug/.build-id/5a/584181853f71c197279db8157250f3d36c8205 /usr/lib/debug/.build-id/5a/584181853f71c197279db8157250f3d36c8205.debug /usr/lib/debug/.build-id/9a /usr/lib/debug/.build-id/9a/8ecdee0fec8bfc8ebdae20ec32444ce2b7463f /usr/lib/debug/.build-id/9a/8ecdee0fec8bfc8ebdae20ec32444ce2b7463f.debug /usr/lib/debug/.build-id/bc /usr/lib/debug/.build-id/bc/8823d21ea8a9d764f30788270a91c06d2d1981 /usr/lib/debug/.build-id/bc/8823d21ea8a9d764f30788270a91c06d2d1981.debug /usr/lib/debug/.build-id/cf /usr/lib/debug/.build-id/cf/9008e7b9d2406a3f6c4c042974ae288e69b3bb /usr/lib/debug/.build-id/cf/9008e7b9d2406a3f6c4c042974ae288e69b3bb.debug /usr/lib/debug/.build-id/f6 /usr/lib/debug/.build-id/f6/a6045df80f62cb02e7fd5a04849f41b42b779b /usr/lib/debug/.build-id/f6/a6045df80f62cb02e7fd5a04849f41b42b779b.debug /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/scp-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/bin/sftp-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/bin/ssh-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/bin/ssh-add-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/bin/ssh-agent-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/bin/ssh-keyscan-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/libexec /usr/lib/debug/usr/libexec/openssh /usr/lib/debug/usr/libexec/openssh/ssh-pkcs11-helper-9.6p1-2.fc40.ppc64le.debug /usr/lib/debug/usr/libexec/openssh/ssh-sk-helper-9.6p1-2.fc40.ppc64le.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jul 10 06:39:15 2025