Debian Patches

Status for rust-asn1-rs/0.7.1-1

Patch Description Author Forwarded Bugs Origin Last update
1002_use_core::convert::TryFrom.patch use core::convert::TryFrom Needed to support feature datetime without std. Jonas Smedegaard <dr@jones.dk> no 2025-03-14
1001_feature_fencing.patch add feature fences for tests Jonas Smedegaard <dr@jones.dk> no 2025-03-14
1003_test_input_ber_length_32_bit.patch adjust test BER length input for 32-bit platforms. 02 is type identifier and irreleevant.
.
In the original input, 85 (0b10000101) means definitive length, long form,
with the following 0b101 = 5 bytes being the actual length, which exceeds a
32-bit usize by 1 byte.
.
The patch changes to 84 (0b10000100), which means 0b100 = 4 bytes of length,
fitting right in a 32-bit usize.
Blair Noctis <ncts@debian.org> yes upstream 2025-03-18
2001_workspace.patch setup workspace for embedded crates Jonas Smedegaard <dr@jones.dk> not-needed 2025-02-23
2002_colored.patch accept older branch of crate colored Jonas Smedegaard <dr@jones.dk> not-needed 2025-02-23

All known versions for source package 'rust-asn1-rs'

Links