From 3ed6191f5689b144d3b1c3ceadc51fe2ea06d1ef Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 1 Nov 2013 17:07:27 +0100 Subject: [PATCH] 6.3p1-5 + 0.9.3-7 --- openssh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openssh.spec b/openssh.spec index cf70a37..138f40f 100644 --- a/openssh.spec +++ b/openssh.spec @@ -64,9 +64,9 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 6.3p1 -%define openssh_rel 4 +%define openssh_rel 5 %define pam_ssh_agent_ver 0.9.3 -%define pam_ssh_agent_rel 6 +%define pam_ssh_agent_rel 7 Summary: An open source implementation of SSH protocol versions 1 and 2 Name: openssh @@ -718,6 +718,10 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Fri Nov 01 2013 Petr Lautrbach 6.3p1-5 + 0.9.3-7 +- adjust gss kex mechanism to the upstream changes (#1024004) +- don't use xfree in pam_ssh_agent_auth sources (#1024965) + * Fri Oct 25 2013 Petr Lautrbach 6.3p1-4 + 0.9.3-6 - rebuild with the openssl with the ECC support