Codebase list rust-libslirp / a1ef0e6
rustls was moved to its own repository Bastian Germann 2 years ago
6 changed file(s) with 0 addition(s) and 140 deletion(s). Raw diff Collapse all Expand all
+0
-13
src/rustls/debian/changelog less more
0 rust-rustls (0.18.0-1.1) unstable; urgency=medium
1
2 * Non-maintainer upload.
3 * fix (build-)depend on librust-base64-0.13+default-dev
4 (not unavailable librust-base64-0.12+default-dev)
5
6 -- Jonas Smedegaard <dr@jones.dk> Tue, 15 Mar 2022 21:57:08 +0100
7
8 rust-rustls (0.18.0-1) unstable; urgency=medium
9
10 * Package rustls 0.18.0 from crates.io using debcargo 2.4.2
11
12 -- Bastian Germann <bastiangermann@fishpost.de> Sun, 30 Aug 2020 17:11:19 +0200
+0
-50
src/rustls/debian/copyright less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rustls
2 Upstream-Contact: Joseph Birr-Pixton <jpixton@gmail.com>
3 Source: https://github.com/ctz/rustls
4
5 Files: *
6 Copyright: 2016, Joseph Birr-Pixton <jpixton@gmail.com>
7 License: Apache-2.0 or ISC or MIT
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Bastian Germann
13 License: Apache-2.0 or ISC or MIT
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: ISC
20 Permission to use, copy, modify, and/or distribute this software for any
21 purpose with or without fee is hereby granted, provided that the above
22 copyright notice and this permission notice appear in all copies.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
25 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
26 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
27 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
28 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
29 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
30 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31
32 License: MIT
33 Permission is hereby granted, free of charge, to any person obtaining a copy
34 of this software and associated documentation files (the "Software"), to deal
35 in the Software without restriction, including without limitation the rights
36 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37 copies of the Software, and to permit persons to whom the Software is
38 furnished to do so, subject to the following conditions:
39 .
40 The above copyright notice and this permission notice shall be included in all
41 copies or substantial portions of the Software.
42 .
43 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49 SOFTWARE.
+0
-55
src/rustls/debian/copyright.debcargo.hint less more
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rustls
2 Upstream-Contact: Joseph Birr-Pixton <jpixton@gmail.com>
3 Source: https://github.com/ctz/rustls
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Joseph Birr-Pixton <jpixton@gmail.com>
7 License: Apache-2.0 or ISC or MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2020 Bastian Germann
18 License: Apache-2.0 or ISC or MIT
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: ISC
25 Permission to use, copy, modify, and/or distribute this software for any
26 purpose with or without fee is hereby granted, provided that the above
27 copyright notice and this permission notice appear in all copies.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
30 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
31 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
32 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
33 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
34 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
35 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36
37 License: MIT
38 Permission is hereby granted, free of charge, to any person obtaining a copy
39 of this software and associated documentation files (the "Software"), to deal
40 in the Software without restriction, including without limitation the rights
41 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42 copies of the Software, and to permit persons to whom the Software is
43 furnished to do so, subject to the following conditions:
44 .
45 The above copyright notice and this permission notice shall be included in all
46 copies or substantial portions of the Software.
47 .
48 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54 SOFTWARE.
+0
-2
src/rustls/debian/debcargo.toml less more
0 overlay = "."
1 uploaders = ["Bastian Germann <bage@debian.org>"]
+0
-19
src/rustls/debian/patches/relax-deps.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -44,14 +44,14 @@ name = "benchmarks"
3 path = "tests/benchmarks.rs"
4 harness = false
5 [dependencies.base64]
6 -version = "0.12.3"
7 +version = "0.13"
8
9 [dependencies.log]
10 version = "0.4.4"
11 optional = true
12
13 [dependencies.ring]
14 -version = "0.16.11"
15 +version = "0.16"
16
17 [dependencies.sct]
18 version = "0.6.0"
+0
-1
src/rustls/debian/patches/series less more
0 relax-deps.patch