Re: error in "cygpath" behavior

2018-08-31 Thread Brian Inglis
On 2018-08-31 16:34, Steven Penny wrote: > On Fri, 31 Aug 2018 10:57:34, Corinna Vinschen wrote: >> Long-standing behaviour.  ".." in Cygwin and ".." in Windows can totally >> disagree.  The path is always convert to absolute at this point in favor >> of correct output.  There's also the additional

Re: error in "cygpath" behavior

2018-08-31 Thread Achim Gratz
Steven Penny writes: > I am not understanding - it appears that "dot-dot" (..) is well defined by > POSIX: […] > so it would appears that ".." would be an acceptable return value in any case. Except that you've asked for a Windows path, not POSIX, and you have no idea what Windows' idea of the CWD

Bug Report: Regression in Cygwin 2.11.0-1

2018-08-31 Thread Bryan Phelps
Hello, Thank you for all the work on Cygwin! I've been using it to spin up an environment to build the OCaml compiler / toolchain, and it was working great. However, today, all our CI builds mysteriously started failing - at first, I suspected it was a problem with AppVeyor, but I also failur

Re: error in "cygpath" behavior

2018-08-31 Thread Steven Penny
On Fri, 31 Aug 2018 10:57:34, Corinna Vinschen wrote: Long-standing behaviour. ".." in Cygwin and ".." in Windows can totally disagree. The path is always convert to absolute at this point in favor of correct output. There's also the additional restriction (though not in this case) that relati

Re: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-08-31 Thread Marco Atzeri
Am 31.08.2018 um 22:31 schrieb tl...@twcny.rr.com: After running setup (64 bit) I still have version 2.10. I even tried uninstalling and running setup again. Tom L have you stopped all processes including services before the update ? --- Diese E-Mail wurde von Avast Antivirus-Software auf V

RE: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-08-31 Thread tlake
After running setup (64 bit) I still have version 2.10. I even tried uninstalling and running setup again. Tom L -Original Message- From: Corinna Vinschen Sent: Friday, August 31, 2018 11:21 AM To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updated: Cygwin 2.11.0-1 Hi folks, I uploade

Re: error in "cygpath" behavior

2018-08-31 Thread Eric Blake
On 08/31/2018 02:48 PM, cyg Simple wrote: Don't forget the possibility that '..' points to a symlink which Windows will not understand. $ mkdir -p /foo/baz $ ln -s /foo /bar $ cd /bar/baz $ cygpath -w .. Except .. never points to a symlink. It always points to the physical directory that c

Re: error in "cygpath" behavior

2018-08-31 Thread cyg Simple
On 8/31/2018 4:57 AM, Corinna Vinschen wrote: > On Aug 30 21:37, Steven Penny wrote: >> It is my understanding that given relative input, "cygpath" shall produce >> relative output unless given "-a" option. However I noticed a discrepancy. >> These >> are all correct: >> >>$ cygpath . >>.

Re: Cygwin Dirmngr and TBB for windows

2018-08-31 Thread Brian Inglis
On 2018-08-31 02:34, Corinna Vinschen wrote: > On Aug 30 21:20, john doe wrote: >> On 8/30/2018 5:07 PM, Corinna Vinschen wrote: >>> On Aug 30 14:35, Marco Atzeri wrote: Am 30.08.2018 um 11:30 schrieb john doe: > On 7/11/2018 10:11 AM, john doe wrote: >> I'm trying to get Cygwin dirmng

[ANNOUNCEMENT] [SECURITY] stunnel-5.48-1

2018-08-31 Thread Andrew Schulman
stunnel 5.48-1 is now available in Cygwin. This is a new upstream release, with a security bug fix: * Fixed requesting client certificate when specified as a global option. as well as other bug fixes and minor enhancements since the previous Cygwin release, version 5.46-1. You can read the upstre

[ANNOUNCEMENT] Updated: Cygwin 2.11.0-1

2018-08-31 Thread Corinna Vinschen
Hi folks, I uploaded a new Cygwin release 2.11.0-1. === What's new: --- - New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np, sched_getcpu. - New APIs: aio_cancel, aio_error, aio_fsync, aio_read, aio_retur

[ANNOUNCEMENT] Updated: gnupg2-2.2.10-1

2018-08-31 Thread Marco Atzeri
Version 2.2.10-1 of gnupg2 is available in the Cygwin distribution: CHANGES Latest upstream security fix release https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000428.html DESCRIPTION The GNU Privacy Guard GnuPG is a command line tool without any graphical user interface. I

Re: error in "cygpath" behavior

2018-08-31 Thread Corinna Vinschen
On Aug 30 21:37, Steven Penny wrote: > It is my understanding that given relative input, "cygpath" shall produce > relative output unless given "-a" option. However I noticed a discrepancy. > These > are all correct: > >$ cygpath . >. > >$ cygpath .. >.. > >$ cygpath -w . >

Re: Cygwin Dirmngr and TBB for windows

2018-08-31 Thread Corinna Vinschen
On Aug 30 21:20, john doe wrote: > On 8/30/2018 5:07 PM, Corinna Vinschen wrote: > > On Aug 30 14:35, Marco Atzeri wrote: > > > Am 30.08.2018 um 11:30 schrieb john doe: > > > > On 7/11/2018 10:11 AM, john doe wrote: > > > > > Hi, > > > > > > > > > > I'm trying to get Cygwin dirmngr to work with  T