Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-05 Thread Brian via Cygwin
On Fri, Nov 5, 2021 at 2:41 PM Takashi Yano wrote: > > It seems that the cause is the overhaul for the pipe implementation. > I also found the workaround for this issue. Please try: > export CYGWIN=pipe_byte > > Indeed, that does solve the problem. Thanks for looking into this! --Brian --

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-05 Thread Ken Brown via Cygwin
Hi Takashi, On 11/5/2021 3:41 PM, Takashi Yano via Cygwin wrote: Thanks much for the detailed steps. I could reproduce the problem. It seems that the cause is the overhaul for the pipe implementation. I also found the workaround for this issue. Please try: export CYGWIN=pipe_byte Corinna,

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-05 Thread Takashi Yano via Cygwin
On Fri, 5 Nov 2021 08:42:03 -0500 Brian wrote: > Starting point: Cygwin 3.3.0s(0.341/5/3), Windows Version 10.0.17763 Build > 17763, no git managers/clients initially installed. > > 1. Install git version 2.33.0 via the Cygwin installer (only the CLI). > 2. Download the GCM-Core 2.0.567

Running cygwinX

2021-11-05 Thread Dennis Putnam
I've just installed X11 and I think all the necessary pieces to run a remote X11 terminal. When I run 'xlaunch' I ask to run a remote program on my Linux host, specifically xterm. When the xterm window opens there is no command line prompt just the blank xterm screen. What am I missing? TIA.

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-05 Thread Brian via Cygwin
Starting point: Cygwin 3.3.0s(0.341/5/3), Windows Version 10.0.17763 Build 17763, no git managers/clients initially installed. 1. Install git version 2.33.0 via the Cygwin installer (only the CLI). 2. Download the GCM-Core 2.0.567 release zip file (

[ANNOUNCEMENT] stunnel 5.60-1

2021-11-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
stunnel 5.60-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets

stunnel 5.60-1

2021-11-05 Thread Andrew Schulman via Cygwin-announce
stunnel 5.60-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets

Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test)

2021-11-05 Thread Mark Geisert
Hi Takashi, Takashi Yano via Cygwin wrote: [...] I guess you just forgot to expand struct timespec in 32bit to 64bit layout in the following code. - if (cygNewFormat) + if (cygNewFormat == 2) { cygcb_t *clipbufX = (cygcb_t *) clipbuf; +

Re: [ANNOUNCEMENT] Updated: cygutils 1.4.16-8 (Test)

2021-11-05 Thread Takashi Yano via Cygwin
On Thu, 4 Nov 2021 22:40:40 -0700 Mark Geisert wrote: > Takashi Yano via Cygwin wrote: > > On Wed, 3 Nov 2021 22:04:05 +0900 > > Takashi Yano wrote: > >> On Wed, 3 Nov 2021 02:59:38 -0700 > >> Mark Geisert wrote: > >>> The following packages have been uploaded to the Cygwin distribution: > >>> >

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-05 Thread Takashi Yano via Cygwin
On Thu, 4 Nov 2021 23:29:39 -0500 Brian wrote: > I posted the steps needed to reproduce the problem in the following link: > https://github.com/microsoft/Git-Credential-Manager-Core/issues/509. This > includes the version of GCM-Core that was installed as well as how to > reproduce the issue. > >