diff --git a/openssh.spec b/openssh.spec index 40c8b52..07a2b0c 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.3p1 -%global openssh_rel 6 +%global openssh_rel 7 %global pam_ssh_agent_ver 0.10.2 %global pam_ssh_agent_rel 4 @@ -806,6 +806,10 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Dec 08 2016 Jakub Jelen - 7.3p1-7 + 0.10.2-4 +- Properly deserialize received RSA certificates in ssh-agent (#1402029) +- Move MAX_DISPLAYS to a configuration option + * Wed Nov 16 2016 Jakub Jelen - 7.3p1-6 + 0.10.2-4 - GSSAPI requires futex syscall in privsep child (#1395288)