[Bug 2030482] Re: [MIR] s390-tools Rust dependencies (vendored)
Lukas Märdian
2030482 at bugs.launchpad.net
Tue Aug 8 15:20:26 UTC 2023
Apparently, some of those high-level vendored dependencies went through
a MIR+security process already, as part of the rustc MIR (LP: #1957932):
$ for dep in anyhow byteorder cfg-if clap curl libc log openssl serde serde_yaml thiserror zerocopy; do grep Vendor /var/lib/apt/lists/*_main_source_Sources | egrep -q "$dep" && echo "FOUND $dep" || echo "MISSING $dep"; done;
FOUND anyhow
MISSING byteorder
FOUND cfg-if
FOUND clap
MISSING curl
FOUND libc
FOUND log
MISSING openssl
FOUND serde
MISSING serde_yaml
FOUND thiserror
MISSING zerocopy
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to s390-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2030482
Title:
[MIR] s390-tools Rust dependencies (vendored)
Status in s390-tools package in Ubuntu:
Incomplete
Bug description:
TBD by Foundations.
This is a heads-up about the upcoming s390-tools package pulling in
new vendored Rust dependencies.
Feature request: bug #2030316
Original s390-tools MIR: bug #1521984
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/2030482/+subscriptions
More information about the foundations-bugs
mailing list