From e7932f47704279c2e15364badd4dad5448f58cb2 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 30 Sep 2016 15:09:07 +0200 Subject: [PATCH] openssh-7.2p2-6 + 0.10.2-3 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index d6ff081..ca5f7f6 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 5 +%global openssh_rel 6 %global pam_ssh_agent_ver 0.10.2 %global pam_ssh_agent_rel 3 @@ -824,6 +824,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Fri Sep 30 2016 Jakub Jelen - 7.2p2-6 + 0.10.2-3 +- Fix NULL dereference (#1380297) + * Wed Jul 27 2016 Jakub Jelen - 7.2p2-5 + 0.10.2-3 - Prevent guest_t from running sudo (#1357860)