From c45d147a86a75bb49803577d95c4083f65773c5c Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 18 Dec 2015 13:18:20 +0100 Subject: [PATCH] openssh-7.1p1-6 + 0.9.2-8 --- openssh.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 0b4f484..70caf12 100644 --- a/openssh.spec +++ b/openssh.spec @@ -66,7 +66,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %define openssh_ver 7.1p1 -%define openssh_rel 5 +%define openssh_rel 6 %define pam_ssh_agent_ver 0.9.3 %define pam_ssh_agent_rel 8 @@ -823,6 +823,13 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Fri Dec 18 2015 Jakub Jelen 7.1p1-6 + 0.9.2-8 +- Preserve IUTF8 tty mode flag over ssh connections (#1270248) +- Do not require sysconfig file to start service (#1279521) +- Update ssh-copy-id to upstream version +- GSSAPI Key Exchange documentation improvements +- Remove unused patches + * Wed Nov 04 2015 Jakub Jelen 7.1p1-5 + 0.9.2-8 - Do not set user context too many times for root logins (#1269072)