From 86d8dd4628a5b0e05fd9a467b1b3fab3bb35e195 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 26 Nov 2012 16:51:43 +0100 Subject: [PATCH] 5.9p1-28 + 0.9.3-1 --- openssh.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index c52e4cc..cef7698 100644 --- a/openssh.spec +++ b/openssh.spec @@ -67,7 +67,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 27 +%define openssh_rel 28 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 1 @@ -791,6 +791,12 @@ fi %endif %changelog +* Mon Nov 26 2012 Petr Lautrbach 5.9p1-28 + 0.9.3-1 +- avoid xfree(NULL) in ssh_selinux_copy_context() (#789502) +- fix the man moduli page (#841065) +- fix the required authentications patch (#872608) +- fix IPQoS not being set on non-mapped v4-in-v6 addressed connections (#861818) + * Wed Oct 31 2012 Petr Lautrbach 5.9p1-27 + 0.9.3-1 - don't use /bin and /sbin paths (#856590) - fix gssapi canohost patch (#863350)