Re: curl SFTP transfer from Cygwin on Win10 to Ubuntu 18.04 fails with Unknown host key type: 1835008

2021-05-14 Thread Brian Inglis
On 2021-05-13 22:40, Voris, Ben via Cygwin wrote: curl issue https://github.com/curl/curl/issues/7057 was closed with: "This seems to be purely a libssh2 issue and not a curl one." Curl reports "libssh2/1.7.0" On the same system, ssh reports " OpenSSH_8.5p1, OpenSSL 1.1.1f 31 Mar 2020" The curl

cygport i686/x86 library build undefined type in sys/stat.h

2021-05-14 Thread Brian Inglis
Trying to build latest libssh2 1.9.0 using cygport, works under x86_64, but under i686/x86 fails with: In file included from */usr/i686-pc-cygwin/include/sys/stat.h*:22, from ...: /usr/include/cygwin/stat.h:27:3: error: unknown type name ‘timestruc_t’ 27 | timestruc_t

realpath issue with native[strict] symlinks

2021-05-14 Thread Jeremy Drake via Cygwin
I apologize for not replying to the message properly, I am not subscribed and am copy-pasting from web archive. On Sat, May 8, 2021 at 12:20 AM Corinna Vinschen wrote: > The changes have a behavioral change, but I think this is for the > better: Virtual drives are not treated as drives anymore,

Re: [PATCH v6] Cygwin: rewrite cmdline parser

2021-05-14 Thread Johannes Schindelin
Hi, first of all: thank you for working on this. I have run afoul of the (de-)quoting differences between MSVCRT and Cygwin on more than one occasion. Having said this, I hope to make it clear that I care about your work, and I care about helping to make it as good as we can make it together.

Re: [ANNOUNCEMENT] tmux 3.2-0

2021-05-14 Thread Achim Gratz
Michael Wild via Cygwin-announce via Cygwin writes: > The following packages have been uploaded to the Cygwin distribution: > > * tmux-3.2-0 [nit] General releases should be numbered starting with 1. The mosh test suite breaks with this release (the same build tests OK again with tmux-3.1b),

Re: [PATCH setup] Add new option '--compact-os'

2021-05-14 Thread Christian Franke
Christian Franke wrote: Jon Turney wrote: On 12/05/2021 18:50, Christian Franke wrote: Jon Turney wrote: On 08/05/2021 21:03, Christian Franke wrote: ... +#include "compactos.h" + +#ifndef FSCTL_SET_EXTERNAL_BACKING There should be a comment here saying "not yet provided by w32api" or

Re: [PATCH setup] Add new option '--compact-os'

2021-05-14 Thread Christian Franke
Jon Turney wrote: On 12/05/2021 18:50, Christian Franke wrote: Jon Turney wrote: On 08/05/2021 21:03, Christian Franke wrote: ... +#include "compactos.h" + +#ifndef FSCTL_SET_EXTERNAL_BACKING There should be a comment here saying "not yet provided by w32api" or similar. ... or we wait