From c38c04eca8635798f26a1c07b3e5ded351cb6555 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 24 Aug 2023 17:05:04 +0200 Subject: [PATCH] rebuilt Related: CVE-2023-38408 --- openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index a217196..9d6ac2e 100644 --- a/openssh.spec +++ b/openssh.spec @@ -66,7 +66,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 8.0p1 -%global openssh_rel 18 +%global openssh_rel 19 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 7 @@ -806,6 +806,10 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Aug 24 2023 Dmitry Belyavskiy - 8.0p1-19 +- rebuilt + Related: CVE-2023-38408 + * Thu Jul 20 2023 Dmitry Belyavskiy - 8.0p1-18 - Avoid remote code execution in ssh-agent PKCS#11 support Resolves: CVE-2023-38408