diff --git a/openssh-6.6p1-ssh_config.patch b/openssh-7.6p1-ssh_config.patch similarity index 65% rename from openssh-6.6p1-ssh_config.patch rename to openssh-7.6p1-ssh_config.patch index bca2860..1997150 100644 --- a/openssh-6.6p1-ssh_config.patch +++ b/openssh-7.6p1-ssh_config.patch @@ -1,5 +1,5 @@ ---- openssh-6.6p1/ssh_config.orig 2013-10-10 01:24:12.000000000 +0200 -+++ openssh-6.6p1/ssh_config 2014-04-09 16:26:50.292117342 +0200 +--- openssh-7.6p1/ssh_config.orig 2017-10-02 21:34:26.000000000 +0200 ++++ openssh-7.6p1/ssh_config 2017-12-07 17:48:23.466967744 +0100 @@ -17,9 +17,9 @@ # list of available options, their meanings and defaults, please see the # ssh_config(5) man page. @@ -9,10 +9,10 @@ # ForwardAgent no -# ForwardX11 no + ForwardX11 no - # RhostsRSAAuthentication no - # RSAAuthentication yes # PasswordAuthentication yes -@@ -46,3 +46,5 @@ + # HostbasedAuthentication no + # GSSAPIAuthentication no +@@ -44,3 +44,5 @@ # VisualHostKey no # ProxyCommand ssh -q -W %h:%p gateway.example.com # RekeyLimit 1G 1h diff --git a/openssh.spec b/openssh.spec index d4c3597..64384f4 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %define with_selinux 0 Name: openssh -Version: 7.5p1 +Version: 7.6p1 Release: 1mamba Summary: OpenSSH free Secure Shell (SSH) implementation Group: Network/Security @@ -21,7 +21,7 @@ Source3: openssh-sshd.service Source4: openssh-sshd@.service Source5: openssh-sshd.socket Source6: openssh-sshd.conf -Patch0: openssh-6.6p1-ssh_config.patch +Patch0: openssh-7.6p1-ssh_config.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -290,6 +290,9 @@ exit 0 %{_libexecdir}/openssh/ssh-askpass %changelog +* Thu Dec 07 2017 Automatic Build System 7.6p1-1mamba +- automatic update by autodist + * Mon Aug 07 2017 Automatic Build System 7.5p1-1mamba - automatic version update by autodist