Vlad from Infatica to cygwin's team | App Monetization

2024-05-23 Thread Vlad from Infatica via Cygwin
Hi cygwin's team! Upon reviewing your app, it became apparent that you may benefit from additional source of motetization for your application. We at Infatica are currently expanding our network of 50+ partners who are already working with our proven solution to monetize traffic. Could it be re

Please update keychain to 2.8.5 (Updated .cygport file attached)

2024-05-23 Thread Ken Takata via Cygwin
Hi all, Cygwin's keychain package is very old and doesn't work at all with the latest openssh. I've updated keychain.cygport for the latest version of keychain. Please find the attached file. Could you include this in the cygwin package repository and release a new version? Regards, Ken Takata

ftp.acc.umu.se domain move

2024-05-23 Thread Niklas Edmundsson via Cygwin
Hi! The contact information, and preferably the host/mirror name, for the mirror provided by Academic Computer Club (ACC) needs to be changed as ACC is moving to a new domain. To verify the validity of this message, point a web browser towards https://ftp.acc.umu.se/ and notice that the top-lev

Your order update WMBLYA9158572082

2024-05-23 Thread No reply#2375172047 via Cygwin
cygwin, The Orders via 9158572082 must be filled out in their entirety. InvoiceEKJW9158572082.pdf Description: Binary data -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Potential Bug: Created files list owner/user exec until Windows reorders permissions

2024-05-23 Thread Ross Patterson via Cygwin
TL;DR: Weird permissions behavior in a Cygwin installation where permissions have been changed over time. I can't reproduce it on a clean install so that's how I'm working around it, but I thought it might be worth capturing what details I have in case it helps others or helps identify a bug. Afte

sethostname does not reject a too long hostname

2024-05-23 Thread Bruno Haible via Cygwin
The sethostname() system call is not standardized by POSIX, only by the LSB: https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-sethostname-2.html In particular, it should fail with EINVAL if "len is negative or larger than the maximum allowed size". In Cygwin 3.5.

multithreading broken in Cygwin 3.5.3

2024-05-23 Thread Bruno Haible via Cygwin
Hi, In Cygwin 3.5.3, on different machines, I see 3 Gnulib tests failing by timeout that worked perfectly fine in Cygwin 3.4.6 and older: FAIL: test-call_once2.exe FAIL: test-lock.exe FAIL: test-pthread-once2.exe Find here attached a simplified version of test-pthread-once2.c. Compile and r

Re: Team Cymru mirror link update

2024-05-23 Thread Jon Turney via Cygwin
On 22/05/2024 16:38, Tom Ludwig via Cygwin wrote: Greetings! My name is Tom and I'm a Systems administrator at Team Cymru. Please update our mirror link from http to https://mirror.team-cymru.com/cygwin/ I have updated this in our mirror list. Thanks for providing a cygwin mirror! -- Probl

an mbrtoc32 bug

2024-05-23 Thread Bruno Haible via Cygwin
In Cygwin 3.5.3, the attached program has an assertion failure in line 24: bytes is not (size_t)-2. How to reproduce: $ gcc -Wall foo.c $ ./a I think this is a bug, because - ISO C 23 § 7.30.1.5 talks about "completing" a character, not "representing" an (entire) character. - The test pas

Re: an mbrtoc32 bug

2024-05-23 Thread Bruno Haible via Cygwin
The test case that I sent uses UTF-8 encoding. Here's another test case, that uses GB18030 (supposedly supported since Cygwin 3.5.0). It fails as well, in line 26. On glibc systems, this test works. #include #include #include #include #include #include #include int main () { assert (se