From 2d0f081f2d7bde6c11d932bf2ff5801524e15aa2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 23 Aug 2022 23:03:40 +0200 Subject: gnu: rust-openssl-sys-0.9: Update to 0.9.75. * gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.75. [arguments]: Add rust-bindgen-0.59. * gnu/packages/patches/rust-openssl-sys-no-vendor.patch: Adjust. --- gnu/packages/patches/rust-openssl-sys-no-vendor.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/patches/rust-openssl-sys-no-vendor.patch') diff --git a/gnu/packages/patches/rust-openssl-sys-no-vendor.patch b/gnu/packages/patches/rust-openssl-sys-no-vendor.patch index 9855faf8b2..3e300ea69e 100644 --- a/gnu/packages/patches/rust-openssl-sys-no-vendor.patch +++ b/gnu/packages/patches/rust-openssl-sys-no-vendor.patch @@ -6,12 +6,12 @@ Starting from rust-openssl-sys@0.9.69 Cargo.toml starts searching for openssl-3. --- a/Cargo.toml +++ b/Cargo.toml -@@ -31,14 +31,11 @@ +@@ -31,15 +31,12 @@ [build-dependencies.cc] version = "1.0" -[build-dependencies.openssl-src] --version = "111.0.1" +-version = "111" -optional = true - [build-dependencies.pkg-config] @@ -20,6 +20,7 @@ Starting from rust-openssl-sys@0.9.69 Cargo.toml starts searching for openssl-3. [features] vendored = ["openssl-src"] +openssl-src = [] + [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] - version = "0.2" + version = "0.2.8" -- cgit v1.2.3