From 986af88658f543f9cacff591b050a69985949f41 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 27 Jul 2016 12:38:04 +0200 Subject: [PATCH] openssh-7.2p2-5 + 0.10.2-3 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index b567477..bb408f7 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 4 +%global openssh_rel 5 %global pam_ssh_agent_ver 0.10.2 %global pam_ssh_agent_rel 3 @@ -821,6 +821,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Wed Jul 27 2016 Jakub Jelen - 7.2p2-5 + 0.10.2-3 +- Prevent guest_t from running sudo (#1357860) + * Mon Jul 18 2016 Jakub Jelen - 7.2p2-4 + 0.10.2-3 - CVE-2016-6210: User enumeration via covert timing channel (#1357443)