Re: directory without search permission is searchable?

2020-02-25 Thread Thomas Wolff
Am 26.02.2020 um 06:29 schrieb Jun T: It seems 'ls -l dir/file' or 'stat dir/file' succeeds even if I don't have read/search permission for the 'dir'. Create a directory and a file in it: $ mkdir tmpdir $ ls -ld tmpdir drwxr-xr-x+ 1 takimoto none 0 Feb 26 12:46 tmpdir $ touch tmpdir/afile $ ls

directory without search permission is searchable?

2020-02-25 Thread Jun T
It seems 'ls -l dir/file' or 'stat dir/file' succeeds even if I don't have read/search permission for the 'dir'. Create a directory and a file in it: $ mkdir tmpdir $ ls -ld tmpdir drwxr-xr-x+ 1 takimoto none 0 Feb 26 12:46 tmpdir $ touch tmpdir/afile $ ls -l tmpdir/afile -rw-r--r-- 1 takimoto 0

[ANNOUNCEMENT] Updated: mintty 3.1.4

2020-02-25 Thread Thomas Wolff
I have uploaded mintty 3.1.4 with the following changes: Terminal features   * Linux console controls for underscore cursor size (mintty/wsltty#203).   * Fixed sixel display failures at certain sizes (#967). Window handling   * Avoid resize flickering loop in Virtual Tabs mode.   * Don't keep se

qmake-qt5 does not support QMAKE_POST_LINK on shared object targets

2020-02-25 Thread matthias
Dear qt5-base maintainers, I noticed that QMAKE_POST_LINK is not applied to shared object targets in qmake (version 3.1 from Qt 5.9.4). The purpose of QMAKE_POST_LINK is to add custom script statements after the link step in qmake-generated Makefiles. I checked cygwin's package files for

Re: [ANNOUNCEMENT] Updated: gcc-9.2.0-2 (x86/x86_64)

2020-02-25 Thread Steven Penny
On Mon, 24 Feb 2020 12:31:32 +, JonY wrote: > gcc-9.2.0-2 has been uploaded for Cygwin. This version is the same as > -1, just repackaged and marked as stable. Can you please update these as well: - mingw64-x86_64-gcc-core - mingw64-x86_64-gcc-g++ They are still sitting at 7.4.0, now two maj