openssh-7.2p2-10 + 0.10.2-3

This commit is contained in:
Jakub Jelen 2016-07-18 13:55:58 +02:00
parent 1057900209
commit 9dc741314f

View File

@ -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 9
%global openssh_rel 10
%global pam_ssh_agent_ver 0.10.2
%global pam_ssh_agent_rel 3
@ -836,6 +836,11 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Mon Jul 18 2016 Jakub Jelen <jjelen@redhat.com> - 7.2p2-10 + 0.10.2-3
- CVE-2016-6210: User enumeration via covert timing channel (#1357443)
- Expose more information about authentication to PAM
- Make closefrom() ignore softlinks to the /dev/ devices on s390
* Fri Jul 01 2016 Jakub Jelen <jjelen@redhat.com> - 7.2p2-9 + 0.10.2-3
- Fix wrong detection of UseLogin in server configuration (#1350347)