Codebase list rust-libslirp / 6c827e4
getrandom - new upstream release. Peter Michael Green 1 year, 6 months ago
5 changed file(s) with 37 addition(s) and 37 deletion(s). Raw diff Collapse all Expand all
0 rust-getrandom (0.2.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package getrandom 0.2.8 from crates.io using debcargo 2.5.0 (Closes: #1023209)
4
5 -- Peter Michael Green <plugwash@debian.org> Tue, 01 Nov 2022 05:23:34 +0000
6
07 rust-getrandom (0.2.4-2) unstable; urgency=medium
18
29 * Team upload.
44
55 Files: *
66 Copyright:
7 2018-2021 Developers of the Rand project
7 2018-2022 Developers of the Rand project
88 2014 The Rust Project Developers
99 License: MIT or Apache-2.0
1010
1111 Files: debian/*
1212 Copyright:
13 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1414 2019 kpcyrd <git@rxv.cc>
1515 License: MIT or Apache-2.0
1616
2020 FIXME (overlay): These notices are extracted from files. Please review them
2121 before uploading to the archive.
2222
23 Files: ./src/3ds.rs
24 Copyright: 2021 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/bsd_arandom.rs
2431 Copyright: 2018 Developers of the Rand project.
2532 License: UNKNOWN-LICENSE; FIXME (overlay)
5057
5158 Files: ./src/error_impls.rs
5259 Copyright: 2018 Developers of the Rand project.
60 License: UNKNOWN-LICENSE; FIXME (overlay)
61 Comment:
62 FIXME (overlay): These notices are extracted from files. Please review them
63 before uploading to the archive.
64
65 Files: ./src/espidf.rs
66 Copyright: 2021 Developers of the Rand project.
5367 License: UNKNOWN-LICENSE; FIXME (overlay)
5468 Comment:
5569 FIXME (overlay): These notices are extracted from files. Please review them
0 Index: getrandom/Cargo.toml
1 ===================================================================
0 only in patch2:
21 --- getrandom.orig/Cargo.toml
32 +++ getrandom/Cargo.toml
4 @@ -37,21 +37,10 @@ package = "rustc-std-workspace-core"
5
6 [features]
7 custom = []
8 -js = ["wasm-bindgen", "js-sys"]
9 rdrand = []
10 rustc-dep-of-std = ["compiler_builtins", "core", "libc/rustc-dep-of-std"]
11 std = []
12 test-in-browser = []
3 @@ -52,4 +51,0 @@
4 -js = [
5 - "wasm-bindgen",
6 - "js-sys",
7 -]
8 @@ -64,3 +59,0 @@
139 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys]
1410 -version = "0.3"
1511 -optional = true
16 -
12 @@ -68,4 +60,0 @@
1713 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.wasm-bindgen]
1814 -version = "0.2.62"
1915 -optional = true
2016 -default-features = false
17 @@ -73 +61,0 @@
2118 -[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
19 @@ -75 +62,0 @@
2220 -version = "0.3.18"
23 [target."cfg(unix)".dependencies.libc]
24 version = "0.2.64"
25 default-features = false
0 only in patch2:
1 Index: getrandom/Cargo.toml
2 ===================================================================
30 --- getrandom.orig/Cargo.toml
41 +++ getrandom/Cargo.toml
5 @@ -39,7 +39,7 @@ package = "rustc-std-workspace-core"
6 custom = []
7 js = ["wasm-bindgen", "js-sys"]
8 rdrand = []
9 -rustc-dep-of-std = ["compiler_builtins", "core", "libc/rustc-dep-of-std", "wasi/rustc-dep-of-std"]
10 +rustc-dep-of-std = ["compiler_builtins", "core", "libc/rustc-dep-of-std"]
11 std = []
12 test-in-browser = []
13 [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys]
14 @@ -52,8 +52,6 @@ optional = true
15 default-features = false
16 [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
17 version = "0.3.18"
2 @@ -61 +60,0 @@
3 - "wasi/rustc-dep-of-std",
4 @@ -78,2 +76,0 @@
185 -[target."cfg(target_os = \"wasi\")".dependencies.wasi]
19 -version = "0.10"
20 [target."cfg(unix)".dependencies.libc]
21 version = "0.2.64"
22 default-features = false
6 -version = "0.11"