From 836590e7950b6cde2361064bac7c06f863fb5224 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 12 Apr 2018 10:35:14 +0200 Subject: [PATCH] 7.7p1-2 + 0.10.3-4 --- openssh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index e5d0290..00949a1 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.7p1 -%global openssh_rel 1 +%global openssh_rel 2 %global pam_ssh_agent_ver 0.10.3 %global pam_ssh_agent_rel 4 @@ -761,6 +761,9 @@ getent passwd sshd >/dev/null || \ %endif %changelog +* Thu Apr 12 2018 Jakub Jelen - 7.7p1-2 + 0.10.3-4 +- Do not break quotes parsing in configuration file (#1566295) + * Wed Apr 04 2018 Jakub Jelen - 7.7p1-1 + 0.10.3-4 - New upstream release (#1563223) - Add support for ECDSA keys in PKCS#11 (#1354510)