Codebase list rust-stfu8 / b604ebe
getrandom - update to 0.2.4 Peter Michael Green 2 years ago
4 changed file(s) with 44 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
0 rust-getrandom (0.1.16-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-getrandom (0.2.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package getrandom 0.2.4 from crates.io using debcargo 2.5.0
3
4 [ Ximin Luo ]
25 * Team upload.
36 * Package getrandom 0.1.16 from crates.io using debcargo 2.4.4
47
5 -- Ximin Luo <infinity0@debian.org> Sat, 23 Oct 2021 21:34:16 +0100
8 -- Peter Michael Green <plugwash@debian.org> Sat, 22 Jan 2022 09:55:21 +0000
69
710 rust-getrandom (0.1.13-4) unstable; urgency=medium
811
44
55 Files: *
66 Copyright:
7 2018-2019 Developers of the Rand project
7 2018-2021 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 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1414 2019 kpcyrd <git@rxv.cc>
1515 License: MIT or Apache-2.0
1616
2727 FIXME (overlay): These notices are extracted from files. Please review them
2828 before uploading to the archive.
2929
30 Files: ./src/cloudabi.rs
30 Files: ./src/custom.rs
3131 Copyright: 2018 Developers of the Rand project.
3232 License: UNKNOWN-LICENSE; FIXME (overlay)
3333 Comment:
3434 FIXME (overlay): These notices are extracted from files. Please review them
3535 before uploading to the archive.
3636
37 Files: ./src/dummy.rs
38 Copyright: 2018 Developers of the Rand project.
37 Files: ./src/dragonfly.rs
38 Copyright: 2021 Developers of the Rand project.
3939 License: UNKNOWN-LICENSE; FIXME (overlay)
4040 Comment:
4141 FIXME (overlay): These notices are extracted from files. Please review them
6363 before uploading to the archive.
6464
6565 Files: ./src/ios.rs
66 Copyright: 2018 Developers of the Rand project.
67 License: UNKNOWN-LICENSE; FIXME (overlay)
68 Comment:
69 FIXME (overlay): These notices are extracted from files. Please review them
70 before uploading to the archive.
71
72 Files: ./src/js.rs
6673 Copyright: 2018 Developers of the Rand project.
6774 License: UNKNOWN-LICENSE; FIXME (overlay)
6875 Comment:
111118 FIXME (overlay): These notices are extracted from files. Please review them
112119 before uploading to the archive.
113120
121 Files: ./src/solid.rs
122 Copyright: 2021 Developers of the Rand project.
123 License: UNKNOWN-LICENSE; FIXME (overlay)
124 Comment:
125 FIXME (overlay): These notices are extracted from files. Please review them
126 before uploading to the archive.
127
114128 Files: ./src/use_file.rs
115129 Copyright: 2018 Developers of the Rand project.
116130 License: UNKNOWN-LICENSE; FIXME (overlay)
146160 FIXME (overlay): These notices are extracted from files. Please review them
147161 before uploading to the archive.
148162
149 Files: ./src/wasm32_bindgen.rs
150 Copyright: 2018 Developers of the Rand project.
151 License: UNKNOWN-LICENSE; FIXME (overlay)
152 Comment:
153 FIXME (overlay): These notices are extracted from files. Please review them
154 before uploading to the archive.
155
156 Files: ./src/wasm32_stdweb.rs
157 Copyright: 2018 Developers of the Rand project.
158 License: UNKNOWN-LICENSE; FIXME (overlay)
159 Comment:
160 FIXME (overlay): These notices are extracted from files. Please review them
161 before uploading to the archive.
162
163163 Files: ./src/windows.rs
164 Copyright: 2018 Developers of the Rand project.
165 License: UNKNOWN-LICENSE; FIXME (overlay)
166 Comment:
167 FIXME (overlay): These notices are extracted from files. Please review them
168 before uploading to the archive.
169
170 Files: ./src/windows_uwp.rs
171164 Copyright: 2018 Developers of the Rand project.
172165 License: UNKNOWN-LICENSE; FIXME (overlay)
173166 Comment:
176169
177170 Files: debian/*
178171 Copyright:
179 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
180 2019-2021 kpcyrd <git@rxv.cc>
172 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
173 2019-2022 kpcyrd <git@rxv.cc>
181174 License: MIT or Apache-2.0
182175
183176 License: Apache-2.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,8 +43,6 @@
0 only in patch2:
1 Index: getrandom/Cargo.toml
2 ===================================================================
3 --- getrandom.orig/Cargo.toml
4 +++ 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"]
311 std = []
4 test-in-browser = ["wasm-bindgen"]
5 wasm-bindgen = ["bindgen", "js-sys"]
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"
618 -[target."cfg(target_os = \"wasi\")".dependencies.wasi]
7 -version = "0.9"
19 -version = "0.10"
820 [target."cfg(unix)".dependencies.libc]
921 version = "0.2.64"
1022 default-features = false