Fix Terrapin attack

Resolves: CVE-2023-48795
This commit is contained in:
Dmitry Belyavskiy 2024-01-05 14:43:26 +01:00
parent 4c42338c08
commit 2c2ea1d489
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%global openssh_ver 8.7p1
%global openssh_rel 36
%global openssh_rel 38
%global pam_ssh_agent_ver 0.10.4
%global pam_ssh_agent_rel 5
@ -798,6 +798,10 @@ test -f %{sysconfig_anaconda} && \
%endif
%changelog
* Fri Jan 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 8.7p1-38
- Fix Terrapin attack
Resolves: CVE-2023-48795
* Fri Jan 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 8.7p1-37
- Fix Terrapin attack
Resolves: CVE-2023-48795