Package: cargo / 0.66.0+ds1-1
Metadata
Package | Version | Patches format |
---|---|---|
cargo | 0.66.0+ds1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
2002_disable net tests.patch | (download) |
tests/testsuite/git_auth.rs |
4 2 + 2 - 0 ! |
disable network tests |
2003 workaround qemu vfork command not found.patch | (download) |
crates/cargo-test-macro/src/lib.rs |
8 8 + 0 - 0 ! |
--- |
2200 workaround x32 test.patch | (download) |
tests/testsuite/cfg.rs |
2 1 + 1 - 0 ! |
--- |
disable fs specific test.patch | (download) |
tests/testsuite/metadata.rs |
2 1 + 1 - 0 ! |
--- |
0003 tests add missing cross disabled checks.patch | (download) |
tests/testsuite/build_script.rs |
6 6 + 0 - 0 ! |
[patch] tests: add missing cross disabled checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cross_conmpile::alternate states it should only be used in test cases after checking cross_compile::disabled(), which is missing here. these tests fail despite setting CFG_DISABLE_CROSS_TESTS on i386, since both the host and the alternate cross target would be i686 in that case. Signed-off-by: Fabian Grnbichler <debian@fabian.gruenbichler.email> |
cve/CVE 2022 46176 01 validate ssh host.keys.patch | (download) |
Cargo.toml |
7 4 + 3 - 0 ! |
--- |
cve/CVE 2022 46176 02 add support for deserializing vec value string.patch | (download) |
src/cargo/util/config/de.rs |
107 101 + 6 - 0 ! |
--- |
cve/CVE 2022 46176 03 support configuring ssh known hosts.patch | (download) |
src/cargo/sources/git/known_hosts.rs |
57 48 + 9 - 0 ! |
--- |
cve/CVE 2022 46176 04 add some known hosts tests and fix comma bug.patch | (download) |
src/cargo/sources/git/known_hosts.rs |
160 148 + 12 - 0 ! |
--- |
cve/CVE 2022 46176 05 remove let else.patch | (download) |
src/cargo/sources/git/known_hosts.rs |
7 3 + 4 - 0 ! |
--- |
cve/CVE 2022 46176 06 add test for config value in toml array.patch | (download) |
tests/testsuite/config.rs |
58 57 + 1 - 0 ! |
--- |
cve/CVE 2022 46176 07 support hashed hostnames.patch | (download) |
Cargo.toml |
2 2 + 0 - 0 ! |
--- |
cve/CVE 2022 46176 08 eliminate let else.patch | (download) |
src/cargo/sources/git/known_hosts.rs |
24 18 + 6 - 0 ! |
--- |