[PATCH] include/cygwin/limits.h: add XATTR_{NAME,SIZE,LIST}_MAX

2023-05-30 Thread Brian Inglis
On Tue, 30 May 2023 13:25:38 +0200, Philippe Cerfon wrote: Hey there. Linux exports XATTR_{NAME,SIZE,LIST}_MAX in it's linux/limits.h and e.g. the CPython interpreter uses them for it's XATTRs functions. I made a corresponding PR at CPython https://github.com/python/cpython/pull/105075 to get

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-05-30 Thread Brian Inglis via Cygwin
On 2023-05-30 06:21, Jon Turney via Cygwin wrote: On 29/05/2023 23:42, Brian Inglis via Cygwin wrote: On 2023-05-29 16:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat) ? Appears the master and all mirrors have stub setup.ini and nothing else! Only private mirrors like

Re: Trusted maintainers (was: Re: How does a package become orphaned? (was Re: Attn maintainer: python-paramiko))

2023-05-30 Thread Andrew Schulman via Cygwin-apps
> On 11.05.2023 15:57, Andrew Schulman via Cygwin-apps wrote: > >> Entrusted with these strange superpowers, the following god-like beings > >> walk unknown amongst us: > >> > >> Achim Gratz > >> Corinna Vinschen > >> Ken Brown > >> Marco Atzeri > > > > Hippos! https://cygwin.com/goldstars/ > >

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-05-30 Thread Jon Turney via Cygwin
On 29/05/2023 23:42, Brian Inglis via Cygwin wrote: On 2023-05-29 16:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat) ? Appears the master and all mirrors have stub setup.ini and nothing else! Only private mirrors like fruitbat are likely to maintain history. This

Re: Is there, anywhere in the world, some place where ican rsync Cygin 32 bits ?

2023-05-30 Thread Jon Turney via Cygwin
On 29/05/2023 23:06, akakima via Cygwin wrote: Does such a place exist (beside fruitbat) ? Use the cygwin-archive/20221123 path (See [1]) on an rsyncable sourceware mirror (the list at [2] is sadly incomplete, not all of the cygwin mirrors listed at [3] have a full sourceware mirror) [1]

Re: set XATTR_SIZE_MAX and XATTR_LIST_MAX in cygwin/limits.h (was: python + XATTRs under cygwin?)

2023-05-30 Thread Philippe Cerfon via Cygwin
Hey Marco. On Tue, May 30, 2023 at 1:43 PM marco atzeri wrote: > > > Currently, the most recent version of Python in cygwin is 3.9.9, which > > latest is 3.9.16 > https://cygwin.com/packages/summary/python39-src.html Oops, sorry. For some reason I had 3.9.9 in mind which is however simply the

Re: set XATTR_SIZE_MAX and XATTR_LIST_MAX in cygwin/limits.h (was: python + XATTRs under cygwin?)

2023-05-30 Thread marco atzeri via Cygwin
On Tue, May 30, 2023 at 1:29 PM Philippe Cerfon via Cygwin wrote: > > Just for the records: > > I've made a PR against CPython that would enable XATTRs with Cygwin: > https://github.com/python/cpython/pull/105075 > > and sent a patch against newlib, which is AFAICS the right place to > have the

Re: set XATTR_SIZE_MAX and XATTR_LIST_MAX in cygwin/limits.h (was: python + XATTRs under cygwin?)

2023-05-30 Thread Philippe Cerfon via Cygwin
Just for the records: I've made a PR against CPython that would enable XATTRs with Cygwin: https://github.com/python/cpython/pull/105075 and sent a patch against newlib, which is AFAICS the right place to have the XATTR_*_MAX exported: https://sourceware.org/pipermail/newlib/2023/020347.html