uhttpmock: drop 0.0 abi, rename 1.0 abi from uhttpmock_1_0 (#526054)

This commit is contained in:
Jan Tojnar
2026-05-30 20:09:26 +00:00
committed by GitHub
5 changed files with 15 additions and 73 deletions

View File

@@ -15,6 +15,8 @@
- `libgdata` has been removed, as it was archived upstream and relied on the insecure libsoup 2.4.
- `uhttpmock` providing 0.0 ABI was removed. `uhttpmock_1_0` providing 1.0 ABI was renamed to `uhttpmock` and `uhttpmock_1_0` was kept as an alias.
- `requireFile` now sets `meta.license = lib.licenses.unfree` by default. Users of `requireFile`-based derivations that preserve this default will need to explicitly allow their evaluation as described in [](#sec-allow-unfree).
- `librest` providing 0.7 ABI was removed. `librest_1_0` providing 1.0 ABI was renamed to `librest` and `librest_1_0` was kept as an alias.