From 91aa3d49218ee3226b9780b90a1c5865c08960a4 Mon Sep 17 00:00:00 2001
From: Jakub Jelen <jjelen@redhat.com>
Date: Mon, 11 Mar 2019 13:41:09 +0100
Subject: [PATCH] openssh-7.9p1-5 + 0.10.3.6

---
 openssh.spec | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/openssh.spec b/openssh.spec
index 47cf65b..3a4f29c 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 4
+%global openssh_rel 5
 %global pam_ssh_agent_ver 0.10.3
 %global pam_ssh_agent_rel 6
 
@@ -771,6 +771,13 @@ getent passwd sshd >/dev/null || \
 %endif
 
 %changelog
+* Mon Mar 11 2019 Jakub Jelen <jjelen@redhat.com> - 7.9p1-5 + 0.10.3.6
+- Fix kerberos cleanup procedures with GSSAPI
+- Update cached passwd structure after PAM authentication
+- Do not fall back to sshd_net_t SELinux context
+- Fix corner cases of PKCS#11 URI implementation
+- Do not negotiate arbitrary primes with DH GEX in FIPS 
+
 * Wed Feb 06 2019 Jakub Jelen <jjelen@redhat.com> - 7.9p1-4 + 0.10.3.6
 - Log when a client requests an interactive session and only sftp is allowed
 - Fix minor issues in ssh-copy-id