Re: Permission Problems

2016-04-24 Thread Marco Atzeri
On 25/04/2016 02:29, Dave Caswell wrote: This is a followup to: https://cygwin.com/ml/cygwin/2016-03/msg00345.html To recap, making three nested directories on a non-C drive produces a third level which is unusable. davec@MERCURYWIN ~/python $ rm -rf g1 davec@MERCURYWIN ~/python $ mkdir g1 g1/

Re: Proposed patch for web site: update most links to HTTPS

2016-04-24 Thread Andrey Repin
Greetings, Brian Clifton! Please don't top-post. thanks. > -Original Message- > From: Andrey Repin [mailto:anrdae...@yandex.ru] > Sent: Sunday, April 24, 2016 5:00 PM > To: Brian Clifton ; cygwin@cygwin.com > Subject: Re: Proposed patch for web site: update most links to HTTPS >> Greetin

RE: Proposed patch for web site: update most links to HTTPS

2016-04-24 Thread Brian Clifton
Hi Andrey, Can you please elaborate on why? I'm confused on why you prefer that Cygwin links users to non-secure versions of pages? (which in many cases will be redirected anyways). Links which ONLY work on http *have not* been changed and there are no other changes in this patch. Thanks, Br

Permission Problems

2016-04-24 Thread Dave Caswell
This is a followup to: https://cygwin.com/ml/cygwin/2016-03/msg00345.html To recap, making three nested directories on a non-C drive produces a third level which is unusable. davec@MERCURYWIN ~/python $ rm -rf g1 davec@MERCURYWIN ~/python $ mkdir g1 g1/g2 g1/g2/g3 davec@MERCURYWIN ~/python $ ls

Re: Proposed patch for web site: update most links to HTTPS

2016-04-24 Thread Andrey Repin
Greetings, Brian Clifton! > Hi folks, > I have a proposed change for the web site. This patch (see below) will > update most of the urls to HTTPS. In many cases there was a redirect; for > those I captured the new canonical address. Please no. -- With best regards, Andrey Repin Monday, April

Proposed patch for web site: update most links to HTTPS

2016-04-24 Thread Brian Clifton
Hi folks, I have a proposed change for the web site. This patch (see below) will update most of the urls to HTTPS. In many cases there was a redirect; for those I captured the new canonical address. (Per the https://cygwin.com/contrib.html, this is *not* a change to anything in the winsup dire

[ANNOUNCEMENT] [Updated] _autorebase-001004-1

2016-04-24 Thread Achim Gratz
The _autorebase package has been updated to adress the issue reported in https://sourceware.org/ml/cygwin/2016-04/msg00159.html. -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in th

[ANNOUNCEMENT] Updated: cppcheck-1.73-1

2016-04-24 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * cppcheck-1.73-1 * cppcheck-gui-1.73-1 Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types