From 1207ddbf09c8f9dcaa5f7dd81ddf7e39cbd8e900 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Nov 30 2020 07:52:02 +0000 Subject: 8.4p1-4 + 0.10.4-1 --- diff --git a/openssh.spec b/openssh.spec index 160659a..69fd670 100644 --- a/openssh.spec +++ b/openssh.spec @@ -51,7 +51,7 @@ # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 %global openssh_ver 8.4p1 -%global openssh_rel 3 +%global openssh_rel 4 %global pam_ssh_agent_ver 0.10.4 %global pam_ssh_agent_rel 1 @@ -669,6 +669,10 @@ test -f %{sysconfig_anaconda} && \ %endif %changelog +* Thu Nov 26 2020 Jakub Jelen - 8.4p1-4 + 0.10.4-1 +- Remove "PasswordAuthentication yes" from vendor configuration as it is + already default and it might be hard to override. + * Thu Nov 19 2020 Jakub Jelen - 8.4p1-3 + 0.10.4-1 - Unbreak seccomp filter on arm (#1897712) - Add a workaround for Debian's broken OpenSSH (#1881301)