From 2cad5f521ea0abfa3b7bcbe28aa76fdad2290971 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 1 Jul 2015 19:51:31 +0200 Subject: [PATCH] 6.6p1-13 + 0.9.3-3 --- openssh.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index ae4dd4b..4e56d4b 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 12 +%define openssh_rel 13 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 3 @@ -762,6 +762,14 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Wed Jul 01 2015 Jakub Jelen 6.6.1p1-13 + 0.9.3.3 +- Security fixes released with openssh-6.9 + - XSECURITY restrictions bypass under certain conditions in ssh(1) (#1238231) + - weakness of agent locking (ssh-add -x) to password guessing (#1238238) +- ssh-copy-id: tcsh doesnt work with multiline strings so we will make it uggly one-line +- Fix auditing when using combination of ForceCommand and PTY (#1203900) +- fix direction in CRYPTO_SESSION audit message + * Mon Mar 30 2015 Jakub Jelen 6.6.1p1-12 + 0.9.3-3 - Fix ssh-copy-id on non-sh shells (#1045191) - Add tmpfiles.d entris (#1196807)