File: 2008_no_feature_rustls-webpki.patch

package info (click to toggle)
oxigraph 0.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,332 kB
  • sloc: python: 1,940; cpp: 158; sh: 145; makefile: 42
file content (26 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
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
Description: avoid not-in-Debian oxhttp feature rustls-webpki-roots
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-07-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/oxigraph/Cargo.toml
+++ b/lib/oxigraph/Cargo.toml
@@ -19,7 +19,6 @@
 rocksdb = ["oxrocksdb-sys"]
 http-client = ["oxhttp"]
 http-client-native-tls = ["http-client", "oxhttp/native-tls"]
-http-client-rustls-webpki = ["http-client", "oxhttp/rustls-ring-webpki"]
 http-client-rustls-native = ["http-client", "oxhttp/rustls-ring-native"]
 rocksdb-pkg-config = ["oxrocksdb-sys/pkg-config"]
 rocksdb-debug = []
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -23,7 +23,6 @@
 rdf-12 = ["oxigraph/rdf-12"]
 rocksdb-pkg-config = ["oxigraph/rocksdb-pkg-config"]
 rustls-native = ["oxigraph/http-client-rustls-native"]
-rustls-webpki = ["oxigraph/http-client-rustls-webpki"]
 geosparql = ["dep:spargeo"]
 
 [dependencies]