Codebase list rust-libslirp / 97bf7a0
Update getrandom kpcyrd 4 years ago
5 changed file(s) with 43 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 rust-getrandom (0.1.13-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package getrandom 0.1.13 from crates.io using debcargo 2.4.0
3
4 -- kpcyrd <git@rxv.cc> Tue, 5 Nov 2019 04:14:23 +0100
5
06 rust-getrandom (0.1.12-1) unstable; urgency=medium
17
28 * Team upload.
2020 FIXME (overlay): These notices are extracted from files. Please review them
2121 before uploading to the archive.
2222
23 Files: ./src/bsd_arandom.rs
24 Copyright: 2018 Developers of the Rand project.
25 License: UNKNOWN-LICENSE; FIXME (overlay)
26 Comment:
27 FIXME (overlay): These notices are extracted from files. Please review them
28 before uploading to the archive.
29
2330 Files: ./src/cloudabi.rs
2431 Copyright: 2018 Developers of the Rand project.
2532 License: UNKNOWN-LICENSE; FIXME (overlay)
4855 FIXME (overlay): These notices are extracted from files. Please review them
4956 before uploading to the archive.
5057
51 Files: ./src/freebsd.rs
52 Copyright: 2018 Developers of the Rand project.
53 License: UNKNOWN-LICENSE; FIXME (overlay)
54 Comment:
55 FIXME (overlay): These notices are extracted from files. Please review them
56 before uploading to the archive.
57
5858 Files: ./src/fuchsia.rs
5959 Copyright: 2018 Developers of the Rand project.
6060 License: UNKNOWN-LICENSE; FIXME (overlay)
127127
128128 Files: ./src/util_libc.rs
129129 Copyright: 2019 Developers of the Rand project.
130 License: UNKNOWN-LICENSE; FIXME (overlay)
131 Comment:
132 FIXME (overlay): These notices are extracted from files. Please review them
133 before uploading to the archive.
134
135 Files: ./src/vxworks.rs
136 Copyright: 2018 Developers of the Rand project.
130137 License: UNKNOWN-LICENSE; FIXME (overlay)
131138 Comment:
132139 FIXME (overlay): These notices are extracted from files. Please review them
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -44,8 +44,6 @@
3 [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
4 version = "0.2.62"
5 default-features = false
2 @@ -42,8 +42,6 @@
3 rustc-dep-of-std = ["compiler_builtins", "core"]
4 std = []
5 test-in-browser = ["wasm-bindgen"]
66 -[target."cfg(target_os = \"wasi\")".dependencies.wasi]
77 -version = "0.7"
8 [target.wasm32-unknown-unknown.dependencies.stdweb]
9 version = "0.4.18"
10 optional = true
8 [target."cfg(unix)".dependencies.libc]
9 version = "0.2.64"
10 default-features = false
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,10 +43,10 @@
3 std = []
4 test-in-browser = ["wasm-bindgen"]
5 [target."cfg(unix)".dependencies.libc]
6 -version = "0.2.64"
7 +version = "0.2.62"
8 default-features = false
9 [target.wasm32-unknown-unknown.dependencies.stdweb]
10 -version = "0.4.18"
11 +version = "0.4"
12 optional = true
13
14 [target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
00 disable-unsupported-os.patch
1 relax-deps.patch