clang-tools: add release note entry about moving into llvmPackages

Add 24.11 release note entry about moving clang-tools into llvmPackages
and making clang-tools_<version> aliases.
This commit is contained in:
Yueh-Shun Li 2024-05-16 05:39:31 +08:00 committed by John Titor
parent 86e5c53b29
commit 657517056c
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -35,6 +35,10 @@
Also be aware that if you have set additional options in `services.wstunnel.{clients,servers}.<name>.extraArgs`,
that those might have been removed or modified upstream.
- `clang-tools_<version>` packages have been moved into `llvmPackages_<version>` (i.e. `clang-tools_18` is now `llvmPackages_18.clang-tools`).
- For convenience, the top-level `clang-tools` attribute remains and is now bound to `llvmPackages.clang-tools`.
- Top-level `clang_tools_<version>` attributes are now aliases; these will be removed in a future release.
- `nginx` package no longer includes `gd` and `geoip` dependencies. For enabling it, override `nginx` package with the optionals `withImageFilter` and `withGeoIP`.
- `openssh` and `openssh_hpn` are now compiled without Kerberos 5 / GSSAPI support in an effort to reduce the attack surface of the components for the majority of users. Users needing this support can