Codebase list rust-stfu8 / 5e7d3c3
Update libc to 0.2.45 + RFS Wolfgang Silbermayr 5 years ago
5 changed file(s) with 18 addition(s) and 47 deletion(s). Raw diff Collapse all Expand all
112112 tar (update)
113113 regex-syntax (update)
114114 utf8-ranges (update)
115 libc (update)
115116
116117 Delayed/problematic::
117118
0 rust-libc (0.2.45-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package libc 0.2.45 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Thu, 13 Dec 2018 04:14:40 +0100
5
06 rust-libc (0.2.43-1) unstable; urgency=medium
17
28 * Package libc 0.2.43 from crates.io using debcargo 2.2.6
77 License: MIT or Apache-2.0
88
99 Files: debian/*
10 Copyright: 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018 Ximin Luo <infinity0@debian.org>
10 Copyright:
11 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Ximin Luo <infinity0@debian.org>
13 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1214 License: MIT or Apache-2.0
1315
1416 License: Apache-2.0
1313
1414 Files: ./LICENSE-MIT
1515 Copyright: 2014 The Rust Project Developers
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./ci/android-install-ndk.sh
22 Copyright: 2016 The Rust Project Developers
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./ci/android-install-sdk.sh
29 Copyright: 2016 The Rust Project Developers
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./ci/android-sysimage.sh
36 Copyright: 2017 The Rust Project Developers
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./ci/emscripten-entry.sh
43 Copyright: 2017 The Rust Project Developers
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./ci/emscripten.sh
50 Copyright: 2017 The Rust Project Developers
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./ci/ios/deploy_and_run_on_ios_simulator.rs
57 Copyright: 2017 The Rust Project Developers
5816 License: UNKNOWN-LICENSE; FIXME (overlay)
5917 Comment:
6018 FIXME (overlay): These notices are extracted from files. Please review them
7735 Files: debian/*
7836 Copyright:
7937 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
80 2018 FIXME (overlay) Your Name <Your Email>
38 2018 Ximin Luo <infinity0@debian.org>
39 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
8140 License: MIT or Apache-2.0
8241
8342 License: Apache-2.0
00 overlay = "."
1 uploaders = [
2 "Ximin Luo <infinity0@debian.org>",
3 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
4 ]
15
26 # The auto-generated summary is too long.
3 summary = "Types and bindings to native C functions often found in libc"
4
7 summary = "Rust bindings to libc"