diff --git a/openssh.spec b/openssh.spec index a0f02c3..ec9b9ad 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 %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 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 6.9p1-9 + 0.9.3-6 - Revert broken GSSAPI keyex offer (#1268968)