cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04 source package in Ubuntu
Changelog
cargo (0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04) bionic; urgency=medium * Backport to Bionic (LP: #2000839) * Re-enable libgit2 vendoring: - d/control: remove libgit2-dev and libhttp-parser-dev from B-D - include Rust provided patches to fix CVE-2022-46176 * Remove the need of dh-cargo * Downgrade the debhelper requirements -- Zixing Liu <email address hidden> Wed, 18 Jan 2023 13:42:34 -0700
Upload details
- Uploaded by:
- Zixing Liu
- Sponsored by:
- Simon Chopin
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | misc | |
Bionic | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cargo_0.66.0+ds0ubuntu0.libgit2.orig-vendor.tar.xz | 6.2 MiB | 4c25d5180db8d3c346fefca604dbe1c3c4c0a2643f8bf8e4bbafdd9b75197d40 |
cargo_0.66.0+ds0ubuntu0.libgit2.orig.tar.gz | 2.1 MiB | a34dfd2d662a00e426351cde058d3bec039a6b751f7e9a31805e9fe000a98014 |
cargo_0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04.debian.tar.xz | 59.8 KiB | 38bada73402d12dc8708fb15861988f3f826321975b1846561af7f67807eefb0 |
cargo_0.66.0+ds0ubuntu0.libgit2-0ubuntu0.18.04.dsc | 5.4 KiB | 8e51c03510f69c4adb6cc74c3cc3fe035da810575b9d9c94a536d2ef87f72349 |
Available diffs
Binary packages built by this source
- cargo: Rust package manager
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
- cargo-dbgsym: debug symbols for cargo
- cargo-doc: Rust package manager, documentation
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
.
This package contains the documentation.