From 3e0b1b297ef326aaf10ff53e92a3c5d637f63e9a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 15 Sep 2021 07:09:03 -0700 Subject: [PATCH 1/2] Bump curl submodule to 7.79.0 --- curl-sys/Cargo.toml | 2 +- curl-sys/curl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 69a756320..ce2581aee 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.45+curl-7.78.0" +version = "0.4.46+curl-7.79.0" authors = ["Alex Crichton "] links = "curl" build = "build.rs" diff --git a/curl-sys/curl b/curl-sys/curl index bfbde883a..8e82f2a04 160000 --- a/curl-sys/curl +++ b/curl-sys/curl @@ -1 +1 @@ -Subproject commit bfbde883af33397943df68a3ae01847a634d33bf +Subproject commit 8e82f2a04a238c54ba91e553e9a8452e6d405965 From 23e8710a6fc4a9ad6439ab193c0b55734965116f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 15 Sep 2021 07:16:41 -0700 Subject: [PATCH 2/2] Try to fix macOS build --- curl-sys/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/curl-sys/build.rs b/curl-sys/build.rs index 4d41822b7..a3ec2cff7 100644 --- a/curl-sys/build.rs +++ b/curl-sys/build.rs @@ -273,6 +273,7 @@ fn main() { .file("curl/lib/vtls/schannel_verify.c"); } else if target.contains("-apple-") { cfg.define("USE_SECTRANSP", None) + .file("curl/lib/x509asn1.c") .file("curl/lib/vtls/sectransp.c"); if xcode_major_version().map_or(true, |v| v >= 9) { // On earlier Xcode versions (<9), defining HAVE_BUILTIN_AVAILABLE