wok annotate gvfs/stuff/allow-dropbear-ssh.patch @ rev 22946

updated imagemagick and imagemagick-dev (7.0.8.33 -> 7.0.9.26)
author Hans-G?nter Theisgen
date Fri Feb 28 13:23:56 2020 +0100 (2020-02-28)
parents
children
rev   line source
al@17280 1 --- daemon/gvfsbackendsftp.c.orig
al@17280 2 +++ daemon/gvfsbackendsftp.c
al@17280 3 @@ -237,7 +237,8 @@
al@17280 4 if (ssh_stderr == NULL)
al@17280 5 res = SFTP_VENDOR_INVALID;
al@17280 6 else if ((strstr (ssh_stderr, "OpenSSH") != NULL) ||
al@17280 7 - (strstr (ssh_stderr, "Sun_SSH") != NULL))
al@17280 8 + (strstr (ssh_stderr, "Sun_SSH") != NULL) ||
al@17280 9 + (strstr (ssh_stderr, "Dropbear") != NULL))
al@17280 10 res = SFTP_VENDOR_OPENSSH;
al@17280 11 else if (strstr (ssh_stderr, "SSH Secure Shell") != NULL)
al@17280 12 res = SFTP_VENDOR_SSH;