Re: Where Cygwin snapshots?

2025-02-09 Thread Mark Geisert via Cygwin
On 2/9/2025 9:51 PM, Fergus Daly via Cygwin wrote: Every so often one needs a standalone interim update of e.g. cygwin1.dll. Latest working updates containing minor tweaks used to be available under the heading "Cygwin Snapshots" at https://cygwin.com/snapshots/ and this is still Google's best o

Where Cygwin snapshots?

2025-02-09 Thread Fergus Daly via Cygwin
Every so often one needs a standalone interim update of e.g. cygwin1.dll. Latest working updates containing minor tweaks used to be available under the heading "Cygwin Snapshots" at https://cygwin.com/snapshots/ and this is still Google's best offer; but this now seems to be defunct with the last

Re: Potential Argument Injection Issue in Cygwin's Command Line Handling

2025-02-09 Thread Splitline Ng via Cygwin
> Windows is security deficient in this area, not Cygwin. > > I'll quote myself to share my opinion: > https://git.lighttpd.net/lighttpd/lighttpd1.4/src/branch/master/src/fdevent_win32.c#L543 > * The Microsoft CreateProcess() interface is criminally broken. > * Forcing argument strings to

Re: Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Soren via Cygwin
Ok, with a little better google finess I found this: https://android.stackexchange.com/questions/36421/what-is-the-applypatch-tool-and-how-does-one-use-it From the discussion I gather that It is a binary patch utility used by Android hackers. -- Soren 'tino (somian) He's earthy, he's pithy, he's

Re: Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Soren via Cygwin
Hello Marco, thank you for your interest. This should have occurred to me, nice one, Marco: $ cygcheck -l git | grep applypatch /usr/share/git-core/templates/hooks/applypatch-msg.sample /usr/share/git-core/templates/hooks/pre-applypatch.sample > About the second question, cygwin packages are NE

Re: Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Soren via Cygwin
Thank you for your reply, Eliot. I show very different git executables: $ ls -li /usr/local/bin/git /usr/bin/git 3659174698190617 -rwxr-xr-x 142 somia Administrators 3.6M May 25 2024 /usr/bin/git* 19421773393853074 -rwxr-xr-x 142 somia somia 20M Sep 7 21:44 /usr/local/bin/git* The di

Re: Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Brian Inglis via Cygwin
On 2025-02-09 11:56, Eliot Moss via Cygwin wrote: On 2/10/2025 5:46 AM, Soren via Cygwin wrote: Hello Cygwin community, I've got a small issue. Out there in the oosphere there is mention of a tool called "applypatch", and I went looking for it in cygwin pkgs. Using the invocation `cygcheck -f

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Brian Inglis via Cygwin
On 2025-02-09 11:51, Marco Atzeri via Cygwin wrote: On 09/02/2025 06:40, Marco Atzeri wrote: Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l tota

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Marco Atzeri via Cygwin
On 09/02/2025 19:51, Marco Atzeri wrote: On 09/02/2025 06:40, Marco Atzeri wrote: typo :-( It only happens with "ln -fs" not with "ln -s" the test package  coreutils    9.5-1 has NOT this issue Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Marco Atzeri via Cygwin
On 09/02/2025 19:46, Soren via Cygwin wrote: Hello Cygwin community, I've got a small issue. Out there in the oosphere there is mention of a tool called "applypatch", and I went looking for it in cygwin pkgs. Using the invocation `cygcheck -f applypatch' not the way to look for a package, see

Re: Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Eliot Moss via Cygwin
On 2/10/2025 5:46 AM, Soren via Cygwin wrote: Hello Cygwin community, I've got a small issue. Out there in the oosphere there is mention of a tool called "applypatch", and I went looking for it in cygwin pkgs. Using the invocation `cygcheck -f applypatch' I don't find any packages that supply

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Marco Atzeri via Cygwin
On 09/02/2025 06:40, Marco Atzeri wrote: Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l total 0 lrwxrwxrwx 1 marco marco 9 Feb  9 06:33 dirB -> /

Re: [maintainer] coreutils-9.0-1: "ln -fs" bug

2025-02-09 Thread Brian Inglis via Cygwin
On 2025-02-08 22:40, Marco Atzeri via Cygwin wrote: Noticed today, not sure it is new nor that is Cygwin specific. It can create unrequested circular links, to replicate: $ cd /tmp $ mkdir dirA $ mkdir dirB $ cd dirA $ ln -fs /tmp/dirB dirB $ ls -l total 0 lrwxrwxrwx 1 marco marco 9 Feb  9 06:3

Mysterious `applypatch' in any cygwin package?

2025-02-09 Thread Soren via Cygwin
Hello Cygwin community, I've got a small issue. Out there in the oosphere there is mention of a tool called "applypatch", and I went looking for it in cygwin pkgs. Using the invocation `cygcheck -f applypatch' I don't find any packages that supply "applypatch" or "applypatch.exe" but now when I

Re: coreutils-9.0-1: chmod -R silently returns failure if dir contains a symlink (regression)

2025-02-09 Thread Brian Inglis via Cygwin
On 2025-02-09 08:01, Christian Franke via Cygwin wrote: Testcase: $ uname -r 3.5.7-1.x86_64 $ cygcheck -f /bin/chmod coreutils-9.0-1 $ mkdir dir $ touch dir/file $ chmod -R -v g-w dir; echo $? mode of 'dir' retained as 0755 (rwxr-xr-x) mode of 'dir/file' retained as 0644 (rw-r--r--) 0 $ ln

coreutils-9.0-1: chmod -R silently returns failure if dir contains a symlink (regression)

2025-02-09 Thread Christian Franke via Cygwin
Testcase: $ uname -r 3.5.7-1.x86_64 $ cygcheck -f /bin/chmod coreutils-9.0-1 $ mkdir dir $ touch dir/file $ chmod -R -v g-w dir; echo $? mode of 'dir' retained as 0755 (rwxr-xr-x) mode of 'dir/file' retained as 0644 (rw-r--r--) 0 $ ln -s file dir/link $ chmod -R -v g-w dir; echo $? mode of

Re: Request to package perl module installer, App::cpanminus

2025-02-09 Thread ASSI via Cygwin
Dr Bean via Cygwin writes: > Thanks for the cygport file. That will help Soren or me get started. > But we will probably need help uploading to the cygwin package repos. You have apparently not understood what I said. The problem is not creating the package itself, much less who creates it. To r

Re: Request to package perl module installer, App::cpanminus

2025-02-09 Thread Dr Bean via Cygwin
On Sat, 08 Feb 2025, ASSI via Cygwin wrote: > Dr Bean via Cygwin writes: > > ASSI, what about adding to the long list of packages you maintain > > another one, App::cpanminus, providing the commandline tool, 'cpanm', a > > popular alternative to the venerable CPAN, and the installer of choice >

Re: zsh (oh-my-zsh) hangs on cygwin-3.5.5-1

2025-02-09 Thread Daisuke Fujimura via Cygwin
Sorry for the late reply. I can confirm that cygwin 3.5.6 solved the problem. On Tue, Dec 24, 2024 at 8:24 AM Takashi Yano via Cygwin wrote: > > On Mon, 23 Dec 2024 20:30:30 +0900 > Daisuke Fujimura via Cygwin wrote: > > $ kill -CHLD 214 > > > > $ ps > > PID PPID PGID WINPID TTY UID STIME COMMA