diff --git a/openssh.spec b/openssh.spec index d0f517b..ea08cfe 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.9p1 -%global openssh_rel 1 +%global openssh_rel 2 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 6 @@ -757,6 +757,13 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Wed Nov 14 2018 Jakub Jelen - 7.9p1-2 + 0.10.3-6 +- Fix LDAP configure test (#1642414) +- Avoid segfault on kerberos authentication failure +- Reference correct file in configuration example (#1643274) +- Dump missing GSSAPI configuration options +- Allow to disable RSA signatures with SHA-1 + * Fri Oct 19 2018 Jakub Jelen - 7.9p1-1 + 0.10.3-6 - New upstream release OpenSSH 7.9p1 (#1632902, #1630166) - Honor GSSAPIServerIdentity option for GSSAPI key exchange