6.9p1-10 + 0.9.3-6

This commit is contained in:
Jakub Jelen 2016-01-15 09:36:19 +01:00
parent 5cbd391da9
commit 08f0c1b883
1 changed files with 6 additions and 1 deletions

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
%define openssh_ver 6.9p1
%define openssh_rel 9
%define openssh_rel 10
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 6
@ -779,6 +779,11 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Fri Jan 15 2016 Jakub Jelen <jjelen@redhat.com> 6.9p1-10 + 0.9.3-6
- Fix vulnerabilities published with openssh-7.1p2 (#1298626)
- CVE-2016-0777 OpenSSH: Client Information leak due to use of roaming connection feature
- Fix an out of-bound read access in the packet handling code
* Tue Oct 06 2015 Jakub Jelen <jjelen@redhat.com> 6.9p1-9 + 0.9.3-6
- Revert broken GSSAPI keyex offer (#1268968)