From 311908c042fb93fbc60aee682519284a723b28bf Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 14 Jan 2019 11:09:48 +0100 Subject: [PATCH] openssh-7.9p1-3 + 0.10.3-6 --- openssh.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 7131fcb..f35076a 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 %global openssh_ver 7.9p1 -%global openssh_rel 2 +%global openssh_rel 3 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 6 @@ -767,6 +767,13 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Mon Jan 14 2019 Jakub Jelen - 7.9p1-3 + 0.10.3.6 +- Backport Match final to unbreak canonicalization with crypto-policies (#1630166) +- gsskex: Dump correct option +- Backport several fixes from 7_9 branch, mostly related to certificate authentication (#1665611) +- Backport patch for CVE-2018-20685 (#1665786) +- Correctly initialize ECDSA key structures from PKCS#11 + * Wed Nov 14 2018 Jakub Jelen - 7.9p1-2 + 0.10.3-6 - Fix LDAP configure test (#1642414) - Avoid segfault on kerberos authentication failure