Update changelog to mention CVE-2025-26465 patch origin
This commit is contained in:
parent
9c4d9149c2
commit
bccdf22733
@ -54,7 +54,7 @@
|
|||||||
Summary: An open source implementation of SSH protocol version 2
|
Summary: An open source implementation of SSH protocol version 2
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: %{openssh_ver}
|
Version: %{openssh_ver}
|
||||||
Release: %{openssh_rel}%{?dist}.alma.1
|
Release: %{openssh_rel}%{?dist}.alma.2
|
||||||
URL: http://www.openssh.com/portable.html
|
URL: http://www.openssh.com/portable.html
|
||||||
#URL1: https://github.com/jbeverly/pam_ssh_agent_auth/
|
#URL1: https://github.com/jbeverly/pam_ssh_agent_auth/
|
||||||
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
||||||
@ -370,7 +370,7 @@ Requires: openssh = %{version}-%{release}
|
|||||||
%package -n pam_ssh_agent_auth
|
%package -n pam_ssh_agent_auth
|
||||||
Summary: PAM module for authentication with ssh-agent
|
Summary: PAM module for authentication with ssh-agent
|
||||||
Version: %{pam_ssh_agent_ver}
|
Version: %{pam_ssh_agent_ver}
|
||||||
Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.alma.1
|
Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.alma.2
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -522,6 +522,7 @@ popd
|
|||||||
%patch1019 -p1 -b .cve-2023-51385
|
%patch1019 -p1 -b .cve-2023-51385
|
||||||
%patch1020 -p1 -b .earlypipe
|
%patch1020 -p1 -b .earlypipe
|
||||||
%patch1021 -p1 -b .cve-2024-6387
|
%patch1021 -p1 -b .cve-2024-6387
|
||||||
|
# CS9 patch by Dmitry Belyavskiy <dbelyavs@redhat.com>
|
||||||
%patch1022 -p1 -b .errcode_set
|
%patch1022 -p1 -b .errcode_set
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -810,10 +811,10 @@ test -f %{sysconfig_anaconda} && \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 19 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7p1-43.alma.1
|
* Sat Mar 01 2025 Andrew Lukoshko <alukoshko@almalinux.org> - 8.7p1-43.alma.2
|
||||||
- Fix missing error codes set and invalid error code checks in OpenSSH. It
|
- Backport from CentOS Stream 9 to fix missing error codes set and invalid error
|
||||||
prevents memory exhaustion attack and a MITM attack when VerifyHostKeyDNS
|
code checks in OpenSSH. It prevents memory exhaustion attack and a MITM
|
||||||
is on (CVE-2025-26465).
|
attack when VerifyHostKeyDNS is on (CVE-2025-26465).
|
||||||
Resolves: RHEL-78700
|
Resolves: RHEL-78700
|
||||||
|
|
||||||
* Tue Jul 09 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 8.7p1-43
|
* Tue Jul 09 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 8.7p1-43
|
||||||
|
Loading…
Reference in New Issue
Block a user