Debian Patches
Status for rust-rustix/1.0.8-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no-windows.diff | Remove Windows dep | John Goerzen <jgoerzen@complete.org> | no | 2023-05-08 | ||
drop-alloc.diff | Drop alloc since rustc-std-worspace-alloc-dev isn't packaged | John Goerzen <jgoerzen@complete.org> | no | 2023-10-08 | ||
disable-benches.diff | no | |||||
relax-dep.diff | no | |||||
relax-linux-raw-sys.patch | Bump linux-raw-sys to v0.10 linux-raw-sys 0.10 updated its API to linux 6.14. Starting from linux 6.11, `statx`'s `__spare1` field got renamed to `stx_dio_read_offset_align` and became a non-dummy field. The change does not break the ABI, but rustix's `fs` feature tests expect it to exist with the old name, which it does not. For consistency with linux-raw-sys 0.10, we rename the field and change its type (in a way that does not break the ABI), but we still keep it pub(crate) like the old field to also avoid changing the API. See also https://github.com/bytecodealliance/rustix/pull/1467. |
NoisyCoil <noisycoil@tutanota.com> | not-needed | 2025-08-02 | ||
gate-feature-tests.patch | Gate feature tests behind their features The fs module is enabled internally on a number of platforms, including i368, even when the 'fs' feature is disabled. Gate the tests in the fs module behind the 'fs' feature so tests are only run when the feature is enabled. |
NoisyCoil <noisycoil@tutanota.com> | no | 2025-08-02 |