Codebase list rust-serde-xml-rs / 19b3d9d
packaging for secret-service and ashpd Henry-Nicolas Tourneur 2 years ago
19 changed file(s) with 377 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-ashpd (0.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ashpd 0.1.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Mon, 06 Dec 2021 21:48:34 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ashpd
2 Upstream-Contact: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
3 Source: https://github.com/bilelmoussaoui/ashpd
4
5 Files: *
6 Copyright:2020-2021 Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
7 License: MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: MIT
14
15 License: MIT
16 Permission is hereby granted, free of charge, to any person obtaining a copy
17 of this software and associated documentation files (the "Software"), to deal
18 in the Software without restriction, including without limitation the rights
19 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20 copies of the Software, and to permit persons to whom the Software is
21 furnished to do so, subject to the following conditions:
22 .
23 The above copyright notice and this permission notice shall be included in all
24 copies or substantial portions of the Software.
25 .
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ashpd
2 Upstream-Contact: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
3 Source: https://github.com/bilelmoussaoui/ashpd
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
7 License: 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: ./LICENSE
15 Copyright: 2020 Bilal Elmoussaoui
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: debian/*
22 Copyright:
23 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2021 Henry-Nicolas Tourneur <debian@nilux.be>
25 License: MIT
26
27 License: MIT
28 Permission is hereby granted, free of charge, to any person obtaining a copy
29 of this software and associated documentation files (the "Software"), to deal
30 in the Software without restriction, including without limitation the rights
31 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
32 copies of the Software, and to permit persons to whom the Software is
33 furnished to do so, subject to the following conditions:
34 .
35 The above copyright notice and this permission notice shall be included in all
36 copies or substantial portions of the Software.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
44 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2 collapse_features = true
3
4 [packages.lib]
5 # tests involving zbus are not successful
6 test_is_broken = true
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -42,14 +42,14 @@ version = "0.19"
3 version = "0.19"
4
5 [dependencies.zbus]
6 -version = "1.1"
7 +version = "1.9"
8
9 [dependencies.zvariant]
10 -version = "2.2"
11 +version = "2"
12 features = ["enumflags2"]
13
14 [dependencies.zvariant_derive]
15 -version = "2.2"
16 +version = "2"
17
18 [features]
19 gdk_color = ["gdk"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-block-modes (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package block-modes 0.7.0 from crates.io using debcargo 2.4.4
4
5 -- Henry-Nicolas Tourneur <debian@nilux.be> Thu, 02 Dec 2021 21:23:45 +0000
6
07 rust-block-modes (0.3.3-3) unstable; urgency=medium
18
29 * Team upload.
2222
2323 Files: debian/*
2424 Copyright:
25 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2020 Andrej Shadura <andrewsh@debian.org>
25 2020-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2020-2021 Andrej Shadura <andrewsh@debian.org>
2727 License: MIT or Apache-2.0
2828
2929 License: Apache-2.0
+0
-13
src/block-modes/debian/patches/relax-dep.diff less more
0 Index: block-modes/Cargo.toml
1 ===================================================================
2 --- block-modes.orig/Cargo.toml
3 +++ block-modes/Cargo.toml
4 @@ -23,7 +23,7 @@ repository = "https://github.com/RustCry
5 version = "0.6"
6
7 [dependencies.block-padding]
8 -version = "0.1"
9 +version = ">= 0.1, < 0.3"
10 [dev-dependencies.aes-soft]
11 version = "0.3"
12
+0
-1
src/block-modes/debian/patches/series less more
0 relax-dep.diff
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-secret-service (2.0.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package secret-service 2.0.1 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Mon, 06 Dec 2021 21:48:39 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: secret-service
2 Upstream-Contact: Walther Chen <walther.chen@gmail.com>
3 Source: https://github.com/hwchen/secret-service-rs.git
4
5 Files: *
6 Copyright: 2016-2021 Walther Chen <walther.chen@gmail.com>
7 Copyright 2016,2020 secret-service-rs Developers
8 License: MIT or Apache-2.0
9
10 Files: ./src/ss.rs
11 Copyright: 2016 lazy-static.rs Developers
12 License: MIT or Apache-2.0
13
14 Files: debian/*
15 Copyright:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: MIT or Apache-2.0
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: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: secret-service
2 Upstream-Contact: Walther Chen <walther.chen@gmail.com>
3 Source: https://github.com/hwchen/secret-service-rs.git
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Walther Chen <walther.chen@gmail.com>
7 License: MIT or Apache-2.0
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: ./LICENSE-MIT
15 Copyright: 2016 secret-service 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: ./examples/example.rs
22 Copyright: 2016 secret-service-rs 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: ./src/collection.rs
29 Copyright: 2016 secret-service-rs 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: ./src/error.rs
36 Copyright: 2016 secret-service-rs 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: ./src/item.rs
43 Copyright: 2016 secret-service-rs 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: ./src/lib.rs
50 Copyright: 2016 secret-service-rs 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: ./src/proxy/collection.rs
57 Copyright: 2020 secret-service-rs Developers
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./src/proxy/item.rs
64 Copyright: 2020 secret-service-rs Developers
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./src/proxy/mod.rs
71 Copyright: 2020 secret-service-rs Developers
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./src/proxy/prompt.rs
78 Copyright: 2020 secret-service-rs Developers
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: ./src/proxy/service.rs
85 Copyright: 2020 secret-service-rs Developers
86 License: UNKNOWN-LICENSE; FIXME (overlay)
87 Comment:
88 FIXME (overlay): These notices are extracted from files. Please review them
89 before uploading to the archive.
90
91 Files: ./src/proxy/session.rs
92 Copyright: 2020 secret-service-rs Developers
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
98 Files: ./src/session.rs
99 Copyright: 2016 secret-service-rs Developers
100 License: UNKNOWN-LICENSE; FIXME (overlay)
101 Comment:
102 FIXME (overlay): These notices are extracted from files. Please review them
103 before uploading to the archive.
104
105 Files: ./src/ss.rs
106 Copyright: 2016 lazy-static.rs Developers
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
112 Files: ./src/ss_crypto.rs
113 Copyright: 2016 secret-service-rs Developers
114 License: UNKNOWN-LICENSE; FIXME (overlay)
115 Comment:
116 FIXME (overlay): These notices are extracted from files. Please review them
117 before uploading to the archive.
118
119 Files: ./src/util.rs
120 Copyright: 2016 secret-service-rs Developers
121 License: UNKNOWN-LICENSE; FIXME (overlay)
122 Comment:
123 FIXME (overlay): These notices are extracted from files. Please review them
124 before uploading to the archive.
125
126 Files: debian/*
127 Copyright:
128 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
129 2021 Henry-Nicolas Tourneur <debian@nilux.be>
130 License: MIT or Apache-2.0
131
132 License: Apache-2.0
133 Debian systems provide the Apache 2.0 license in
134 /usr/share/common-licenses/Apache-2.0
135
136 License: MIT
137 Permission is hereby granted, free of charge, to any person obtaining a copy
138 of this software and associated documentation files (the "Software"), to deal
139 in the Software without restriction, including without limitation the rights
140 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
141 copies of the Software, and to permit persons to whom the Software is
142 furnished to do so, subject to the following conditions:
143 .
144 The above copyright notice and this permission notice shall be included in all
145 copies or substantial portions of the Software.
146 .
147 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
148 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
149 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
150 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
151 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
152 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
153 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2 collapse_features = true
3
4 [packages.lib]
5 # tests involving zbus are not successful
6 test_is_broken = true
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -34,26 +34,26 @@ version = "0.10.0"
3 version = "1.4.0"
4
5 [dependencies.num]
6 -version = "0.3.1"
7 +version = "0.2"
8
9 [dependencies.rand]
10 -version = "0.8.1"
11 +version = "0.7"
12
13 [dependencies.serde]
14 -version = "1.0.118"
15 +version = "1.0"
16 features = ["derive"]
17
18 [dependencies.sha2]
19 version = "0.9.2"
20
21 [dependencies.zbus]
22 -version = "1.7.0"
23 +version = "1.9"
24
25 [dependencies.zbus_macros]
26 -version = "1.7.0"
27 +version = "1.9"
28
29 [dependencies.zvariant]
30 -version = "2.4.0"
31 +version = "2.8"
32
33 [dependencies.zvariant_derive]
34 -version = "2.4.0"
35 +version = "2.8"