From c4cc2d9a05a7dc3fa10d57b6b26a581226c3e71d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 23 Jul 2015 13:03:15 +0200 Subject: [PATCH] 6.6p1-14 + 0.9.3-3 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index a647367..983bb91 100644 --- a/openssh.spec +++ b/openssh.spec @@ -64,7 +64,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 6.6.1p1 -%define openssh_rel 13 +%define openssh_rel 14 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 3 @@ -765,6 +765,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Jul 23 2015 Jakub Jelen 6.6.1p1-14 + 0.9.3-3 +- CVE-2015-5600: only query each keyboard-interactive device once (#1245971) + * Wed Jul 01 2015 Jakub Jelen 6.6.1p1-13 + 0.9.3.3 - Security fixes released with openssh-6.9 - XSECURITY restrictions bypass under certain conditions in ssh(1) (#1238231)