Debian Patches
Status for rust-nispor/1.2.27-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| relax-wl-nl80211.patch | =================================================================== | no | ||||
| relax-rtnetlink.patch | =================================================================== | no | ||||
| type-safety-rtnetlink-0.19.patch | Fix compilation with rtnetlink >= 0.19.0 / 0.20.0 Upstream rtnetlink 0.19.0 (via netlink-packet-route) updated raw u32/u16/u8 flags and enums into type-safe wrappers and structs. This patch fixes compilation of nispor 1.2.27 against the newer rtnetlink versions by using From traits, extracting raw bits for flag comparisons, and accessing struct fields directly. . This corresponds to the upstream nispor changes released in v2.0.0 (specifically upstream commits updating Cargo.toml and adapting to the new VlanFlags API, such as commit 1909a9b). diff --git a/netlink/bridge.rs b/netlink/bridge.rs index 3bd3e26..3c107be 100644 |
not-needed | backport, https://github.com/nispor/nispor/releases/tag/v2.0.0 | 2026-06-21 |
