Package: rust-rtnetlink / 0.14.1-3

Metadata

Package Version Patches format
rust-rtnetlink 0.14.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax deps.diff | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
disable create get delete wg test.patch | (download)

src/link/test.rs | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 disable create_get_delete_wg test
 This test fails for me, even without any Debian patches, I suspect it is
 something to do with my environment, but

 At the time of writing the testsuite is entirely skipped in testing, so
 disabling a test so the rest can be run is an improvement over the
 prior situation.
fix tests no default features.patch | (download)

examples/add_address.rs | 1 1 + 0 - 0 !
examples/add_neighbour.rs | 1 1 + 0 - 0 !
examples/add_route.rs | 1 1 + 0 - 0 !
examples/add_route_pref_src.rs | 1 1 + 0 - 0 !
examples/add_rule.rs | 1 1 + 0 - 0 !
examples/add_tc_qdisc_ingress.rs | 1 1 + 0 - 0 !
examples/create_bond.rs | 1 1 + 0 - 0 !
examples/create_bridge.rs | 1 1 + 0 - 0 !
examples/create_macvlan.rs | 1 1 + 0 - 0 !
examples/create_macvtap.rs | 1 1 + 0 - 0 !
examples/create_veth.rs | 1 1 + 0 - 0 !
examples/create_vlan.rs | 1 1 + 0 - 0 !
examples/create_vxlan.rs | 1 1 + 0 - 0 !
examples/del_link.rs | 1 1 + 0 - 0 !
examples/flush_addresses.rs | 1 1 + 0 - 0 !
examples/get_address.rs | 1 1 + 0 - 0 !
examples/get_bond_port_settings.rs | 1 1 + 0 - 0 !
examples/get_links.rs | 1 1 + 0 - 0 !
examples/get_links_async.rs | 1 1 + 0 - 0 !
examples/get_links_thread_builder.rs | 1 1 + 0 - 0 !
examples/get_neighbours.rs | 1 1 + 0 - 0 !
examples/get_route.rs | 1 1 + 0 - 0 !
examples/get_rule.rs | 1 1 + 0 - 0 !
examples/ip_monitor.rs | 1 1 + 0 - 0 !
examples/listen.rs | 1 1 + 0 - 0 !
examples/property_altname.rs | 1 1 + 0 - 0 !
examples/set_bond_port_settings.rs | 1 1 + 0 - 0 !
examples/set_link_down.rs | 1 1 + 0 - 0 !
src/link/test.rs | 1 1 + 0 - 0 !
src/traffic_control/add_filter.rs | 1 1 + 0 - 0 !
src/traffic_control/add_qdisc.rs | 1 1 + 0 - 0 !
src/traffic_control/test.rs | 10 9 + 1 - 0 !
32 files changed, 40 insertions(+), 1 deletion(-)

---
disable tests that fail on debci.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
src/traffic_control/add_filter.rs | 4 2 + 2 - 0 !
src/traffic_control/add_qdisc.rs | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 5 deletions(-)

---
nix 0.29.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/ns.rs | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

---