From 04082234887babea43f2bcd242238324b68176a0 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 30 Sep 2016 13:19:39 +0200 Subject: [PATCH] openssh-7.2p2-12 + 0.10.2-3 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index f3a2e18..b6f9c68 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 7.2p2 -%global openssh_rel 12 +%global openssh_rel 13 %global pam_ssh_agent_ver 0.10.2 %global pam_ssh_agent_rel 3 @@ -843,6 +843,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Sep 29 2016 Jakub Jelen - 7.2p2-13 + 0.10.2-3 +- Fix NULL dereference (#1380297) + * Tue Aug 09 2016 Jakub Jelen - 7.2p2-12 + 0.10.2-3 - CVE-2016-6515: Denial of service via very long passwords (#1364936)