Codebase list rust-stfu8 / 8d7a0c3
miow: Update to fix socket address related undefined behaviour. Peter Michael Green 3 years ago
3 changed file(s) with 13 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 rust-miow (0.3.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package miow 0.3.6 from crates.io using debcargo 2.4.3
4 + Fixes invalid memory layout assumption for std::net::Socketddr
5 (Closes: 976871)
6
7 -- Peter Michael Green <plugwash@debian.org> Thu, 31 Dec 2020 18:59:15 +0000
8
09 rust-miow (0.3.1-1) unstable; urgency=medium
110
211 * Package miow 0.3.1 from crates.io using debcargo 2.2.5
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: miow
22 Upstream-Contact: Alex Crichton <alex@alexcrichton.com>
3 Source: https://github.com/alexcrichton/miow
3 Source: https://github.com/yoshuawuyts/miow
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 FIXME (overlay) Your Name <Your Email>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Ximin Luo <infinity0@debian.org>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]