diff --git a/openssh.spec b/openssh.spec index 15f0d00..6c62618 100644 --- a/openssh.spec +++ b/openssh.spec @@ -64,7 +64,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 6.4p1 -%define openssh_rel 6 +%define openssh_rel 7 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 1 @@ -764,6 +764,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Dec 04 2014 Petr Lautrbach 6.4p1-7 + 0.9.3-1 +- use different values for DH for Cisco servers (#1026430) + * Tue Nov 11 2014 Petr Lautrbach 6.4p1-6 + 0.9.3-1 - correct the calculation of bytes for authctxt->krb5_ccname (#1161073) - change audit trail for unknown users (mindrot#2245)