openssh-7.9p1-2 + 0.10.3-6

This commit is contained in:
Jakub Jelen 2018-11-14 09:57:17 +01:00
parent 57e280d1f4
commit a4c0a26cd4

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
%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 <jjelen@redhat.com> - 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 <jjelen@redhat.com> - 7.9p1-1 + 0.10.3-6
- New upstream release OpenSSH 7.9p1 (#1632902, #1630166)
- Honor GSSAPIServerIdentity option for GSSAPI key exchange