6.2p2-8 + 0.9.3-5

This commit is contained in:
Petr Lautrbach 2014-05-19 13:33:33 +02:00
parent 8e4734d190
commit d0a123de59
1 changed files with 10 additions and 1 deletions

View File

@ -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.2p2
%define openssh_rel 7
%define openssh_rel 8
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 5
@ -739,6 +739,15 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Mon May 19 2014 Petr Lautrbach <plautrba@redhat.com> 6.2p2-8 + 0.9.3-5
- fix fatal() cleanup in the audit patch (#1029074)
- fix parsing logic of ldap.conf file (#1033662)
- use SSH_COPY_ID_LEGACY variable to run ssh-copy-id in the legacy mode
- make /etc/ssh/moduli file public (#1043661)
- prevent a server from skipping SSHFP lookup - CVE-2014-2653 (#1081338)
- ignore environment variables with embedded '=' or '\0' characters - CVE-2014-2532
(#1077843)
* Wed Dec 11 2013 Petr Lautrbach <plautrba@redhat.com> 6.2p2-7 + 0.9.3-5
- sshd-keygen - use correct permissions on ecdsa host key (#1023945)