Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-examples-and-benches.patch | Delete examples and benches that are not needed. diff --git a/Cargo.toml b/Cargo.toml index dcc2a31..41c8b04 100644 |
no | ||||
disable-demangle-cpp.patch | Disable failing test. diff --git a/src/frames.rs b/src/frames.rs index c7653ba..0828858 100644 |
no | ||||
disable-inferno.patch | The inferno project is licensed under the CDDL, so patching that out. diff --git a/Cargo.toml b/Cargo.toml index dec956b..b27bab3 100644 |
no | ||||
tweak-deps.patch | =================================================================== | no | ||||
use-libc-write-for-validation.patch | use libc::write directly for validation. Calling nix::unistd::write requires a slice, which we cannot soundly construct from a potentilly invalid pointer. This causes panics in debug mode with the current version of rustc. To avoid this we call libc::write directly. |
Peter Michael Green <plugwash@debian.org> | no | |||
nix-0.29.patch | no |