Package: rust-zlib-rs / 0.5.2-3

Metadata

Package Version Patches format
rust-zlib-rs 0.5.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax memoffset.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
properly guard tests by allocator.patch | (download)

src/deflate.rs | 3 3 + 0 - 0 !
src/inflate/window.rs | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 [patch] zlib-rs: properly guard tests by allocator
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

so that both `cargo test --no-default-features --features c-allocator` and
`cargo test --no-default-features --features rust-allocator` pass.

Signed-off-by: Fabian Grnbichler <f.gruenbichler@proxmox.com>

drop internal features.patch | (download)

Cargo.toml | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

---
fix aarch64 neon tests.patch | (download)

src/adler32/neon.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---