Package: rust-laurel / 0.7.3-2

Metadata

Package Version Patches format
rust-laurel 0.7.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable benches.patch | (download)

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

---
relax deps.diff | (download)

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

---
use timespec new.patch | (download)

src/procfs.rs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 use timespec::new( instead of timespec::from(libc::timespec {
 The time64 patches to rust-libc add padding to the libc::timespec structure
 meaning it can no longer be created by structure instantiation. rust-nix
 already contains code that avoids this problem, so lets use it.
filter sockaddr le.patch | (download)

src/coalesce.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] restrict filter_sockaddr test to little-endian machines