diff --git a/openssh.spec b/openssh.spec index eafc74a..5a5a216 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 %global openssh_ver 7.3p1 -%global openssh_rel 4 +%global openssh_rel 5 %global pam_ssh_agent_ver 0.10.2 %global pam_ssh_agent_rel 4 @@ -803,6 +803,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Oct 27 2016 Jakub Jelen - 7.3p1-5 + 0.10.2-4 +- Build against OpenSSL 1.1.0 with compat changes + * Thu Sep 29 2016 Jakub Jelen - 7.3p1-4 + 0.10.2-4 - Fix NULL dereference (#1380297) - Include client Crypto Policy (#1225752)