doc/release-notes/rl-2511.section.md: Add note about changed powerpc64-linux glibc ELF ABI default (#455549)

This commit is contained in:
Rémi NICOLE 2025-10-26 17:11:44 +00:00 committed by GitHub
commit 0e27c20732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,9 @@
- `base16-builder` node package has been removed due to lack of upstream maintenance.
- The default glibc ELF ABI for the powerpc64-linux platform has been changed from ELFv2 back to ELFv1, due to the latter having less remaining issues when bootstrapping & building Nixpkgs packages on hardware.
If glibc ELFv2 is desired, use a fuller target triplet like `powerpc64-unknown-linux-gnuabielfv2` or the provided `ppc64-elfv2` platform example.
- `python3Packages.bjoern` has been removed, as the upstream is unmaintained and it depends on a 14-year-old version of http-parser with numerous vulnerabilities.
- `buildGoModule` removes the compatibility layer of `CGO_ENABLED` not specified via `env`.