Re: [ITA] iso-codes

2025-04-18 Thread Brian Inglis via Cygwin-apps
On 2025-04-18 12:12, Philippe Baril Lecavalier via Cygwin-apps wrote: My apologies for not noticing this in playground! I have ingested some of its enhancements over the original to produce a superior proposal. Part of the learning process we all went through. Thanks for pointing to the playgr

Re: Shared libraries with undefined symbols

2025-04-18 Thread Jon Turney via Cygwin-apps
On 18/04/2025 19:02, Camm Maguire wrote: Greetings! Is there an equivalent to gcc -shared -Wl,-undefined -Wl,dynamic_lookup o/boot.c -o unixport/libboot.so or gcc -shared -Wl,--allow-shlib-undefined o/boot.c -o unixport/libboot.so No. PE/COFF executables work very differently to ELF, and

Re: [ITA] iso-codes

2025-04-18 Thread Philippe Baril Lecavalier via Cygwin-apps
My apologies for not noticing this in playground! I have ingested some of its enhancements over the original to produce a superior proposal. Thanks for pointing to the playground branch. Didn't quite get what it's about at first, but as the CI listens to it, then it makes a lot of sense. Tests are

Shared libraries with undefined symbols

2025-04-18 Thread Camm Maguire via Cygwin-apps
Greetings! Is there an equivalent to gcc -shared -Wl,-undefined -Wl,dynamic_lookup o/boot.c -o unixport/libboot.so or gcc -shared -Wl,--allow-shlib-undefined o/boot.c -o unixport/libboot.so on cygwin? Take care, -- Camm Maguirec...@maguirefamily.org ==

Re: [Attn: MAINTAINER] libxml2 CVEs

2025-04-18 Thread Philippe Baril Lecavalier via Cygwin-apps
Good timing, you spare me asking similar. I was looking at updating its little brother, libxslt (unmaintained, ~7 years), and it is advised to update libxml2 then libxslt. That too I noticed has a good collection of security fixes over the last version built. On Fri, Apr 18, 2025 at 10:04 AM Bria

[Attn: MAINTAINER] libxml2 CVEs

2025-04-18 Thread Brian Inglis via Cygwin-apps
Hi folks, Looks like > 10 CVEs affecting libxml2 overdue for updates including latest: https://seclists.org/oss-sec/2025/q2/59 https://gitlab.gnome.org/GNOME/libxml2/-/issues/?sort=created_date&state=all&search=CVE&first_page_size=20