From a1e1ac2bfc299d0211b3cbf91e9671f5b0fb747e Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 7 Nov 2014 12:53:03 +0100 Subject: [PATCH] 6.6.1p1-7 + 0.9.3-3 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 9d662d3..2d22d13 100644 --- a/openssh.spec +++ b/openssh.spec @@ -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.6.1p1 -%define openssh_rel 6 +%define openssh_rel 7 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 3 @@ -732,6 +732,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Fri Nov 07 2014 Petr Lautrbach 6.6.1p1-7 + 0.9.3-3 +- correct the calculation of bytes for authctxt->krb5_ccname (#1161073) + * Tue Nov 04 2014 Petr Lautrbach 6.6.1p1-6 + 0.9.3-3 - privsep_preauth: use SELinux context from selinux-policy (#1008580) - change audit trail for unknown users (mindrot#2245)