Codebase list rust-libslirp / 1b209e2
RFS: subtle kpcyrd 5 years ago
5 changed file(s) with 118 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5555 block-buffer (blocked by block-padding)
5656 fwdansi
5757 crc
58 subtle
5859
5960 Delayed/problematic::
6061
0 rust-subtle (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package subtle 0.9.0 from crates.io using debcargo 2.2.7
3
4 -- kpcyrd <git@rxv.cc> Fri, 21 Sep 2018 16:57:34 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: subtle
2 Upstream-Contact:
3 Isis Lovecruft <isis@patternsinthevoid.net>
4 Henry de Valence <hdevalence@hdevalence.ca>
5 Source: https://github.com/dalek-cryptography/subtle
6
7 Files: *
8 Copyright:
9 2016-2018 Isis Lovecruft <isis@patternsinthevoid.net>
10 2016-2018 Henry de Valence <hdevalence@hdevalence.ca>
11 License: BSD-3-Clause
12
13 Files: debian/*
14 Copyright:
15 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018 kpcyrd <git@rxv.cc>
17 License: BSD-3-Clause
18
19 License: BSD-3-Clause
20 Redistribution and use in source and binary forms, with or without
21 modification, are permitted provided that the following conditions are met:
22 .
23 1. Redistributions of source code must retain the above copyright notice, this
24 list of conditions and the following disclaimer.
25 .
26 2. Redistributions in binary form must reproduce the above copyright notice,
27 this list of conditions and the following disclaimer in the documentation
28 and/or other materials provided with the distribution.
29 .
30 3. Neither the name of the copyright holder nor the names of its contributors
31 may be used to endorse or promote products derived from this software without
32 specific prior written permission.
33 .
34 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
38 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
40 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
41 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
42 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: subtle
2 Upstream-Contact:
3 Isis Lovecruft <isis@patternsinthevoid.net>
4 Henry de Valence <hdevalence@hdevalence.ca>
5 Source: https://github.com/dalek-cryptography/subtle
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Isis Lovecruft <isis@patternsinthevoid.net>
10 FIXME (overlay) UNKNOWN-YEARS Henry de Valence <hdevalence@hdevalence.ca>
11 License: BSD-3-Clause
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE
19 Copyright: 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/lib.rs
26 Copyright: 2016-2018 isis lovecruft, Henry de Valence
27 License: UNKNOWN-LICENSE; FIXME (overlay)
28 Comment:
29 FIXME (overlay): These notices are extracted from files. Please review them
30 before uploading to the archive.
31
32 Files: debian/*
33 Copyright:
34 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
35 2018 kpcyrd <git@rxv.cc>
36 License: BSD-3-Clause
37
38 License: BSD-3-Clause
39 Redistribution and use in source and binary forms, with or without
40 modification, are permitted provided that the following conditions are met:
41 .
42 1. Redistributions of source code must retain the above copyright notice, this
43 list of conditions and the following disclaimer.
44 .
45 2. Redistributions in binary form must reproduce the above copyright notice,
46 this list of conditions and the following disclaimer in the documentation
47 and/or other materials provided with the distribution.
48 .
49 3. Neither the name of the copyright holder nor the names of its contributors
50 may be used to endorse or promote products derived from this software without
51 specific prior written permission.
52 .
53 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
54 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
55 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
56 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
57 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
58 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
59 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
60 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
61 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 # The auto-generated summary is too long.
4 summary = "Pure-Rust traits and utilities for constant-time cryptography"