diff --git a/openssh.spec b/openssh.spec index 47b925c..c1137e1 100644 --- a/openssh.spec +++ b/openssh.spec @@ -75,7 +75,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 5.9p1 -%define openssh_rel 17 +%define openssh_rel 18 %define pam_ssh_agent_ver 0.9.2 %define pam_ssh_agent_rel 32 @@ -799,6 +799,10 @@ fi %endif %changelog +* Mon Feb 06 2012 Petr Lautrbach 5.9p1-18 + 0.9.2-32 +- replace TwoFactorAuth with RequiredAuthentications[12] + https://bugzilla.mindrot.org/show_bug.cgi?id=983 + * Tue Jan 31 2012 Petr Lautrbach 5.9p1-17 + 0.9.2-32 - run privsep slave process as the users SELinux context (#781634)