6.4p1-6 + 0.9.3-1

This commit is contained in:
Petr Lautrbach 2014-11-11 16:06:16 +01:00
parent 1232a2070b
commit b64b2cc975

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.4p1
%define openssh_rel 5
%define openssh_rel 6
%define pam_ssh_agent_ver 0.9.3
%define pam_ssh_agent_rel 1
@ -448,7 +448,6 @@ popd
%patch915 -p1 -b .SIGXFSZ
%if 0
# Nothing here yet
%endif
@ -762,6 +761,16 @@ getent passwd sshd >/dev/null || \
%endif
%changelog
* Tue Nov 11 2014 Petr Lautrbach <plautrba@redhat.com> 6.4p1-6 + 0.9.3-1
- correct the calculation of bytes for authctxt->krb5_ccname <ams@corefiling.com> (#1161073)
- change audit trail for unknown users (mindrot#2245)
- fix kuserok patch which checked for the existence of .k5login
unconditionally and hence prevented other mechanisms to be used properly
- ignore SIGXFSZ in postauth monitor (mindrot#2263)
- set a client's address right after a connection is set (mindrot#2257)
- apply RFC3454 stringprep to banners when possible (mindrot#2058)
- don't consider a partial success as a failure (mindrot#2270)
* Fri Jul 18 2014 Petr Lautrbach <plautrba@redhat.com> 6.4p1-5 + 0.9.3-1
- standardise on NI_MAXHOST for gethostname() string lengths (#1051490)