Codebase list rust-libslirp / 4963ffb
update some transitive deps of cargo: curl-sys, curl, getrandom, num-cpus, regex Ximin Luo 4 years ago
16 changed file(s) with 63 addition(s) and 67 deletion(s). Raw diff Collapse all Expand all
0 rust-curl (0.4.28-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package curl 0.4.28 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 18:51:33 +0100
6
07 rust-curl (0.4.25-2) unstable; urgency=medium
18
29 * Team upload.
55 force-system-lib-on-osx = ["curl-sys/force-system-lib-on-osx"]
66 http2 = ["curl-sys/http2"]
77 -mesalink = ["curl-sys/mesalink"]
8 protocol-ftp = ["curl-sys/protocol-ftp"]
9 spnego = ["curl-sys/spnego"]
810 ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"]
9 static-curl = ["curl-sys/static-curl"]
10 static-ssl = ["curl-sys/static-ssl"]
0 rust-curl-sys (0.4.30-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package curl-sys 0.4.30+curl-7.69.1 from crates.io using debcargo 2.4.2
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 18:48:44 +0100
5
06 rust-curl-sys (0.4.24-1) unstable; urgency=medium
17
28 * Package curl-sys 0.4.24 from crates.io using debcargo 2.4.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>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Ximin Luo <infinity0@debian.org>
2525 License: MIT
2626
2727 License: MIT
0 rust-getrandom (0.1.14-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package getrandom 0.1.14 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 19:10:02 +0100
6
07 rust-getrandom (0.1.13-4) unstable; urgency=medium
18
29 * Source-only upload
176176
177177 Files: debian/*
178178 Copyright:
179 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
180 2019 kpcyrd <git@rxv.cc>
179 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
180 2019-2020 kpcyrd <git@rxv.cc>
181181 License: MIT or Apache-2.0
182182
183183 License: Apache-2.0
0 Index: getrandom/Cargo.toml
1 ===================================================================
2 --- getrandom.orig/Cargo.toml
3 +++ getrandom/Cargo.toml
4 @@ -42,8 +42,6 @@ dummy = []
5 rustc-dep-of-std = ["compiler_builtins", "core"]
6 std = []
7 test-in-browser = ["wasm-bindgen"]
8 -[target."cfg(target_os = \"wasi\")".dependencies.wasi]
9 -version = "0.9"
10 [target."cfg(unix)".dependencies.libc]
11 version = "0.2.64"
12 default-features = false
+0
-26
src/getrandom/debian/patches/relax-deps.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -41,19 +41,13 @@
3 dummy = []
4 rustc-dep-of-std = ["compiler_builtins", "core"]
5 std = []
6 -test-in-browser = ["wasm-bindgen"]
7 -[target."cfg(target_os = \"wasi\")".dependencies.wasi]
8 -version = "0.7"
9 +test-in-browser = []
10 +stdweb = []
11 +wasm-bindgen = []
12 [target."cfg(unix)".dependencies.libc]
13 -version = "0.2.64"
14 +version = "0.2.62"
15 default-features = false
16 -[target.wasm32-unknown-unknown.dependencies.stdweb]
17 -version = "0.4.18"
18 -optional = true
19
20 -[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
21 -version = "0.2.29"
22 -optional = true
23 [target.wasm32-unknown-unknown.dev-dependencies.wasm-bindgen-test]
24 version = "0.2"
25 [badges.appveyor]
0 relax-deps.patch
0 drop-wasi.patch
0 rust-num-cpus (1.13.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package num_cpus 1.13.0 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 18:55:19 +0100
6
07 rust-num-cpus (1.11.1-1) unstable; urgency=medium
18
29 * Package num_cpus 1.11.1 from crates.io using debcargo 2.4.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
25 2018-2019 Robin Krahl <robin.krahl@ireas.org>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
25 2018-2020 Robin Krahl <robin.krahl@ireas.org>
2626 License: MIT or Apache-2.0
2727
2828 License: Apache-2.0
22 --- num-cpus.orig/Cargo.toml
33 +++ num-cpus/Cargo.toml
44 @@ -25,5 +25,3 @@ repository = "https://github.com/seanmon
5 repository = "https://github.com/seanmonstar/num_cpus"
6 [dependencies.libc]
57 version = "0.2.26"
6 [dev-dependencies.doc-comment]
7 version = "0.3"
88 -[target."cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))".dependencies.hermit-abi]
99 -version = "0.1.3"
0 rust-regex (1.3.7-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package regex 1.3.7 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Sat, 18 Apr 2020 18:54:34 +0100
6
07 rust-regex (1.3.6-1) unstable; urgency=medium
18
29 * Package regex 1.3.6 from crates.io using debcargo 2.4.0
0 Index: regex/Cargo.toml
1 ===================================================================
2 --- regex.orig/Cargo.toml
3 +++ regex/Cargo.toml
4 @@ -93,11 +93,11 @@ version = "0.3"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -93,11 +93,11 @@
53 version = "1"
64
75 [dev-dependencies.quickcheck]
1412 +version = "0.7"
1513
1614 [features]
17 default = ["std", "perf", "unicode"]
15 default = ["std", "perf", "unicode", "regex-syntax/default"]
+0
-22
src/regex/debian/patches/remove-unstable-features.diff less more
0 these features use #feature(), which is not supported on a stable toolchain.
1 since we don't support unstable toolchains, we can patch these out altogether
2 to make them unavailable in Debian.
3
4 Index: regex/Cargo.toml
5 ===================================================================
6 --- regex.orig/Cargo.toml
7 +++ regex/Cargo.toml
8 @@ -101,7 +101,6 @@ version = "0.7"
9
10 [features]
11 default = ["std", "perf", "unicode"]
12 -pattern = []
13 perf = ["perf-cache", "perf-dfa", "perf-inline", "perf-literal"]
14 perf-cache = ["thread_local"]
15 perf-dfa = []
16 @@ -116,5 +115,4 @@ unicode-gencat = ["regex-syntax/unicode-
17 unicode-perl = ["regex-syntax/unicode-perl"]
18 unicode-script = ["regex-syntax/unicode-script"]
19 unicode-segment = ["regex-syntax/unicode-segment"]
20 -unstable = ["pattern"]
21 use_std = ["std"]
00 relax-test-dep.diff
1 remove-unstable-features.diff