6.6p1-13 + 0.9.3-3

This commit is contained in:
Jakub Jelen 2015-07-01 19:51:31 +02:00
parent 1951e1b5a4
commit 2cad5f521e
1 changed files with 9 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.6.1p1
%define openssh_rel 12
%define openssh_rel 13
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 3
@ -762,6 +762,14 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Wed Jul 01 2015 Jakub Jelen <jjelen@redhat.com> 6.6.1p1-13 + 0.9.3.3
- Security fixes released with openssh-6.9
- XSECURITY restrictions bypass under certain conditions in ssh(1) (#1238231)
- weakness of agent locking (ssh-add -x) to password guessing (#1238238)
- ssh-copy-id: tcsh doesnt work with multiline strings so we will make it uggly one-line
- Fix auditing when using combination of ForceCommand and PTY (#1203900)
- fix direction in CRYPTO_SESSION audit message
* Mon Mar 30 2015 Jakub Jelen <jjelen@redhat.com> 6.6.1p1-12 + 0.9.3-3
- Fix ssh-copy-id on non-sh shells (#1045191)
- Add tmpfiles.d entris (#1196807)