aboutsummaryrefslogtreecommitdiff
path: root/lang/rust/files/patch-vendor_openssl-sys_build_main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust/files/patch-vendor_openssl-sys_build_main.rs')
-rw-r--r--lang/rust/files/patch-vendor_openssl-sys_build_main.rs17
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/rust/files/patch-vendor_openssl-sys_build_main.rs b/lang/rust/files/patch-vendor_openssl-sys_build_main.rs
index 5300b3e9b294..d2944b186075 100644
--- a/lang/rust/files/patch-vendor_openssl-sys_build_main.rs
+++ b/lang/rust/files/patch-vendor_openssl-sys_build_main.rs
@@ -1,19 +1,18 @@
---- vendor/openssl-sys/build/main.rs.orig 2020-11-16 06:27:50.000000000 -0800
-+++ vendor/openssl-sys/build/main.rs 2020-12-11 12:47:11.685331000 -0800
-@@ -221,6 +221,8 @@
- (3, 1, 0) => ('3', '1', '0'),
- (3, 1, _) => ('3', '1', 'x'),
- (3, 2, 0) => ('3', '2', '0'),
-+ (3, 2, _) => ('3', '2', 'x'),
+--- vendor/openssl-sys/build/main.rs.orig 2021-07-26 15:20:39 UTC
++++ vendor/openssl-sys/build/main.rs
+@@ -232,6 +232,7 @@ See rust-openssl README for more information:
+ (3, 2, _) => ('3', '2', 'x'),
+ (3, 3, 0) => ('3', '3', '0'),
+ (3, 3, 1) => ('3', '3', '1'),
+ (3, 3, _) => ('3', '3', 'x'),
_ => version_error(),
};
-@@ -261,7 +263,7 @@
+@@ -272,7 +273,7 @@ fn version_error() -> ! {
"
This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5
--through 3.2.0, but a different version of OpenSSL was found. The build is now aborting
+-through 3.3.1, but a different version of OpenSSL was found. The build is now aborting
+through 3.3.x, but a different version of OpenSSL was found. The build is now aborting
due to this version mismatch.