cargo 0.66.0+ds0ubuntu0.libgit2-0ubuntu0.20.04 source package in Ubuntu

Changelog

cargo (0.66.0+ds0ubuntu0.libgit2-0ubuntu0.20.04) focal; urgency=medium

  * Backport to Focal (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

 -- 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:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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.20.04.debian.tar.xz 59.8 KiB 521951724965d7be5bd0daf999988eee7ca3b866c95525e72561cfd262068982
cargo_0.66.0+ds0ubuntu0.libgit2-0ubuntu0.20.04.dsc 5.4 KiB 92f103f07a766fe859310a83f52672acebe24320557862f23c7a5619fe93ff51

View changes file

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.