summaryrefslogtreecommitdiffstats
path: root/vendor/openssl/debian
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/openssl/debian')
-rw-r--r--vendor/openssl/debian/patches/disable-bssl.patch12
-rw-r--r--vendor/openssl/debian/patches/disable-vendor.patch10
-rw-r--r--vendor/openssl/debian/patches/relax-dep.patch13
-rw-r--r--vendor/openssl/debian/patches/series3
4 files changed, 38 insertions, 0 deletions
diff --git a/vendor/openssl/debian/patches/disable-bssl.patch b/vendor/openssl/debian/patches/disable-bssl.patch
new file mode 100644
index 0000000..c3fbc70
--- /dev/null
+++ b/vendor/openssl/debian/patches/disable-bssl.patch
@@ -0,0 +1,12 @@
+Index: openssl/Cargo.toml
+===================================================================
+--- openssl.orig/Cargo.toml
++++ openssl/Cargo.toml
+@@ -57,7 +57,6 @@ version = "0.3"
+ [features]
+ bindgen = ["ffi/bindgen"]
+ default = []
+-unstable_boringssl = ["ffi/unstable_boringssl"]
+ v101 = []
+ v102 = []
+ v110 = []
diff --git a/vendor/openssl/debian/patches/disable-vendor.patch b/vendor/openssl/debian/patches/disable-vendor.patch
new file mode 100644
index 0000000..4ab9786
--- /dev/null
+++ b/vendor/openssl/debian/patches/disable-vendor.patch
@@ -0,0 +1,10 @@
+Index: openssl/Cargo.toml
+===================================================================
+--- openssl.orig/Cargo.toml
++++ openssl/Cargo.toml
+@@ -60,4 +60,4 @@ v101 = []
+ v102 = []
+ v110 = []
+ v111 = []
+-vendored = ["ffi/vendored"]
++vendored = []
diff --git a/vendor/openssl/debian/patches/relax-dep.patch b/vendor/openssl/debian/patches/relax-dep.patch
new file mode 100644
index 0000000..6c2c213
--- /dev/null
+++ b/vendor/openssl/debian/patches/relax-dep.patch
@@ -0,0 +1,13 @@
+Index: openssl/Cargo.toml
+===================================================================
+--- openssl.orig/Cargo.toml
++++ openssl/Cargo.toml
+@@ -52,7 +52,7 @@ version = "1.5.2"
+ version = "0.1.0"
+
+ [dev-dependencies.hex]
+-version = "0.3"
++version = "0.4"
+
+ [features]
+ bindgen = ["ffi/bindgen"]
diff --git a/vendor/openssl/debian/patches/series b/vendor/openssl/debian/patches/series
new file mode 100644
index 0000000..bc48148
--- /dev/null
+++ b/vendor/openssl/debian/patches/series
@@ -0,0 +1,3 @@
+disable-vendor.patch
+disable-bssl.patch
+relax-dep.patch