6.1p1-11 + 0.9.3-3

This commit is contained in:
Petr Lautrbach 2013-12-11 16:00:37 +01:00
parent 3b37f5b889
commit 36854a5a23
1 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%define openssh_ver 6.1p1
%define openssh_rel 10
%define openssh_rel 11
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 3
@ -785,6 +785,9 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Wed Dec 11 2013 Petr Lautrbach <plautrba@redhat.com> 6.1p1-11 + 0.9.3-3
- sshd-keygen - use correct permissions on ecdsa host key (#1023945)
* Mon Nov 18 2013 Petr Lautrbach <plautrba@redhat.com> 6.1p1-10 + 0.9.3-3
- increase the size of the Diffie-Hellman groups (#1010607)
- sshd-keygen to generate ECDSA keys <i.grok@comcast.net> (#1019222)