Codebase list rust-regex / fbc7b98
sequoia-openpgp: fix up patches Daniel Kahn Gillmor 3 years ago
2 changed file(s) with 18 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 --- a/Cargo.toml 1969-12-31 19:00:00.000000000 -0500
1 +++ b/Cargo.toml 2019-10-23 20:01:27.490868151 -0400
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
22 @@ -106,7 +106,7 @@
3 compression-deflate = ["flate2", "buffered-reader/compression-deflate"]
4 default = ["compression"]
3 crypto-nettle = ["nettle"]
4 default = ["compression", "crypto-nettle"]
55 vendored = ["vendored-nettle"]
66 -vendored-nettle = ["nettle/vendored"]
77 +vendored-nettle = []
33 commit to that same approach to resolving the concern (debian archive
44 management should handle it for us).
55
6 See also upstream comments in
7 https://gitlab.com/sequoia-pgp/sequoia/-/blob/master/openpgp/Cargo.toml
8
69 Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
710
8 --- a/Cargo.toml 2020-04-24 15:13:48.609357466 -0400
9 +++ b/Cargo.toml 2020-04-24 15:13:59.710831392 -0400
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -32,7 +32,7 @@
14 version = "1"
15
16 [dependencies.backtrace]
17 -version = "= 0.3.46"
18 +version = "0.3"
19
20 [dependencies.base64]
21 version = ">= 0.11, < 0.13"
1022 @@ -85,17 +85,17 @@
1123 version = "1"
1224