File: 2002_aws-lc-rs.patch

package info (click to toggle)
rust-rustls-webpki 0.103.4-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,632 kB
  • sloc: python: 2,278; sh: 61; makefile: 12
file content (32 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: avoid not-in-Debian crate aws-lc-rs
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-12-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,14 +76,10 @@
 [features]
 default = ["std"]
 alloc = ["ring?/alloc", "pki-types/alloc"]
-aws-lc-rs-unstable = ["aws-lc-rs", "aws-lc-rs/unstable"]
-aws-lc-rs = ["dep:aws-lc-rs", "aws-lc-rs/aws-lc-sys", "aws-lc-rs/prebuilt-nasm"]
-aws-lc-rs-fips = ["dep:aws-lc-rs", "aws-lc-rs/fips"]
 ring = ["dep:ring"]
 std = ["alloc", "pki-types/std"]
 
 [dependencies]
-aws-lc-rs = { version = "1.9", optional = true, default-features = false }
 pki-types = { package = "rustls-pki-types", version = "1.12", default-features = false }
 ring = { version = "0.17", default-features = false, optional = true }
 untrusted = "0.9"
@@ -93,7 +89,7 @@
 bencher = "0.1.5"
 bzip2 = "0.6"
 once_cell = "1.17.2"
-rcgen = { version = "0.14", default-features = false, features = ["aws_lc_rs"] }
+rcgen = "0.14"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"