From: ddenis Date: Mon, 7 Nov 2016 21:30:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~287^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8a955a39519a61b6730ad182e9d83c9cee03c52;p=git-annex.git --- diff --git a/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn b/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn new file mode 100644 index 0000000000..c8f229cd09 --- /dev/null +++ b/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn @@ -0,0 +1,12 @@ +### Please describe the problem. + +The latest released version of git-annex (6.20161031) breaks on all platforms that do not have ssh 7.3 installed as it relies on "Include" ssh_config(5) configuration flag that appeared in 7.3p1. The broken platforms include macOS Sierra and Ubuntu 16.04 Xenial (LTS) both include ssh 7.2 + + # Ubuntu 16.04 + $ ssh -V + OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016 + + # macOS + $ ssh -V + OpenSSH_7.2p2, LibreSSL 2.4.1 +