diff --git a/openssh.spec b/openssh.spec index f07c4b3..b90201b 100644 --- a/openssh.spec +++ b/openssh.spec @@ -66,7 +66,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 7.0p1 -%define openssh_rel 1 +%define openssh_rel 2 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 7 @@ -812,6 +812,11 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Wed Aug 19 2015 Jakub Jelen 7.0p1-2 + 0.9.3-7 +- Fix problem with DSA keys using pam_ssh_agent_auth (#1251777) +- Add GSSAPIKexAlgorithms option for server and client application +- Possibility to validate legacy systems by more fingerprints (#1249626) + * Wed Aug 12 2015 Jakub Jelen 7.0p1-1 + 0.9.3-7 - New upstream release (#1252639) - Fix pam_ssh_agent_auth package (#1251777)