Package: rust-x509-parser / 0.17.0-4.1

Metadata

Package Version Patches format
rust-x509-parser 0.17.0-4.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_include_assets.patch | (download)

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

 include certs used in tests
1002 tests Use usize MAX instead of 64 bit literal.patch | (download)

tests/test01.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tests: use usize::max instead of 64 bit literal
 On 32 bit systems, the 64 bit value does not fit into the literal.