Codebase list rust-stfu8 / a039917
update cargo and some of its dependencies Ximin Luo 2 years ago
32 changed file(s) with 122 addition(s) and 117 deletion(s). Raw diff Collapse all Expand all
0 rust-cargo (0.47.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-cargo (0.57.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package cargo 0.47.0 from crates.io using debcargo 2.4.3
2 * Package cargo 0.57.0 from crates.io using debcargo 2.4.4
33
4 -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 22:03:19 +0100
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:21:33 +0100
55
66 rust-cargo (0.43.1-4) unstable; urgency=medium
77
+0
-15
src/cargo/debian/patches/bump-flate2.patch less more
0 Bump the flate2 dependency to help apt with updates from
1 buster to bullseye (Closes: 990436)
2 Index: cargo/Cargo.toml
3 ===================================================================
4 --- cargo.orig/Cargo.toml
5 +++ cargo/Cargo.toml
6 @@ -68,7 +68,7 @@ version = "0.7.0"
7 version = "0.2"
8
9 [dependencies.flate2]
10 -version = "1.0.3"
11 +version = "1.0.13"
12 features = ["zlib"]
13
14 [dependencies.fs2]
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -125,4 +125,0 @@
2 @@ -132,10 +132,6 @@
3 [dependencies.percent-encoding]
4 version = "2.0"
5
36 -[dependencies.pretty_env_logger]
47 -version = "0.4"
58 -optional = true
69 -
7 @@ -188,1 +184,1 @@
10 [dependencies.rustc-workspace-hack]
11 version = "1.0.0"
12
13 @@ -200,7 +196,7 @@
14
15 [features]
16 deny-warnings = []
817 -pretty-env-logger = ["pretty_env_logger"]
918 +pretty-env-logger = []
19 [target."cfg(windows)".dependencies.fwdansi]
20 version = "1.1.0"
21
1022 --- a/src/bin/cargo/main.rs
1123 +++ b/src/bin/cargo/main.rs
1224 @@ -19,9 +19,6 @@
1729 - pretty_env_logger::init_custom_env("CARGO_LOG");
1830 - #[cfg(not(feature = "pretty-env-logger"))]
1931 env_logger::init_from_env("CARGO_LOG");
20 cargo::core::maybe_allow_nightly_features();
2132
33 let mut config = match Config::default() {
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -194,7 +194,7 @@
2 @@ -201,7 +201,6 @@
33 [features]
44 deny-warnings = []
55 pretty-env-logger = ["pretty_env_logger"]
66 -vendored-openssl = ["openssl/vendored"]
7 +vendored-openssl = ["openssl"]
8 [target."cfg(target_os = \"macos\")".dependencies.core-foundation]
9 version = "0.9.0"
10 features = ["mac_os_10_7_support"]
7 [target."cfg(windows)".dependencies.fwdansi]
8 version = "1.1.0"
9
+0
-11
src/cargo/debian/patches/relax-deps.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -140,7 +140,7 @@
3 version = "1"
4
5 [dependencies.semver]
6 -version = "0.10"
7 +version = "0.11"
8 features = ["serde"]
9
10 [dependencies.serde]
00 disable-vendor.patch
11 disable-pretty-env-logger.patch
2 relax-deps.patch
3 bump-flate2.patch
0 rust-cargo-platform (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package cargo-platform 0.1.2 from crates.io using debcargo 2.4.4
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:21:59 +0100
5
06 rust-cargo-platform (0.1.1-1) unstable; urgency=medium
17
28 * Package cargo-platform 0.1.1 from crates.io using debcargo 2.4.2
88
99 Files: debian/*
1010 Copyright:
11 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019-2020 Ximin Luo <infinity0@debian.org>
11 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2019-2021 Ximin Luo <infinity0@debian.org>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
1313
1414 Files: debian/*
1515 Copyright:
16 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2020 Ximin Luo <infinity0@debian.org>
16 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2021 Ximin Luo <infinity0@debian.org>
1818 License: MIT or Apache-2.0
1919
2020 License: Apache-2.0
0 rust-fwdansi (1.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package fwdansi 1.1.0 from crates.io using debcargo 2.4.4
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:22:43 +0100
6
07 rust-fwdansi (1.0.1-1) unstable; urgency=medium
18
29 * Package fwdansi 1.0.1 from crates.io using debcargo 2.2.7
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 kpcyrd <git@rxv.cc>
1313 License: MIT
1414
1313
1414 Files: debian/*
1515 Copyright:
16 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018 kpcyrd <git@rxv.cc>
16 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2021 kpcyrd <git@rxv.cc>
1818 License: MIT
1919
2020 License: MIT
0 rust-itertools (0.10.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package itertools 0.10.1 from crates.io using debcargo 2.4.4
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:23:34 +0100
5
06 rust-itertools (0.9.0-1) unstable; urgency=medium
17
28 * Team upload.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: itertools
22 Upstream-Contact: bluss
3 Source: https://github.com/bluss/rust-itertools
3 Source: https://github.com/rust-itertools/itertools
44
55 Files: *
66 Copyright: 2015-2018 bluss
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Ximin Luo <infinity0@debian.org>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2021 Ximin Luo <infinity0@debian.org>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: itertools
22 Upstream-Contact: bluss
3 Source: https://github.com/bluss/rust-itertools
3 Source: https://github.com/rust-itertools/itertools
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS bluss
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Ximin Luo <infinity0@debian.org>
23 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2021 Ximin Luo <infinity0@debian.org>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 rust-jobserver (0.1.24-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package jobserver 0.1.24 from crates.io using debcargo 2.4.4
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:24:10 +0100
5
06 rust-jobserver (0.1.21-1) unstable; urgency=medium
17
28 * Package jobserver 0.1.21 from crates.io using debcargo 2.4.3
88
99 Files: debian/*
1010 Copyright:
11 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2020 Ximin Luo <infinity0@debian.org>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2021 Ximin Luo <infinity0@debian.org>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Ximin Luo <infinity0@debian.org>
23 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2021 Ximin Luo <infinity0@debian.org>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 rust-rustfix (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package rustfix 0.6.0 from crates.io using debcargo 2.4.4
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:05:31 +0100
6
07 rust-rustfix (0.5.1-1) unstable; urgency=medium
18
29 * Team upload.
2424
2525 Files: debian/*
2626 Copyright:
27 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2020 kpcyrd <git@rxv.cc>
27 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2021 kpcyrd <git@rxv.cc>
2929 License: Apache-2.0 or MIT
3030
3131 License: Apache-2.0
0 rust-semver (0.11.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-semver (1.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package semver 1.0.4 from crates.io using debcargo 2.4.4
3
4 [ Sylvestre Ledru ]
25 * Team upload.
36 * Package semver 0.11.0 from crates.io using debcargo 2.4.2
47
58 [ Ximin Luo ]
69 * Package semver 0.11.0 from crates.io using debcargo 2.4.3
710
8 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Oct 2020 13:24:36 +0200
11 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:14:49 +0100
912
1013 rust-semver (0.9.0-1) unstable; urgency=medium
1114
1212
1313 Files: debian/*
1414 Copyright:
15 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018-2020 Ximin Luo <infinity0@debian.org>
15 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018-2021 Ximin Luo <infinity0@debian.org>
1717 License: MIT or Apache-2.0
1818
1919 License: Apache-2.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: semver
2 Upstream-Contact:
3 Steve Klabnik <steve@steveklabnik.com>
4 The Rust Project Developers
5 Source: https://github.com/steveklabnik/semver
2 Upstream-Contact: David Tolnay <dtolnay@gmail.com>
3 Source: https://github.com/dtolnay/semver
64
75 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Steve Klabnik <steve@steveklabnik.com>
10 FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
6 Copyright: FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
117 License: MIT or Apache-2.0
128 Comment:
139 FIXME (overlay): Since upstream copyright years are not available in
1511 be correct information so you should review and fix this before uploading to
1612 the archive.
1713
18 Files: ./LICENSE-MIT
19 Copyright: 2014 The Rust Project Developers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/lib.rs
26 Copyright: 2012-2013 The Rust Project Developers
27 License: UNKNOWN-LICENSE; FIXME (overlay)
28 Comment:
29 FIXME (overlay): These notices are extracted from files. Please review them
30 before uploading to the archive.
31
32 Files: ./src/version.rs
33 Copyright: 2012-2013 The Rust Project Developers
34 License: UNKNOWN-LICENSE; FIXME (overlay)
35 Comment:
36 FIXME (overlay): These notices are extracted from files. Please review them
37 before uploading to the archive.
38
39 Files: ./src/version_req.rs
40 Copyright: 2012-2013 The Rust Project Developers
41 License: UNKNOWN-LICENSE; FIXME (overlay)
42 Comment:
43 FIXME (overlay): These notices are extracted from files. Please review them
44 before uploading to the archive.
45
4614 Files: debian/*
4715 Copyright:
48 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
49 2018-2020 Ximin Luo <infinity0@debian.org>
16 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2021 Ximin Luo <infinity0@debian.org>
5018 License: MIT or Apache-2.0
5119
5220 License: Apache-2.0
0 rust-serde (1.0.130-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package serde 1.0.130 from crates.io using debcargo 2.4.4
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:28:56 +0100
5
06 rust-serde (1.0.106-1) unstable; urgency=medium
17
28 * Package serde 1.0.106 from crates.io using debcargo 2.4.3
1212
1313 Files: debian/*
1414 Copyright:
15 2018-2020 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 Ximin Luo <infinity0@debian.org>
17 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
15 2018-2021 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018-2021 Ximin Luo <infinity0@debian.org>
17 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1818 License: MIT or Apache-2.0
1919
2020 License: Apache-2.0
1717
1818 Files: debian/*
1919 Copyright:
20 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
21 2018-2020 Ximin Luo <infinity0@debian.org>
22 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
20 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
21 2018-2021 Ximin Luo <infinity0@debian.org>
22 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2323 License: MIT or Apache-2.0
2424
2525 License: Apache-2.0
0 rust-tar (0.4.37-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package tar 0.4.37 from crates.io using debcargo 2.4.4
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:25:22 +0100
5
06 rust-tar (0.4.26-1) unstable; urgency=medium
17
28 * Package tar 0.4.26 from crates.io using debcargo 2.3.1-alpha.0
88
99 Files: debian/*
1010 Copyright:
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Ximin Luo <infinity0@debian.org>
13 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
11 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2021 Ximin Luo <infinity0@debian.org>
13 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1414 License: MIT or Apache-2.0
1515
1616 License: Apache-2.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Ximin Luo <infinity0@debian.org>
25 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2021 Ximin Luo <infinity0@debian.org>
25 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
2626 License: MIT or Apache-2.0
2727
2828 License: Apache-2.0
0 rust-toml (0.5.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package toml 0.5.8 from crates.io using debcargo 2.4.4
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 19:24:52 +0100
6
07 rust-toml (0.5.5-1) unstable; urgency=medium
18
29 * Team upload.
44
55 Files: *
66 Copyright:
7 2014-2019 Alex Crichton <alex@alexcrichton.com>
8 2017 Serde Developers
7 2014-2021 Alex Crichton <alex@alexcrichton.com>
8 2017-2021 Serde Developers
99 License: MIT or Apache-2.0
1010
1111 Files: debian/*
1212 Copyright:
13 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2019 kpcyrd <git@rxv.cc>
13 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018-2021 kpcyrd <git@rxv.cc>
1515 License: MIT or Apache-2.0
1616
1717 License: Apache-2.0
2727
2828 Files: debian/*
2929 Copyright:
30 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2019 kpcyrd <git@rxv.cc>
30 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018-2021 kpcyrd <git@rxv.cc>
3232 License: MIT or Apache-2.0
3333
3434 License: Apache-2.0