sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
|
@ -3,12 +3,12 @@ The LibreSSL version in -current isn't explicitly supported.
|
|||
Index: openssl-sys/build/main.rs
|
||||
--- openssl-sys/build/main.rs.orig
|
||||
+++ openssl-sys/build/main.rs
|
||||
@@ -272,7 +272,7 @@ See rust-openssl documentation for more information:
|
||||
(3, 7, 0) => ('3', '7', '0'),
|
||||
@@ -283,7 +283,7 @@ See rust-openssl documentation for more information:
|
||||
(3, 7, 1) => ('3', '7', '1'),
|
||||
(3, 7, _) => ('3', '7', 'x'),
|
||||
- (3, 8, 0) => ('3', '8', '0'),
|
||||
+ (3, 8, _) => ('3', '8', '0'),
|
||||
(3, 8, 0) => ('3', '8', '0'),
|
||||
- (3, 8, 1) => ('3', '8', '1'),
|
||||
+ (3, 8, _) => ('3', '8', 'x'),
|
||||
_ => version_error(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue